/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/ |
D | DeviceLockControllerServiceTest.java | 98 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 D | ShadowContextImplTest.java | 190 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/ |
D | ContactSaveService.java | 376 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 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()
|
H A D | BindDeviceAdminServiceFailsTest.java | 68 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 D | ProgressServiceComponent.java | 39 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 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
|
/aosp_15_r20/frameworks/base/core/java/android/service/dreams/ |
H A D | DreamOverlayConnectionHandler.java | 61 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 D | GwpAsanServiceTest.java | 54 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/ |
D | ICarProjection.aidl | 38 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 D | RemotePrintServiceRecommendationService.java | 118 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 D | ServiceBindingOomAdjPolicyTest.java | 237 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 D | PersistentServiceConnection.java | 101 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 D | AppATests.java | 314 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/ |
D | CarProjectionManagerUnitTest.java | 117 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/ |
D | FakeCarProjectionService.java | 80 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 D | DeviceAdminTestReceiver.java | 290 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/ |
D | GroupNameEditDialogFragment.java | 257 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 D | NanoAppBundleTest.java | 88 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/ |
D | CarProjectionService.java | 221 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/ |
D | OnDevicePersonalizationManagingServiceTest.java | 591 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 D | NotificationManagerBubbleTest.java | 482 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/ |
D | ComponentContextFixture.java | 183 Intent serviceIntent, in bindServiceAsUser() 193 Intent serviceIntent, in bindService()
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | AppOpsLoggingTest.kt | 120 val serviceIntent = Intent() in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/resume/ |
H A D | MediaResumeListener.kt | 265 val serviceIntent = Intent(MediaBrowserService.SERVICE_INTERFACE) in onMediaDataLoaded() constant
|