Searched defs:SERVICE_ACTION (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/annotation/
H A DSdkConstant.java32 ACTIVITY_INTENT_ACTION, BROADCAST_INTENT_ACTION, SERVICE_ACTION, INTENT_CATEGORY, FEATURE; enum constant in enum:SdkConstant.SdkConstantType
/frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
H A DSetAlarm.java40 private static final String SERVICE_ACTION = "com.android.testing.ALARM_SERVICE"; field in class:SetAlarm
47 private Intent mServceIntent = new Intent(SERVICE_ACTION).setPackage(SERVICE_PKG);
/frameworks/base/services/java/com/android/server/location/
H A DGeocoderProxy.java37 private static final String SERVICE_ACTION = "com.android.location.service.GeocodeProvider"; field in class:GeocoderProxy
59 mServiceWatcher = new ServiceWatcher(mContext, TAG, SERVICE_ACTION, overlaySwitchResId,
H A DGeofenceProxy.java42 private static final String SERVICE_ACTION = field in class:GeofenceProxy
86 mServiceWatcher = new ServiceWatcher(context, TAG, SERVICE_ACTION, overlaySwitchResId,

Completed in 200 milliseconds