Class android.content.Context
Added Methods | |
---|---|
boolean bindIsolatedService (Intent, BindServiceFlags, String, Executor, ServiceConnection )
|
|
boolean bindService (Intent, BindServiceFlags, Executor, ServiceConnection )
|
|
boolean bindService (Intent, ServiceConnection, BindServiceFlags )
|
|
boolean bindServiceAsUser (Intent, ServiceConnection, BindServiceFlags, UserHandle )
|
|
Context createDeviceContext (int )
|
|
int getDeviceId ()
|
|
void registerDeviceIdChangeListener (Executor, IntConsumer )
|
|
void sendBroadcast (Intent, String, Bundle )
|
|
void sendOrderedBroadcast (Intent, String, Bundle )
|
|
void sendOrderedBroadcast (Intent, String, Bundle, BroadcastReceiver, Handler, int, String, Bundle )
|
|
void unregisterDeviceIdChangeListener (IntConsumer )
|
Added Fields | |
---|---|
int BIND_ALLOW_ACTIVITY_STARTS
|
|
long BIND_EXTERNAL_SERVICE_LONG
|
|
int BIND_SHARED_ISOLATED_PROCESS
|
|
String CREDENTIAL_SERVICE
|
|
int DEVICE_ID_DEFAULT
|
|
int DEVICE_ID_INVALID
|
|
String DEVICE_LOCK_SERVICE
|
|
String GRAMMATICAL_INFLECTION_SERVICE
|
|
String HEALTHCONNECT_SERVICE
|
|
String OVERLAY_SERVICE
|
|
String VIRTUAL_DEVICE_SERVICE
|