Searched defs:SERVICE_ACTION (Results 1 - 5 of 5) 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/base/tests/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/core/java/com/android/server/location/
H A DGeocoderProxy.java36 private static final String SERVICE_ACTION = "com.android.location.service.GeocodeProvider"; field in class:GeocoderProxy
58 mServiceWatcher = new ServiceWatcher(mContext, TAG, SERVICE_ACTION, overlaySwitchResId,
H A DGeofenceProxy.java40 private static final String SERVICE_ACTION = field in class:GeofenceProxy
84 mServiceWatcher = new ServiceWatcher(context, TAG, SERVICE_ACTION, overlaySwitchResId,
/frameworks/base/services/core/java/com/android/server/telecom/
H A DTelecomLoaderService.java139 private static final String SERVICE_ACTION = "com.android.ITelecomService"; field in class:TelecomLoaderService
185 Intent intent = new Intent(SERVICE_ACTION);

Completed in 1394 milliseconds