Home
last modified time | relevance | path

Searched refs:getPhoneAccountHandle (Results 1 – 25 of 28) sorted by relevance

12

/packages/apps/Dialer/java/com/android/voicemail/impl/
DStatusCheckTask.java62 .createForPhoneAccountHandle(getPhoneAccountHandle()); in onExecuteInBackgroundThread()
67 getPhoneAccountHandle() + " no longer valid"); in onExecuteInBackgroundThread()
73 getPhoneAccountHandle() + " not in service"); in onExecuteInBackgroundThread()
77 new OmtpVvmCarrierConfigHelper(getContext(), getPhoneAccountHandle()); in onExecuteInBackgroundThread()
81 "config no longer valid for " + getPhoneAccountHandle()); in onExecuteInBackgroundThread()
82 VvmAccountManager.removeAccount(getContext(), getPhoneAccountHandle()); in onExecuteInBackgroundThread()
87 try (StatusSmsFetcher fetcher = new StatusSmsFetcher(getContext(), getPhoneAccountHandle())) { in onExecuteInBackgroundThread() argument
117 VvmAccountManager.addAccount(getContext(), getPhoneAccountHandle(), message); in onExecuteInBackgroundThread()
122 VvmAccountManager.removeAccount(getContext(), getPhoneAccountHandle()); in onExecuteInBackgroundThread()
125 ActivationTask.start(getContext(), getPhoneAccountHandle(), data); in onExecuteInBackgroundThread()
DOmtpVvmCarrierConfigHelper.java158 public PhoneAccountHandle getPhoneAccountHandle() { in getPhoneAccountHandle() method in OmtpVvmCarrierConfigHelper
332 PhoneAccountHandle phoneAccountHandle = getPhoneAccountHandle(); in startActivation()
356 getPhoneAccountHandle(), in activateSmsFilter()
366 mContext, getPhoneAccountHandle(), null); in startDeactivation()
372 VvmAccountManager.removeAccount(mContext, getPhoneAccountHandle()); in startDeactivation()
DVoicemailStatus.java51 public PhoneAccountHandle getPhoneAccountHandle() { in getPhoneAccountHandle() method in VoicemailStatus.Editor
DOmtpService.java89 if (!isServiceEnabled(sms.getPhoneAccountHandle())) { in onSmsReceived()
DActivationTask.java127 PhoneAccountHandle phoneAccountHandle = getPhoneAccountHandle(); in onExecuteInBackgroundThread()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java302 public PhoneAccountHandle getPhoneAccountHandle() { in getPhoneAccountHandle() method in TelecomAccountRegistry.AccountEntry
573 if (entry.getPhoneAccountHandle().equals(handle)) { in isVideoPauseSupported()
591 if (entry.getPhoneAccountHandle().equals(handle)) { in isMergeCallSupported()
609 if (entry.getPhoneAccountHandle().equals(handle)) { in isVideoConferencingSupported()
627 entry -> entry.getPhoneAccountHandle().equals(handle)).findFirst(); in isMergeOfWifiCallsAllowedWhenVoWifiOff()
647 if (entry.getPhoneAccountHandle().equals(handle)) { in isMergeImsCallSupported()
671 if (entry.getPhoneAccountHandle().equals(handle)) { in getAddress()
713 if (entry.getPhoneAccountHandle().equals(handle)) { in hasAccountEntryForPhoneAccount()
/packages/services/Telephony/src/com/android/phone/vvm/
DVvmSmsReceiver.java40 if (sms.getPhoneAccountHandle() == null) { in onReceive()
46 int subId = PhoneAccountHandleConverter.toSubId(sms.getPhoneAccountHandle()); in onReceive()
DRemoteVvmTaskManager.java94 sms.getPhoneAccountHandle()); in startSmsReceived()
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
DUploadTask.java59 PhoneAccountHandle phoneAccountHandle = getPhoneAccountHandle(); in onExecuteInBackgroundThread()
62 VvmLog.e(TAG, "null phone account for phoneAccountHandle " + getPhoneAccountHandle()); in onExecuteInBackgroundThread()
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
DRetryPolicy.java73 PhoneAccountHandle phoneAccountHandle = task.getPhoneAccountHandle(); in onCreate()
75 VvmLog.e(TAG, "null phone account for phoneAccountHandle " + task.getPhoneAccountHandle()); in onCreate()
DBaseTask.java92 public PhoneAccountHandle getPhoneAccountHandle() { in getPhoneAccountHandle() method in BaseTask
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailErrorManager.java113 .createForPhoneAccountHandle(status.getPhoneAccountHandle()); in addServiceStateListener()
118 PhoneAccountHandle phoneAccountHandle = status.getPhoneAccountHandle(); in addServiceStateListener()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallingActivity.java128 return mCallList.getPhoneAccountHandle(SelfManagedCallList.SELF_MANAGED_ACCOUNT_1); in getSelectedPhoneAccountHandle()
130 return mCallList.getPhoneAccountHandle(SelfManagedCallList.SELF_MANAGED_ACCOUNT_2); in getSelectedPhoneAccountHandle()
DSelfManagedCallList.java123 public PhoneAccountHandle getPhoneAccountHandle(String id) { in getPhoneAccountHandle() method in SelfManagedCallList
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
DVvm3EventHandler.java139 if (!isPinRandomized(context, status.getPhoneAccountHandle())) { in handleConfigurationEvent()
146 if (isPinRandomized(context, status.getPhoneAccountHandle())) { in handleConfigurationEvent()
DProtocolHelper.java40 config.getPhoneAccountHandle(), in getMessageSender()
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/error/
DVoicemailStatus.java98 getNotificationChannelStateFormTelephony(context, getPhoneAccountHandle()); in VoicemailStatus()
296 public PhoneAccountHandle getPhoneAccountHandle() { in getPhoneAccountHandle() method in VoicemailStatus
DVvm3VoicemailMessageCreator.java254 VoicemailErrorMessage.createSetPinAction(context, status.getPhoneAccountHandle())); in create()
DVoicemailTosMessageCreator.java162 voicemailClient.setVoicemailEnabled(context, status.getPhoneAccountHandle(), false);
/packages/apps/Dialer/java/com/android/dialer/lightbringer/
DLightbringer.java56 PhoneAccountHandle getPhoneAccountHandle(); in getPhoneAccountHandle() method
/packages/services/Telecomm/src/com/android/server/telecom/
DMissedCallNotifier.java61 public PhoneAccountHandle getPhoneAccountHandle() { in getPhoneAccountHandle() method in MissedCallNotifier.CallInfo
/packages/apps/Dialer/java/com/android/dialer/lightbringer/stub/
DLightbringerStub.java96 public PhoneAccountHandle getPhoneAccountHandle() { in getPhoneAccountHandle() method in LightbringerStub
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/
DLegacyModeSmsHandler.java53 PhoneAccountHandle handle = sms.getPhoneAccountHandle(); in handle()
DStatusSmsFetcher.java115 if (!mPhoneAccountHandle.equals(sms.getPhoneAccountHandle())) { in onReceive()
DOmtpMessageReceiver.java56 PhoneAccountHandle phone = sms.getPhoneAccountHandle(); in onReceive()

12