/packages/services/Car/car-lib/src/android/car/ |
D | ICarProjection.aidl | 33 void registerProjectionRunner(in Intent serviceIntent) = 0; field 39 void unregisterProjectionRunner(in Intent serviceIntent) = 1; field
|
D | CarProjectionManager.java | 118 public void registerProjectionRunner(Intent serviceIntent) throws CarNotConnectedException { in registerProjectionRunner() 137 public void unregisterProjectionRunner(Intent serviceIntent) { in unregisterProjectionRunner()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogNotificationsService.java | 85 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in insertPostCallNote() local 93 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in markNewVoicemailsAsOld() local 100 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in markNewMissedCallsAsOld() local
|
/packages/services/Car/service/src/com/android/car/ |
D | CarProjectionService.java | 91 public void registerProjectionRunner(Intent serviceIntent) { in registerProjectionRunner() 107 public void unregisterProjectionRunner(Intent serviceIntent) { in unregisterProjectionRunner() 119 private void bindToService(Intent serviceIntent) { in bindToService()
|
/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 | 547 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/apps/Dialer/java/com/android/contacts/common/location/ |
D | UpdateCountryService.java | 49 final Intent serviceIntent = new Intent(context, UpdateCountryService.class); in updateCountry() 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 | 248 final Intent serviceIntent; in maybePersistCurrentGroupName() local 256 ContactSaveService.startService(getActivity(), serviceIntent); in maybePersistCurrentGroupName() local
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ComponentContextFixture.java | 125 Intent serviceIntent, in bindServiceAsUser() 135 Intent serviceIntent, in bindService()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastReceiver.java | 217 Intent serviceIntent = new Intent(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in startConfigService() local
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ServiceBinder.java | 83 Intent serviceIntent = new Intent(mServiceAction).setComponent(mComponentName); in bind() local
|
D | InCallController.java | 1143 Intent serviceIntent = new Intent(InCallService.SERVICE_INTERFACE); in getInCallServiceComponents() local
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | UsbDeviceHandlerResolver.java | 502 Intent serviceIntent = new Intent(); in queryNextAoapHandler() local
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/ |
D | UsbDeviceHandlerResolver.java | 580 Intent serviceIntent = new Intent(); in doHandleAoapStartComplete() local
|