Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java432 TestServiceClient serviceB = getTestService(APP_B); in testPendingIntentActivityBlocked() local
436 sendPendingIntent(pi, serviceB); in testPendingIntentActivityBlocked()
465 TestServiceClient serviceB = getTestService(APP_B); in testPI_onlyCreatorAllowsBALInSameTask_isNotBlocked() local
466 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY, in testPI_onlyCreatorAllowsBALInSameTask_isNotBlocked()
489 TestServiceClient serviceB = getTestService(APP_B); in testPI_onlyCreatorAllowsBALInSameTask_isBlocked() local
490 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY, in testPI_onlyCreatorAllowsBALInSameTask_isBlocked()
512 TestServiceClient serviceB = getTestService(APP_B); in testPI_onlyCreatorAllowsBALwithOptIn_isNotBlocked() local
513 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY, in testPI_onlyCreatorAllowsBALwithOptIn_isNotBlocked()
559 TestServiceClient serviceB = getTestService(APP_B); in testPI_onlyCreatorAllowsBALwithOptIn_isStartedInBackground() local
560 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY, 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()