Searched refs:voicemailNumber (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | LegacyVoicemailNotifier.java | 59 String voicemailNumber, in showNotification() argument 80 voicemailNumber, in showNotification() 94 String voicemailNumber, in createNotification() argument 112 if (!TextUtils.isEmpty(voicemailNumber) && callVoicemailIntent != null) { in createNotification() 113 contentText = getNotificationText(context, handle, voicemailNumber); in createNotification() 145 @NonNull Context context, PhoneAccountHandle handle, String voicemailNumber) { in getNotificationText() argument 156 context, voicemailNumber, GeoUtil.getCurrentCountryIso(context))); in getNotificationText()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | VoicemailProviderSettings.java | 49 String voicemailNumber, String forwardingNumber, int timeSeconds) { in VoicemailProviderSettings() argument 50 mVoicemailNumber = voicemailNumber; in VoicemailProviderSettings() 68 public VoicemailProviderSettings(String voicemailNumber, CallForwardInfo[] infos) { in VoicemailProviderSettings() argument 69 mVoicemailNumber = voicemailNumber; in VoicemailProviderSettings()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/ |
D | LegacyModeSmsHandler.java | 99 String voicemailNumber = getVoicemailNumber(context, phoneAccountHandle); in sendLegacyVoicemailNotification() local 103 if (voicemailNumber != null) { in sendLegacyVoicemailNotification() 128 intent.putExtra(TelephonyManager.EXTRA_VOICEMAIL_NUMBER, voicemailNumber); in sendLegacyVoicemailNotification()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/ |
D | UiCallManager.java | 317 String voicemailNumber = TelecomUtils.getVoicemailNumber(mContext); in callVoicemail() local 318 if (TextUtils.isEmpty(voicemailNumber)) { in callVoicemail() 322 placeCall(voicemailNumber); in callVoicemail()
|
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/ |
D | LegacyVoicemailNotificationReceiver.java | 114 String voicemailNumber = intent.getStringExtra(TelephonyManager.EXTRA_VOICEMAIL_NUMBER); in onReceive() local 125 voicemailNumber, in onReceive()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | NewOutgoingCallIntentBroadcasterTest.java | 122 String voicemailNumber = "voicemail:18005551234"; in testVoicemailCall() local 123 Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(voicemailNumber)); in testVoicemailCall() 129 verify(mCallsManager).placeOutgoingCall(eq(mCall), eq(Uri.parse(voicemailNumber)), in testVoicemailCall()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallForwardEditPreference.java | 207 String voicemailNumber = mPhone.getVoiceMailNumber(); in handleCallForwardResult() local 208 setPhoneNumber(displayVoicemailNumber ? voicemailNumber : callForwardInfo.number); in handleCallForwardResult()
|