Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DICarProjection.aidl33 void registerProjectionRunner(in Intent serviceIntent) = 0; field
39 void unregisterProjectionRunner(in Intent serviceIntent) = 1; field
DCarProjectionManager.java119 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/
DOmtpMessageReceiver.java118 Intent serviceIntent = null; in processSync() local
175 Intent serviceIntent = OmtpVvmSyncService.getSyncIntent( in updateSource() local
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java285 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/
DCarProjectionService.java92 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/
DCallLogNotificationsService.java166 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in updateVoicemailNotifications() local
187 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in updateMissedCallNotifications() local
DVoicemailQueryHandler.java61 Intent serviceIntent = new Intent(mContext, CallLogNotificationsService.class); in onUpdateComplete() local
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
DVoicemailProviderChangeReceiver.java33 Intent serviceIntent = OmtpVvmSyncService.getSyncIntent( in onReceive() local
DOmtpVvmSyncService.java118 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/
DDirectoryContactUtil.java53 Intent serviceIntent = ContactSaveService.createNewRawContactIntent( in createCopy() local
/packages/apps/Dialer/src/com/android/dialer/contact/
DContactUpdateService.java39 Intent serviceIntent = new Intent(context, ContactUpdateService.class); in createSetSuperPrimaryIntent() local
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
DVvmPhoneStateListener.java80 Intent serviceIntent = OmtpVvmSyncService.getSyncIntent( in onServiceStateChanged() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/location/
DUpdateCountryService.java33 final Intent serviceIntent = new Intent(context, UpdateCountryService.class); in updateCountry() 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/services/Telecomm/tests/src/com/android/server/telecom/tests/
DComponentContextFixture.java124 Intent serviceIntent, in bindServiceAsUser()
134 Intent serviceIntent, in bindService()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastReceiver.java187 Intent serviceIntent = new Intent(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in startConfigService() local
/packages/services/Telecomm/src/com/android/server/telecom/
DServiceBinder.java82 Intent serviceIntent = new Intent(mServiceAction).setComponent(mComponentName); in bind() local
DInCallController.java804 Intent serviceIntent = new Intent(InCallService.SERVICE_INTERFACE); in getInCallServiceComponents() local
/packages/apps/Dialer/src/com/android/dialer/interactions/
DPhoneNumberInteraction.java247 final Intent serviceIntent = ContactUpdateService.createSetSuperPrimaryIntent( in onClick() local