Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java431 TestServiceClient serviceA = getTestService(APP_A); in testPendingIntentActivityBlocked() local
435 PendingIntent pi = generatePendingIntent(serviceA, APP_A.BACKGROUND_ACTIVITY); in testPendingIntentActivityBlocked()
468 TestServiceClient serviceA = getTestService(APP_A); in testPI_onlyCreatorAllowsBALInSameTask_isNotBlocked() local
470 serviceA.sendPendingIntentWithActivity(pi, Bundle.EMPTY); in testPI_onlyCreatorAllowsBALInSameTask_isNotBlocked()
492 TestServiceClient serviceA = getTestService(APP_A); in testPI_onlyCreatorAllowsBALInSameTask_isBlocked() local
494 serviceA.sendPendingIntentWithActivity(pi, Bundle.EMPTY); in testPI_onlyCreatorAllowsBALInSameTask_isBlocked()
515 TestServiceClient serviceA = getTestService(APP_A); in testPI_onlyCreatorAllowsBALwithOptIn_isNotBlocked() local
516 serviceA.sendPendingIntentWithActivity(pi, Bundle.EMPTY); in testPI_onlyCreatorAllowsBALwithOptIn_isNotBlocked()
562 TestServiceClient serviceA = getTestService(APP_A); in testPI_onlyCreatorAllowsBALwithOptIn_isStartedInBackground() local
563 serviceA.sendPendingIntentWithActivity(pi, Bundle.EMPTY); in testPI_onlyCreatorAllowsBALwithOptIn_isStartedInBackground()
[all …]
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemServiceConnector.java146 private boolean isServiceTheSame(String serviceA, String serviceB) { in isServiceTheSame() argument
147 if (TextUtils.isEmpty(serviceA) && TextUtils.isEmpty(serviceB)) { in isServiceTheSame()
150 return TextUtils.equals(serviceA, serviceB); in isServiceTheSame()
/cts/tests/tests/wifi/mockWifi/src/android/wifi/mockwifi/
DMockWifiModemServiceConnector.java144 private boolean isServiceTheSame(String serviceA, String serviceB) { in isServiceTheSame() argument
146 if (TextUtils.isEmpty(serviceA) && TextUtils.isEmpty(serviceB)) { in isServiceTheSame()
149 return TextUtils.equals(serviceA, serviceB); in isServiceTheSame()