Home
last modified time | relevance | path

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

12

/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
/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 …]
/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
/packages/apps/SecureElement/src/com/android/se/
DSEApplication.java29 Intent serviceIntent = new Intent(getApplicationContext(), SecureElementService.class); in onCreate() local
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDirectoryContactUtil.java53 Intent serviceIntent = ContactSaveService.createNewRawContactIntent( in createCopy() local
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileResultReceiver.java50 Intent serviceIntent = new Intent(context, OpportunisticNetworkService.class); in onReceive() local
/packages/apps/Dialer/java/com/android/dialer/interactions/
DContactUpdateService.java36 Intent serviceIntent = new Intent(context, ContactUpdateService.class); in createSetSuperPrimaryIntent() local
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/
DOnDevicePersonalizationDebugServiceTest.java83 Intent serviceIntent = new Intent(mContext, in testWithBoundService() local
DOnDevicePersonalizationManagingServiceTest.java561 Intent serviceIntent = new Intent(mContext, in testWithBoundService() local
572 Intent serviceIntent = in testJobRestoring() local
/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
/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/
DTimerServiceTest.java130 Intent serviceIntent = new Intent(ApplicationProvider.getApplicationContext(), in getTimerServiceIntent() local
/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/src/com/android/tests/sdksandbox/endtoend/
DCtsSmallModuleTests.java79 Intent serviceIntent = new Intent("android.adservices.TOPICS_SERVICE"); in isSmallModuleSupported() local
/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()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupNameEditDialogFragment.java257 final Intent serviceIntent; in maybePersistCurrentGroupName() local
265 ContactSaveService.startService(getActivity(), serviceIntent); in maybePersistCurrentGroupName() local
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxSmallModuleHostTest/app/src/com/android/tests/sdksandbox/
DSdkSandboxSmallModuleTestApp.java153 Intent serviceIntent = new Intent(serviceName); in isAdServiceAvailable() local
/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
DGazeDriverAwarenessSupplierTest.java77 Intent serviceIntent = in testWithBoundService() local
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app2/src/com/android/cts/netpolicy/hostside/app2/
DMyBroadcastReceiver.java128 final Intent serviceIntent = new Intent(context, MyService.class); in sendNotification() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingService.java191 Intent serviceIntent = new Intent(ACTION_DISMISS_PAIRING); in createPairingNotification() local
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsService.java86 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in markAllNewVoicemailsAsOld() local
/packages/modules/Media/apex/framework/java/android/media/
DSession2Token.java242 Intent serviceIntent = new Intent(serviceInterface); in isInterfaceDeclared() local
/packages/modules/AdServices/sdksandbox/tests/cts/inprocess/src/com/android/sdksandbox/tests/cts/inprocess/
DSdkSandboxConfigurationTest.java203 final Intent serviceIntent = in testCanResolveAndBindToAdServicesApiPackage() local
/packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/behavior/
DAssistantRoleBehavior.java103 Intent serviceIntent = new Intent(VoiceInteractionService.SERVICE_INTERFACE); in getQualifyingPackagesInternal() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DComponentContextFixture.java182 Intent serviceIntent, in bindServiceAsUser()
192 Intent serviceIntent, in bindService()
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java215 public void registerProjectionRunner(Intent serviceIntent) { in registerProjectionRunner()
232 public void unregisterProjectionRunner(Intent serviceIntent) { in unregisterProjectionRunner()
245 private void bindToService(Intent serviceIntent) { in bindToService()
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DBasicKeyChainServiceTest.java358 Intent serviceIntent = new Intent(mContext, IKeyChainServiceTestSupport.class); in bindTestSupportService() local

12