Home
last modified time | relevance | path

Searched defs:serviceIntent (Results 1 – 25 of 25) sorted by relevance

/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
DBindDeviceAdminServiceGoodSetupTest.java112 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()
DBindDeviceAdminServiceFailsTest.java68 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/
DSimpleActivityStartFgService.java52 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
DSimpleReceiverStartService.java27 Intent serviceIntent = intent.getParcelableExtra("service"); in onReceive() local
DSimpleActivityStartService.java68 Intent serviceIntent = getIntent().getParcelableExtra("service"); in attemptStartService() local
/cts/apps/ForceStopHelperApp/src/com/android/cts/forcestophelper/
DRecentTaskActivity.java37 final Intent serviceIntent = new Intent(); in onCreate() local
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DTestVoiceInteractionServiceActivity.java31 Intent serviceIntent = new Intent(); in triggerHotwordDetectionServiceTest() local
/cts/tests/tests/gwp-asan/enabled/src/android/gwpasan/cts/
DGwpAsanServiceTest.java45 Intent serviceIntent = new Intent(getApplicationContext(), cls); in isGwpAsanEnabledInService() local
/cts/tests/tests/security/src/android/security/cts/
DIsolatedProcessTest.java71 Intent serviceIntent = new Intent(mContext, IsolatedService.class); in setUp() local
DNanoAppBundleTest.java78 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/
DBasicInCallServiceTest.java72 Intent serviceIntent = new Intent(InCallService.SERVICE_INTERFACE); in testResolveInCallIntent() local
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/src/com/android/cts/appdataisolation/appa/
DAppATests.java273 Intent serviceIntent = new Intent(mContext, IsolatedService.class); in testIsolatedProcess() local
287 Intent serviceIntent = new Intent(mContext, AppZygoteIsolatedService.class); in testAppZygoteIsolatedProcess() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DDeviceAdminTestReceiver.java266 final Intent serviceIntent = new Intent(context, PrimaryUserService.class); in bindPrimaryUserService() local
267 devicePolicyManager.bindDeviceAdminServiceAsUser(getReceiverComponentName(), serviceIntent, in bindPrimaryUserService() local
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DTestAppInterface.java78 final Intent serviceIntent = new Intent() in TestAppInterface() local
/cts/tests/app/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/
DNotificationTrampolineTestService.java158 public int onStartCommand(Intent serviceIntent, int flags, int startId) { in onStartCommand()
/cts/tests/tests/appop/src/android/app/appops/cts/
DForegroundModeTest.kt100 val serviceIntent = Intent().setComponent(ComponentName(TEST_SERVICE_PKG, in <lambda>() constant
DDiscreteAppopsTest.kt136 val serviceIntent = Intent().setComponent(ComponentName(PACKAGE_NAME, in <lambda>() constant
DAppOpsLoggingTest.kt171 val serviceIntent = Intent() in nativeNoteOp() constant
/cts/tests/tests/media/src/android/media/cts/
DMediaSession2ServiceTest.java389 Intent serviceIntent = new Intent(MediaSession2Service.SERVICE_INTERFACE); in testOnBind() local
/cts/tests/app/src/android/app/cts/
DPendingIntentTest.java721 Intent serviceIntent = new Intent(); in testGetIntentComponentAndType() local
DActivityManagerProcessStateTest.java471 Intent serviceIntent = new Intent(); in testBackgroundCheckService() local
DNotificationManagerTest.java3339 Intent serviceIntent = new Intent(mContext, BubblesTestService.class); in testNotificationManagerBubblePolicy_noFlag_service() local
3365 Intent serviceIntent = new Intent(mContext, BubblesTestService.class); in testNotificationManagerBubblePolicy_noFlag_phonecall() local
/cts/tests/tests/content/src/android/content/cts/
DBroadcastReceiverTest.java106 Intent serviceIntent = new Intent(context, MockService.class); in onReceive() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DCreateAndManageUserTest.java587 Intent serviceIntent = new Intent(context, PrimaryUserService.class); in pingTargetUser() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java214 Intent serviceIntent = new Intent(SERVICE_ACTION_NAME); in testQuery() local