Searched refs:serviceB (Results 1 – 3 of 3) sorted by relevance
432 TestServiceClient serviceB = getTestService(APP_B); in testPendingIntentActivityBlocked() local436 sendPendingIntent(pi, serviceB); in testPendingIntentActivityBlocked()465 TestServiceClient serviceB = getTestService(APP_B); in testPI_onlyCreatorAllowsBALInSameTask_isNotBlocked() local466 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY, in testPI_onlyCreatorAllowsBALInSameTask_isNotBlocked()489 TestServiceClient serviceB = getTestService(APP_B); in testPI_onlyCreatorAllowsBALInSameTask_isBlocked() local490 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY, in testPI_onlyCreatorAllowsBALInSameTask_isBlocked()512 TestServiceClient serviceB = getTestService(APP_B); in testPI_onlyCreatorAllowsBALwithOptIn_isNotBlocked() local513 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY, in testPI_onlyCreatorAllowsBALwithOptIn_isNotBlocked()559 TestServiceClient serviceB = getTestService(APP_B); in testPI_onlyCreatorAllowsBALwithOptIn_isStartedInBackground() local560 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY, in testPI_onlyCreatorAllowsBALwithOptIn_isStartedInBackground()[all …]
146 private boolean isServiceTheSame(String serviceA, String serviceB) { in isServiceTheSame() argument147 if (TextUtils.isEmpty(serviceA) && TextUtils.isEmpty(serviceB)) { in isServiceTheSame()150 return TextUtils.equals(serviceA, serviceB); in isServiceTheSame()
144 private boolean isServiceTheSame(String serviceA, String serviceB) { in isServiceTheSame() argument146 if (TextUtils.isEmpty(serviceA) && TextUtils.isEmpty(serviceB)) { in isServiceTheSame()149 return TextUtils.equals(serviceA, serviceB); in isServiceTheSame()