Home
last modified time | relevance | path

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

12345678910>>...18

/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/
DDeviceLockControllerServiceTest.java98 Intent serviceIntent = new Intent(mTestApp, DeviceLockControllerService.class); in lockDevice_shouldLogKioskRequest_andLogLockSuccess() local
116 Intent serviceIntent = new Intent(mTestApp, DeviceLockControllerService.class); in lockDevice_failure_shouldLogToStatsLogger() local
134 Intent serviceIntent = new Intent(mTestApp, DeviceLockControllerService.class); in unlockDevice_shouldLogKioskRequest_AndLogUnlockSuccess() local
152 Intent serviceIntent = new Intent(mTestApp, DeviceLockControllerService.class); in unlockDevice_failure_shouldLogToStatsLogger() local
169 Intent serviceIntent = new Intent(mTestApp, DeviceLockControllerService.class); in isDeviceLocked_shouldLogKioskRequest() local
185 Intent serviceIntent = new Intent(mTestApp, DeviceLockControllerService.class); in getDeviceIdentifier_shouldLogKioskRequest() local
199 Intent serviceIntent = new Intent(mTestApp, DeviceLockControllerService.class); in clearDeviceRestrictions_shouldLogKioskRequest() local
218 Intent serviceIntent = new Intent(mTestApp, DeviceLockControllerService.class); in onUserSwitching_enforcePoliciesAndFinalizationState() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowContextImplTest.java190 Intent serviceIntent = new Intent().setPackage("dummy.package"); in bindServiceAsUser() local
204 Intent serviceIntent = new Intent(); in bindServiceAsUser_shouldThrowOnImplicitIntent() local
217 Intent serviceIntent = new Intent().setPackage("dummy.package"); in bindService() local
228 Intent serviceIntent = new Intent(); in bindService_shouldThrowOnImplicitIntent() local
240 Intent serviceIntent = new Intent(action).setPackage("dummy.package"); in bindService_unbindable() local
251 Intent serviceIntent = new Intent().setPackage("dummy.package"); in bindService_withExecutor_callsServiceConnectedOnExecutor() local
266 Intent serviceIntent = new Intent().setPackage("dummy.package"); in bindService_noSpecifiedExecutor_callsServiceConnectedOnHandler() local
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java376 Intent serviceIntent = new Intent( in createNewRawContactIntent() local
467 Intent serviceIntent = new Intent( in createSaveContactIntent() local
763 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createNewGroupIntent() local
822 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createGroupRenameIntent() local
858 final Intent serviceIntent = new Intent(context, ContactSaveService.class); in createGroupDeletionIntent() local
884 final Intent serviceIntent = new Intent(context, ContactSaveService.class); in createUndoIntent() local
916 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createGroupUpdateIntent() local
1036 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createSetStarredIntent() local
1081 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createSetSendToVoicemail() local
1107 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createSetRingtone() local
[all …]
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
H A 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()
H A DBindDeviceAdminServiceFailsTest.java68 final Intent serviceIntent = new Intent(); in checkCannotBind() local
78 private boolean bind(Intent serviceIntent, ServiceConnection serviceConnection, in bind()
/aosp_15_r20/external/setupcompat/main/java/com/google/android/setupcompat/portal/
H A DProgressServiceComponent.java39 private final Intent serviceIntent; field in ProgressServiceComponent
50 Intent serviceIntent, in ProgressServiceComponent()
167 private Intent serviceIntent; field in ProgressServiceComponent.Builder
215 public Builder setServiceIntent(Intent serviceIntent) { in setServiceIntent()
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
H A 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
/aosp_15_r20/frameworks/base/core/java/android/service/dreams/
H A DDreamOverlayConnectionHandler.java61 Intent serviceIntent, in DreamOverlayConnectionHandler()
70 Intent serviceIntent, in DreamOverlayConnectionHandler()
219 Intent serviceIntent) { in buildConnection()
/aosp_15_r20/cts/hostsidetests/gwp_asan/common/android/cts/gwp_asan/
H A DGwpAsanServiceTest.java54 Intent serviceIntent = new Intent(getApplicationContext(), cls); in runServiceAndCheckSuccess() local
64 Intent serviceIntent = new Intent(getApplicationContext(), cls); in runService() local
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/
DICarProjection.aidl38 void registerProjectionRunner(in Intent serviceIntent) = 0; field
44 void unregisterProjectionRunner(in Intent serviceIntent) = 1; field
/aosp_15_r20/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintServiceRecommendationService.java118 Intent serviceIntent = new Intent(); in getServiceIntent() local
139 Intent serviceIntent = getServiceIntent(userHandle); in RemotePrintServiceRecommendationService() local
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DServiceBindingOomAdjPolicyTest.java237 final Intent serviceIntent = createServiceIntent(TEST_APP1_NAME, TEST_SERVICE1_NAME, in performTestServiceSelfBindingOomAdj() local
739 final Intent serviceIntent = createServiceIntent(servicePackageName, serviceName, in performTestServiceDistinctBindingOomAdj() local
821 final Intent serviceIntent = new Intent().setComponent(compName); in createServiceIntent() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DPersistentServiceConnection.java101 Intent serviceIntent, in PersistentServiceConnection()
124 Intent serviceIntent, in PersistentServiceConnection()
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/src/com/android/cts/appdataisolation/appa/
H A DAppATests.java314 Intent serviceIntent = new Intent(mContext, IsolatedService.class); in testIsolatedProcess() local
328 Intent serviceIntent = new Intent(mContext, AppZygoteIsolatedService.class); in testAppZygoteIsolatedProcess() local
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionManagerUnitTest.java117 Intent serviceIntent = mock(Intent.class); in testRegisterProjectionRunner() local
130 Intent serviceIntent = mock(Intent.class); in testUnregisterProjectionRunner() local
/aosp_15_r20/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarProjectionService.java80 public void registerProjectionRunner(Intent serviceIntent) throws RemoteException { in registerProjectionRunner()
85 public void unregisterProjectionRunner(Intent serviceIntent) throws RemoteException { in unregisterProjectionRunner()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
H A DDeviceAdminTestReceiver.java290 final Intent serviceIntent = new Intent(context, PrimaryUserService.class); in bindPrimaryUserService() local
291 devicePolicyManager.bindDeviceAdminServiceAsUser(getReceiverComponentName(), serviceIntent, in bindPrimaryUserService() local
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/group/
DGroupNameEditDialogFragment.java257 final Intent serviceIntent; in maybePersistCurrentGroupName() local
265 ContactSaveService.startService(getActivity(), serviceIntent); in maybePersistCurrentGroupName() local
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DNanoAppBundleTest.java88 Intent serviceIntent = new Intent(mContext, AuthenticatorService.class); in setUp() local
96 Intent serviceIntent = new Intent(mContext, AuthenticatorService.class); in tearDown() local
/aosp_15_r20/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java221 public void registerProjectionRunner(Intent serviceIntent) { in registerProjectionRunner()
238 public void unregisterProjectionRunner(Intent serviceIntent) { in unregisterProjectionRunner()
251 private void bindToService(Intent serviceIntent) { in bindToService()
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/
DOnDevicePersonalizationManagingServiceTest.java591 Intent serviceIntent = in testWithBoundService() local
602 Intent serviceIntent = in testJobRestoring() local
/aosp_15_r20/cts/tests/tests/notification/src/android/app/notification/current/cts/
H A DNotificationManagerBubbleTest.java482 Intent serviceIntent = new Intent(mContext, BubblesTestService.class); in testNotificationManagerBubblePolicy_noFlag_service() local
506 Intent serviceIntent = new Intent(mContext, BubblesTestService.class); in testNotificationManagerBubblePolicy_noFlag_phonecall() local
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DComponentContextFixture.java183 Intent serviceIntent, in bindServiceAsUser()
193 Intent serviceIntent, in bindService()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/
H A DAppOpsLoggingTest.kt120 val serviceIntent = Intent() in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/resume/
H A DMediaResumeListener.kt265 val serviceIntent = Intent(MediaBrowserService.SERVICE_INTERFACE) in onMediaDataLoaded() constant

12345678910>>...18