/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 | 119 public void registerProjectionRunner(Intent serviceIntent) throws CarNotConnectedException { in registerProjectionRunner() 138 public void unregisterProjectionRunner(Intent serviceIntent) throws CarNotConnectedException { in unregisterProjectionRunner()
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/ |
D | OmtpMessageReceiver.java | 118 Intent serviceIntent = null; in processSync() local 175 Intent serviceIntent = OmtpVvmSyncService.getSyncIntent( in updateSource() local
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 285 Intent serviceIntent = new Intent( in createNewRawContactIntent() local 376 Intent serviceIntent = new Intent( in createSaveContactIntent() local 672 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createNewGroupIntent() local 735 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createGroupRenameIntent() local 771 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createGroupDeletionIntent() local 806 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createGroupUpdateIntent() local 924 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createSetStarredIntent() local 969 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createSetSendToVoicemail() local 995 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createSetRingtone() local 1019 Intent serviceIntent = new Intent(context, ContactSaveService.class); in createSetSuperPrimaryIntent() local [all …]
|
/packages/services/Car/service/src/com/android/car/ |
D | CarProjectionService.java | 92 public void registerProjectionRunner(Intent serviceIntent) { in registerProjectionRunner() 108 public void unregisterProjectionRunner(Intent serviceIntent) { in unregisterProjectionRunner() 120 private void bindToService(Intent serviceIntent) { in bindToService()
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | CallLogNotificationsService.java | 166 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in updateVoicemailNotifications() local 187 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in updateMissedCallNotifications() local
|
D | VoicemailQueryHandler.java | 61 Intent serviceIntent = new Intent(mContext, CallLogNotificationsService.class); in onUpdateComplete() local
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/ |
D | VoicemailProviderChangeReceiver.java | 33 Intent serviceIntent = OmtpVvmSyncService.getSyncIntent( in onReceive() local
|
D | OmtpVvmSyncService.java | 118 Intent serviceIntent = new Intent(context, OmtpVvmSyncService.class); in getSyncIntent() local 427 Intent serviceIntent = new Intent(this, OmtpVvmSyncService.class); in setRetryAlarm() local
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | DirectoryContactUtil.java | 53 Intent serviceIntent = ContactSaveService.createNewRawContactIntent( in createCopy() local
|
/packages/apps/Dialer/src/com/android/dialer/contact/ |
D | ContactUpdateService.java | 39 Intent serviceIntent = new Intent(context, ContactUpdateService.class); in createSetSuperPrimaryIntent() local
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/ |
D | VvmPhoneStateListener.java | 80 Intent serviceIntent = OmtpVvmSyncService.getSyncIntent( in onServiceStateChanged() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/location/ |
D | UpdateCountryService.java | 33 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/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ComponentContextFixture.java | 124 Intent serviceIntent, in bindServiceAsUser() 134 Intent serviceIntent, in bindService()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastReceiver.java | 187 Intent serviceIntent = new Intent(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in startConfigService() local
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ServiceBinder.java | 82 Intent serviceIntent = new Intent(mServiceAction).setComponent(mComponentName); in bind() local
|
D | InCallController.java | 804 Intent serviceIntent = new Intent(InCallService.SERVICE_INTERFACE); in getInCallServiceComponents() local
|
/packages/apps/Dialer/src/com/android/dialer/interactions/ |
D | PhoneNumberInteraction.java | 247 final Intent serviceIntent = ContactUpdateService.createSetSuperPrimaryIntent( in onClick() local
|