Home
last modified time | relevance | path

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

12

/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/tests/tests/nfc/src/android/nfc/cts/
DOffHostApduServiceTest.java25 Intent serviceIntent in testOnBind() local
DHostNfcFServiceTest.java26 Intent serviceIntent in testOnBind() local
DHostApduServiceTest.java33 Intent serviceIntent in testOnBind() local
/cts/hostsidetests/gwp_asan/common/android/cts/gwp_asan/
DGwpAsanServiceTest.java54 Intent serviceIntent = new Intent(getApplicationContext(), cls); in runServiceAndCheckSuccess() local
64 Intent serviceIntent = new Intent(getApplicationContext(), cls); in runService() local
/cts/apps/ForceStopHelperApp/src/com/android/cts/forcestophelper/
DRecentTaskActivity.java37 final Intent serviceIntent = new Intent(); in onCreate() local
/cts/libs/install/testapp/src/com/android/cts/install/lib/testapp/
DTestServiceActivity.java38 Intent serviceIntent = new Intent().setClassName( in onCreate() local
/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DBindServiceActivity.java51 Intent serviceIntent = new Intent().setComponent(appA.ACTIVITY_START_SERVICE); in onStart() local
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DVoiceInteractionServiceBindingHelper.java92 Intent serviceIntent = new Intent(); in onCreate() local
/cts/hostsidetests/appsecurity/test-apps/rro/OverlayTarget/src/com/android/cts/overlay/target/
DOverlayTargetActivity.java87 final Intent serviceIntent = new Intent(this, OverlayTargetService.class); in startServiceIfNecessary() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DBasicInCallServiceTest.java70 Intent serviceIntent = new Intent(InCallService.SERVICE_INTERFACE); in testResolveInCallIntent() local
/cts/tests/tests/security/src/android/security/cts/
DIsolatedProcessTest.java91 Intent serviceIntent = new Intent(getInstrumentation().getContext(), IsolatedService.class); in setUp() local
DNanoAppBundleTest.java88 Intent serviceIntent = new Intent(mContext, AuthenticatorService.class); in setUp() local
96 Intent serviceIntent = new Intent(mContext, AuthenticatorService.class); in tearDown() local
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionMultiDetectorTest.java79 Intent serviceIntent = new Intent(); in setUp() local
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/src/com/android/cts/appdataisolation/appa/
DAppATests.java304 Intent serviceIntent = new Intent(mContext, IsolatedService.class); in testIsolatedProcess() local
318 Intent serviceIntent = new Intent(mContext, AppZygoteIsolatedService.class); in testAppZygoteIsolatedProcess() local
/cts/hostsidetests/voiceinteraction/app/src/com/android/cts/voiceinteraction/
DAbstractVoiceInteractionServiceTest.java96 Intent serviceIntent = new Intent(); in setUp() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-20913/src/android/security/cts/CVE_2023_20913/
DDeviceTest.java80 Intent serviceIntent = new Intent(mContext, PocService.class); in testActivity() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DDeviceAdminTestReceiver.java290 final Intent serviceIntent = new Intent(context, PrimaryUserService.class); in bindPrimaryUserService() local
291 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/framework/base/windowmanager/util/src/android/server/wm/
DMediaProjectionHelper.java239 Intent serviceIntent = new Intent(targetContext, MediaProjectionService.class); in authorizeMediaProjection() local
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveContentMediaProjectionHelper.java239 Intent serviceIntent = new Intent(targetContext, MediaProjectionService.class); in authorizeMediaProjection() local

12