Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/
DPhoneCallDetails.java43 public int numberPresentation; field in PhoneCallDetails
126 int numberPresentation, in PhoneCallDetails()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogNotificationsHelper.java106 public String getName(@Nullable String number, int numberPresentation, in getName()
117 public ContactInfo getContactInfo(@Nullable String number, int numberPresentation, in getContactInfo()
175 public final int numberPresentation; field in CallLogNotificationsHelper.NewCall
186 int numberPresentation, in NewCall()
DCallLogAsyncTaskUtil.java196 final int numberPresentation = in getPhoneCallDetailsForUri() local
DCallLogListItemViewHolder.java140 public int numberPresentation; field in CallLogListItemViewHolder
DCallLogAdapter.java500 final int numberPresentation = c.getInt(CallLogQuery.NUMBER_PRESENTATION); in bindCallLogListViewHolder() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapCallLogComposer.java143 final int numberPresentation = mCursor.getInt(NUMBER_PRESENTATION_COLUMN_INDEX); in createOneCallLogEntryInternal() local
DBluetoothPbapVcardManager.java224 final int numberPresentation = callCursor.getInt( in loadCallHistoryList() local
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallerInfo.java126 public int numberPresentation; field in CallerInfo
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogBackupAgent.java73 int numberPresentation; field in CallLogBackupAgent.Call
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java555 int numberPresentation = Calls.PRESENTATION_ALLOWED; in processCpbrCommand() local
/packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
DFillCallLogTestActivity.java568 int numberPresentation = Calls.PRESENTATION_ALLOWED; in addCall() local