Home
last modified time | relevance | path

Searched defs:numberPresentation (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsQueryHelper.java191 @Nullable String number, int numberPresentation, @Nullable String countryIso) { in getName()
201 @Nullable String number, int numberPresentation, @Nullable String countryIso) { in getContactInfo()
270 public final int numberPresentation; field in CallLogNotificationsQueryHelper.NewCall
282 int numberPresentation, in NewCall()
DCallLogListItemViewHolder.java184 public int numberPresentation; field in CallLogListItemViewHolder
DCallLogAdapter.java951 final int numberPresentation = cursor.getInt(CallLogQuery.NUMBER_PRESENTATION); in createPhoneCallDetails() local
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DPhoneCallDetails.java43 public int numberPresentation; field in PhoneCallDetails
145 CharSequence number, int numberPresentation, CharSequence postDialDigits) { in PhoneCallDetails()
/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
DPrimaryInfo.java75 public abstract int numberPresentation(); in numberPresentation() method in PrimaryInfo
121 public abstract Builder setNumberPresentation(int numberPresentation); in setNumberPresentation()
/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java431 int numberPresentation, in updateCallerInfoInCacheOnAnyThread()
779 final int numberPresentation; field in ContactInfoCache.DialerCallCookieWrapper
782 DialerCallCookieWrapper(String callId, int numberPresentation, String cnapName) { in DialerCallCookieWrapper()
DCallerInfo.java91 public int numberPresentation; field in CallerInfo
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapCallLogComposer.java149 final int numberPresentation = mCursor.getInt(NUMBER_PRESENTATION_COLUMN_INDEX); in createOneCallLogEntryInternal() local
DBluetoothPbapVcardManager.java231 final int numberPresentation = in loadCallHistoryList() local
/packages/apps/Dialer/java/com/android/dialer/lettertile/
DLetterTileDrawable.java423 int numberPresentation, in getContactTypeFromPrimitives()
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogBackupAgent.java71 int numberPresentation; field in CallLogBackupAgent.Call
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java580 int numberPresentation = Calls.PRESENTATION_ALLOWED; in processCpbrCommand() local