Searched defs:postDialDigits (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A DPhoneNumberDisplayUtil.java62 CharSequence postDialDigits,
72 return getTtsSpannableLtrNumber(number.toString() + postDialDigits);
57 getDisplayNumber( Context context, CharSequence number, int presentation, CharSequence formattedNumber, CharSequence postDialDigits, boolean isVoicemail) argument
H A DPhoneCallDetails.java39 public String postDialDigits; field in class:PhoneCallDetails
139 CharSequence number, int numberPresentation, CharSequence postDialDigits) {
142 this.postDialDigits = postDialDigits.toString();
191 context, number, numberPresentation, formattedNumber, postDialDigits, isVoicemail)
138 PhoneCallDetails( CharSequence number, int numberPresentation, CharSequence postDialDigits) argument
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
H A DCallLogBackupAgent.java70 String postDialDigits = ""; field in class:CallLogBackupAgent.Call
263 Calls.addCall(null /* CallerInfo */, this, call.number, call.postDialDigits, call.viaNumber,
359 call.postDialDigits = readString(dataInput);
379 call.postDialDigits = cursor.getString(
422 writeString(data, call.postDialDigits);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallLogManager.java75 String postDialDigits, String viaNumber, int presentation, int callType,
82 this.postDialDigits = postDialDigits;
99 public final String postDialDigits; field in class:CallLogManager.AddCallArgs
244 * @param postDialDigits The post-dial digits that were dialed after the number,
258 String postDialDigits,
293 AddCallArgs args = new AddCallArgs(mContext, callerInfo, number, postDialDigits,
414 return Calls.addCall(c.callerInfo, c.context, c.number, c.postDialDigits, c.viaNumber,
74 AddCallArgs(Context context, CallerInfo callerInfo, String number, String postDialDigits, String viaNumber, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long creationDate, long durationInMillis, Long dataUsage, UserHandle initiatingUser, @Nullable LogCallCompletedListener logCallCompletedListener) argument
255 logCall( CallerInfo callerInfo, String number, String postDialDigits, String viaNumber, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, long duration, Long dataUsage, boolean isEmergency, UserHandle initiatingUser, @Nullable LogCallCompletedListener logCallCompletedListener) argument
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallLogManagerTest.java166 POST_DIAL_STRING, // postDialDigits
189 POST_DIAL_STRING, // postDialDigits
218 POST_DIAL_STRING, // postDialDigits
239 POST_DIAL_STRING, // postDialDigits
263 POST_DIAL_STRING, // postDialDigits
287 POST_DIAL_STRING, // postDialDigits
315 POST_DIAL_STRING, // postDialDigits
342 POST_DIAL_STRING, // postDialDigits
367 POST_DIAL_STRING, // postDialDigits
390 POST_DIAL_STRING, // postDialDigits
713 makeFakeCall(int disconnectCauseCode, boolean isConference, boolean isIncoming, long creationTimeMillis, long ageMillis, Uri callHandle, PhoneAccountHandle phoneAccountHandle, int callVideoState, String postDialDigits, String viaNumber, UserHandle initiatingUser) argument
722 makeFakeCall(int disconnectCauseCode, boolean isConference, boolean isIncoming, long creationTimeMillis, long ageMillis, Uri callHandle, PhoneAccountHandle phoneAccountHandle, int callVideoState, String postDialDigits, String viaNumber, UserHandle initiatingUser, long callDataUsage) argument
[all...]
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogListItemViewHolder.java169 public String postDialDigits; field in class:CallLogListItemViewHolder
532 IntentProvider.getReturnCallIntentProvider(number + postDialDigits));

Completed in 167 milliseconds