OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SERVICE_ACTION
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/annotation/
SdkConstant.java
32
ACTIVITY_INTENT_ACTION, BROADCAST_INTENT_ACTION,
SERVICE_ACTION
, INTENT_CATEGORY, FEATURE;
/frameworks/base/services/java/com/android/server/location/
GeocoderProxy.java
37
private static final String
SERVICE_ACTION
= "com.android.location.service.GeocodeProvider";
59
mServiceWatcher = new ServiceWatcher(mContext, TAG,
SERVICE_ACTION
, overlaySwitchResId,
GeofenceProxy.java
42
private static final String
SERVICE_ACTION
=
86
mServiceWatcher = new ServiceWatcher(context, TAG,
SERVICE_ACTION
, overlaySwitchResId,
/frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
SetAlarm.java
40
private static final String
SERVICE_ACTION
= "com.android.testing.ALARM_SERVICE";
47
private Intent mServceIntent = new Intent(
SERVICE_ACTION
).setPackage(SERVICE_PKG);
/cts/tests/tests/os/src/android/os/cts/
RemoteCallbackListTest.java
32
private static final String
SERVICE_ACTION
= "android.app.REMOTESERVICE";
62
mIntent = new Intent(
SERVICE_ACTION
);
Completed in 151 milliseconds