Home
last modified time | relevance | path

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

/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainServiceTest.java95 Intent serviceIntent = new Intent(IKeyChainServiceTestSupport.class.getName()); in bindSupport() local
96 addComponentToIntent(getPackageManager(), serviceIntent); in bindSupport() local
104 Intent serviceIntent = new Intent(IKeyChainService.class.getName()); in bindService() local
105 addComponentToIntent(getPackageManager(), serviceIntent); in bindService() local
/packages/apps/SecureElement/src/com/android/se/
DSEApplication.java29 Intent serviceIntent = new Intent(getApplicationContext(), SecureElementService.class); in onCreate() local
/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
DCarProjectionManager.java463 public void registerProjectionRunner(@NonNull Intent serviceIntent) { in registerProjectionRunner()
480 public void unregisterProjectionRunner(@NonNull Intent serviceIntent) { in unregisterProjectionRunner()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDirectoryContactUtil.java53 Intent serviceIntent = ContactSaveService.createNewRawContactIntent( in createCopy() local
/packages/apps/Dialer/java/com/android/dialer/interactions/
DContactUpdateService.java36 Intent serviceIntent = new Intent(context, ContactUpdateService.class); in createSetSuperPrimaryIntent() local
DPhoneNumberInteraction.java569 final Intent serviceIntent = in onClick() local
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java372 Intent serviceIntent = new Intent( in createNewRawContactIntent() local
463 Intent serviceIntent = new Intent( in createSaveContactIntent() local
759 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createNewGroupIntent() local
818 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createGroupRenameIntent() local
854 final Intent serviceIntent = new Intent(context, ContactSaveService.class); in createGroupDeletionIntent() local
880 final Intent serviceIntent = new Intent(context, ContactSaveService.class); in createUndoIntent() local
912 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createGroupUpdateIntent() local
1032 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createSetStarredIntent() local
1077 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createSetSendToVoicemail() local
1103 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createSetRingtone() local
[all …]
/packages/services/Car/car-test-lib/src/android/car/testapi/
DFakeCarProjectionService.java78 public void registerProjectionRunner(Intent serviceIntent) throws RemoteException { in registerProjectionRunner()
83 public void unregisterProjectionRunner(Intent serviceIntent) throws RemoteException { in unregisterProjectionRunner()
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DOpportunisticNetworkServiceTest.java54 Intent serviceIntent = in setUp() local
/packages/apps/Email/provider_src/com/android/email/service/
DEmailServiceUtils.java92 final Intent serviceIntent = getServiceIntent(info); in killService() local
104 final Intent serviceIntent = getServiceIntent(info); in startService() local
115 final Intent serviceIntent = getServiceIntent(info); in startRemoteServices() local
164 final Intent serviceIntent = new Intent(info.intentAction); in getServiceIntent() local
247 final Intent serviceIntent = getServiceIntent(info); in getServiceFromInfo() local
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupNameEditDialogFragment.java253 final Intent serviceIntent; in maybePersistCurrentGroupName() local
261 ContactSaveService.startService(getActivity(), serviceIntent); in maybePersistCurrentGroupName() local
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastReceiver.java245 Intent serviceIntent = new Intent(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in startConfigService() local
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsService.java86 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in markAllNewVoicemailsAsOld() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DComponentContextFixture.java136 Intent serviceIntent, in bindServiceAsUser()
146 Intent serviceIntent, in bindService()
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java177 public void registerProjectionRunner(Intent serviceIntent) { in registerProjectionRunner()
194 public void unregisterProjectionRunner(Intent serviceIntent) { in unregisterProjectionRunner()
207 private void bindToService(Intent serviceIntent) { in bindToService()
/packages/services/Telecomm/src/com/android/server/telecom/
DServiceBinder.java86 Intent serviceIntent = new Intent(mServiceAction).setComponent(mComponentName); in bind() local
DInCallController.java1223 Intent serviceIntent = new Intent(InCallService.SERVICE_INTERFACE); in getInCallServiceComponents() local