Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
io.flutter.CustomShadowContextImpl Class Reference
Inheritance diagram for io.flutter.CustomShadowContextImpl:

Public Member Functions

final Object getSystemService (String name)
 

Static Public Attributes

static final String CLASS_NAME = "android.app.ContextImpl"
 

Detailed Description

Definition at line 9 of file CustomShadowContextImpl.java.

Member Function Documentation

◆ 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 }
const char * name
Definition fuchsia.cc:50

Member Data Documentation

◆ CLASS_NAME

final String io.flutter.CustomShadowContextImpl.CLASS_NAME = "android.app.ContextImpl"
static

Definition at line 10 of file CustomShadowContextImpl.java.


The documentation for this class was generated from the following file: