|
static final String | CLASS_NAME = "android.app.ContextImpl" |
|
Definition at line 9 of file CustomShadowContextImpl.java.
◆ getSystemService()
final Object io.flutter.CustomShadowContextImpl.getSystemService |
( |
String |
name | ) |
|
|
inline |
Definition at line 14 of file CustomShadowContextImpl.java.
14 {
15 if (
name == Context.TEXT_SERVICES_MANAGER_SERVICE) {
16 return null;
17 }
18 return super.getSystemService(
name);
19 }
DEF_SWITCHES_START aot vmservice shared library name
◆ CLASS_NAME
final String io.flutter.CustomShadowContextImpl.CLASS_NAME = "android.app.ContextImpl" |
|
static |
The documentation for this class was generated from the following file: