Home
last modified time | relevance | path

Searched refs:MAIN_CTS_PACKAGE (Results 1 – 3 of 3) sorted by relevance

/cts/tests/AlarmManager/app_common/src/android/alarmmanager/alarmtestapp/cts/common/
DPermissionStateChangedReceiver.java32 private static final String MAIN_CTS_PACKAGE = "android.alarmmanager.cts"; field in PermissionStateChangedReceiver
46 response.setPackage(MAIN_CTS_PACKAGE); in onReceive()
/cts/tests/app/app/src/android/app/stubs/
DReceiver_getBindingUidImportance.java40 private static final String MAIN_CTS_PACKAGE = "android.app.cts.getbindinguidimportance"; field in Receiver_getBindingUidImportance
42 private static final ComponentName SERVICE_NAME = new ComponentName(MAIN_CTS_PACKAGE,
/cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
DReplyUtil.java36 private static final String MAIN_CTS_PACKAGE = "android.content.pm.cts.shortcutmanager"; field in ReplyUtil
60 final Intent reply = new Intent(replyAction).setPackage(MAIN_CTS_PACKAGE); in sendReply()