/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/ |
D | BindDeviceAdminServiceGoodSetupTest.java | 112 final Intent serviceIntent = new Intent(mContext, UnprotectedCrossUserService.class); in testCannotBind_unprotectedCrossUserService() local 128 final Intent serviceIntent = new Intent(); in testCheckCannotBind_nonManagingPackage() local 145 final Intent serviceIntent = new Intent(mContext, ProtectedCrossUserService.class); in testCannotBind_sameUser() local 202 final Intent serviceIntent = new Intent(mContext, ProtectedCrossUserService.class); in assertCrossProfileCall() local 217 private boolean bind(Intent serviceIntent, ServiceConnection serviceConnection, in bind()
|
D | BindDeviceAdminServiceFailsTest.java | 68 final Intent serviceIntent = new Intent(); in checkCannotBind() local 78 private boolean bind(Intent serviceIntent, ServiceConnection serviceConnection, in bind()
|
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/ |
D | SimpleActivityStartFgService.java | 52 Intent serviceIntent = getIntent().getParcelableExtra("service"); in onCreate() local 67 Intent serviceIntent = getIntent().getParcelableExtra("service"); in onNewIntent() local 76 Intent serviceIntent = getIntent().getParcelableExtra("service"); in attemptStartService() local
|
D | SimpleReceiverStartService.java | 27 Intent serviceIntent = intent.getParcelableExtra("service"); in onReceive() local
|
D | SimpleActivityStartService.java | 68 Intent serviceIntent = getIntent().getParcelableExtra("service"); in attemptStartService() local
|
/cts/apps/ForceStopHelperApp/src/com/android/cts/forcestophelper/ |
D | RecentTaskActivity.java | 37 final Intent serviceIntent = new Intent(); in onCreate() local
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
D | TestVoiceInteractionServiceActivity.java | 31 Intent serviceIntent = new Intent(); in triggerHotwordDetectionServiceTest() local
|
/cts/tests/tests/gwp-asan/enabled/src/android/gwpasan/cts/ |
D | GwpAsanServiceTest.java | 45 Intent serviceIntent = new Intent(getApplicationContext(), cls); in isGwpAsanEnabledInService() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | IsolatedProcessTest.java | 71 Intent serviceIntent = new Intent(mContext, IsolatedService.class); in setUp() local
|
D | NanoAppBundleTest.java | 78 Intent serviceIntent = new Intent(mContext, AuthenticatorService.class); in setUp() local 86 Intent serviceIntent = new Intent(mContext, AuthenticatorService.class); in tearDown() local
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | BasicInCallServiceTest.java | 72 Intent serviceIntent = new Intent(InCallService.SERVICE_INTERFACE); in testResolveInCallIntent() local
|
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/src/com/android/cts/appdataisolation/appa/ |
D | AppATests.java | 272 Intent serviceIntent = new Intent(mContext, IsolatedService.class); in testIsolatedProcess() local 286 Intent serviceIntent = new Intent(mContext, AppZygoteIsolatedService.class); in testAppZygoteIsolatedProcess() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | DeviceAdminTestReceiver.java | 274 final Intent serviceIntent = new Intent(context, PrimaryUserService.class); in bindPrimaryUserService() local 275 devicePolicyManager.bindDeviceAdminServiceAsUser(getReceiverComponentName(), serviceIntent, in bindPrimaryUserService() local
|
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/ |
D | TestAppInterface.java | 78 final Intent serviceIntent = new Intent() in TestAppInterface() local
|
/cts/tests/app/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/ |
D | NotificationTrampolineTestService.java | 158 public int onStartCommand(Intent serviceIntent, int flags, int startId) { in onStartCommand()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaSession2ServiceTest.java | 389 Intent serviceIntent = new Intent(MediaSession2Service.SERVICE_INTERFACE); in testOnBind() local
|
/cts/tests/tests/appop/src/android/app/appops/cts/ |
D | ForegroundModeAndActiveTest.kt | 104 val serviceIntent = Intent().setComponent(ComponentName(TEST_SERVICE_PKG, in <lambda>() constant
|
/cts/tests/tests/content/src/android/content/cts/ |
D | BroadcastReceiverTest.java | 106 Intent serviceIntent = new Intent(context, MockService.class); in onReceive() local
|
/cts/tests/app/src/android/app/cts/ |
D | PendingIntentTest.java | 721 Intent serviceIntent = new Intent(); in testGetIntentComponentAndType() local
|
D | ActivityManagerProcessStateTest.java | 471 Intent serviceIntent = new Intent(); in testBackgroundCheckService() local
|
D | NotificationManagerTest.java | 3314 Intent serviceIntent = new Intent(mContext, BubblesTestService.class); in testNotificationManagerBubblePolicy_noFlag_service() local 3340 Intent serviceIntent = new Intent(mContext, BubblesTestService.class); in testNotificationManagerBubblePolicy_noFlag_phonecall() local
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | CreateAndManageUserTest.java | 580 Intent serviceIntent = new Intent(context, PrimaryUserService.class); in pingTargetUser() local
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerTest.java | 214 Intent serviceIntent = new Intent(SERVICE_ACTION_NAME); in testQuery() local
|