/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 | SimpleReceiverStartService.java | 27 Intent serviceIntent = intent.getParcelableExtra("service"); in onReceive() local
|
D | SimpleActivityStartService.java | 48 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/security/src/android/security/cts/ |
D | IsolatedProcessTest.java | 71 Intent serviceIntent = new Intent(mContext, IsolatedService.class); in setUp() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | DeviceAdminTestReceiver.java | 236 final Intent serviceIntent = new Intent(context, PrimaryUserService.class); in bindPrimaryUserService() local 237 devicePolicyManager.bindDeviceAdminServiceAsUser(getReceiverComponentName(), serviceIntent, in bindPrimaryUserService() local
|
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/ |
D | MyBroadcastReceiver.java | 202 final Intent serviceIntent = new Intent(context, MyService.class); in sendNotification() local
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | CreateAndManageUserTest.java | 545 final Intent serviceIntent = new Intent(context, PrimaryUserService.class); in pingTargetUser() local 548 serviceIntent, in pingTargetUser() local
|
/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/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 | NotificationManagerTest.java | 2468 Intent serviceIntent = new Intent(mContext, BubblesTestService.class); in testNotificationManagerBubblePolicy_flagForPhonecall() local 2491 Intent serviceIntent = new Intent(mContext, BubblesTestService.class); in testNotificationManagerBubblePolicy_flagForPhonecallFailsNoPerson() local 2535 Intent serviceIntent = new Intent(mContext, BubblesTestService.class); in testNotificationManagerBubblePolicy_flagForPhonecallFailsNoCategory() local 2559 Intent serviceIntent = new Intent(mContext, BubblesTestService.class); in testNotificationManagerBubblePolicy_flagForPhonecallFailsNoMetadata() local
|
D | ActivityManagerProcessStateTest.java | 408 Intent serviceIntent = new Intent(); in testBackgroundCheckService() local
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerTest.java | 147 Intent serviceIntent = new Intent(SERVICE_ACTION_NAME); in testQuery() local
|