/packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
D | KeyChainServiceTest.java | 95 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/ |
D | SEApplication.java | 29 Intent serviceIntent = new Intent(getApplicationContext(), SecureElementService.class); in onCreate() local
|
/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
|
D | CarProjectionManager.java | 463 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/ |
D | DirectoryContactUtil.java | 53 Intent serviceIntent = ContactSaveService.createNewRawContactIntent( in createCopy() local
|
/packages/apps/Dialer/java/com/android/dialer/interactions/ |
D | ContactUpdateService.java | 36 Intent serviceIntent = new Intent(context, ContactUpdateService.class); in createSetSuperPrimaryIntent() local
|
D | PhoneNumberInteraction.java | 569 final Intent serviceIntent = in onClick() local
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 372 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/ |
D | FakeCarProjectionService.java | 78 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/ |
D | OpportunisticNetworkServiceTest.java | 54 Intent serviceIntent = in setUp() local
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | EmailServiceUtils.java | 92 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/ |
D | GroupNameEditDialogFragment.java | 253 final Intent serviceIntent; in maybePersistCurrentGroupName() local 261 ContactSaveService.startService(getActivity(), serviceIntent); in maybePersistCurrentGroupName() local
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastReceiver.java | 245 Intent serviceIntent = new Intent(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in startConfigService() local
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogNotificationsService.java | 86 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in markAllNewVoicemailsAsOld() local
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ComponentContextFixture.java | 136 Intent serviceIntent, in bindServiceAsUser() 146 Intent serviceIntent, in bindService()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarProjectionService.java | 177 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/ |
D | ServiceBinder.java | 86 Intent serviceIntent = new Intent(mServiceAction).setComponent(mComponentName); in bind() local
|
D | InCallController.java | 1223 Intent serviceIntent = new Intent(InCallService.SERVICE_INTERFACE); in getInCallServiceComponents() local
|