HomeSort by relevance Sort by last modified time
    Searched refs:PRESENTATION_ALLOWED (Results 1 - 25 of 45) sorted by null

1 2

  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogQueryTestUtils.java 32 0L, null, 0, Calls.PRESENTATION_ALLOWED, null, null, 0, null, null, null
PhoneCallDetailsHelperTest.java 110 Calls.PRESENTATION_ALLOWED, TEST_VOICEMAIL_NUMBER);
116 Calls.PRESENTATION_ALLOWED, "1-412-555-1212");
227 Calls.PRESENTATION_ALLOWED, "");
231 setCallDetailsHeaderWithNumber(TEST_NUMBER, Calls.PRESENTATION_ALLOWED);
257 Calls.PRESENTATION_ALLOWED,
333 number, Calls.PRESENTATION_ALLOWED, formattedNumber);
367 Calls.PRESENTATION_ALLOWED,
CallLogFragmentTest.java 205 insert(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
217 Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
308 insert(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
319 insert(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
340 insertVoicemail(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0);
496 insert(number, Calls.PRESENTATION_ALLOWED, date, duration, type);
599 insert(mVoicemail, Calls.PRESENTATION_ALLOWED, date, duration, Calls.OUTGOING_TYPE);
638 insert(number, Calls.PRESENTATION_ALLOWED, NOW, RAND_DURATION, inout);
CallLogListItemHelperTest.java 79 setPhoneCallDetailsWithNumber("12125551234", Calls.PRESENTATION_ALLOWED,
101 Calls.PRESENTATION_ALLOWED, TEST_VOICEMAIL_NUMBER);
307 Calls.PRESENTATION_ALLOWED,
  /packages/services/Telephony/tests/src/com/android/phone/
CnapTest.java 25 import static com.android.internal.telephony.PhoneConstants.PRESENTATION_ALLOWED;
50 String num = modifyForSpecialCnapCases("ABSENT NUMBER", PRESENTATION_ALLOWED);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 60 case 0: return PhoneConstants.PRESENTATION_ALLOWED;
  /packages/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java 56 setAddress(participant.getHandle(), PhoneConstants.PRESENTATION_ALLOWED);
57 setCallerDisplayName(participant.getDisplayName(), PhoneConstants.PRESENTATION_ALLOWED);
PstnIncomingCallNotifier.java 217 if (connection.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED &&
235 if (connection.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED &&
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockConference.java 79 TestUtils.MERGE_CALLER_NAME, TelecomManager.PRESENTATION_ALLOWED);
92 TestUtils.SWAP_CALLER_NAME, TelecomManager.PRESENTATION_ALLOWED);
MockConnectionService.java 37 public static final int CONNECTION_PRESENTATION = TelecomManager.PRESENTATION_ALLOWED;
ConnectionTest.java 127 connection.setCallerDisplayName("Test User", TelecomManager.PRESENTATION_ALLOWED);
129 assertEquals(TelecomManager.PRESENTATION_ALLOWED,
CallDetailsTest.java 57 public static final int CALLER_DISPLAY_NAME_PRESENTATION = TelecomManager.PRESENTATION_ALLOWED;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DriverCall.java 72 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
137 case 0: return PhoneConstants.PRESENTATION_ALLOWED;
Connection.java 90 protected int mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
93 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 44 if (info.numberPresentation == TelecomManager.PRESENTATION_ALLOWED) {
121 && presentation == TelecomManager.PRESENTATION_ALLOWED) {
131 if (ci.numberPresentation == TelecomManager.PRESENTATION_ALLOWED
133 && presentation == TelecomManager.PRESENTATION_ALLOWED)) {
ContactInfoCache.java 209 presentationMode = TelecomManager.PRESENTATION_ALLOWED;
447 } else if (presentation != TelecomManager.PRESENTATION_ALLOWED) {
484 if (presentation != TelecomManager.PRESENTATION_ALLOWED) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 69 public static final int PRESENTATION_ALLOWED = 1; // normal
  /packages/apps/Dialer/src/com/android/dialer/util/
PhoneNumberUtil.java 39 return presentation == CallLog.Calls.PRESENTATION_ALLOWED
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogProviderTest.java 134 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
190 PhoneConstants.PRESENTATION_ALLOWED, Calls.OUTGOING_TYPE, 0, subscription, 2000,
197 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
430 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
513 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
524 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
535 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
  /frameworks/base/telephony/java/com/android/ims/
ImsCallProfile.java 376 case PhoneConstants.PRESENTATION_ALLOWED:
397 return PhoneConstants.PRESENTATION_ALLOWED;
  /frameworks/base/core/java/android/provider/
CallLog.java 190 * <li>{@link #PRESENTATION_ALLOWED}</li>
202 public static final int PRESENTATION_ALLOWED = 1;
489 int numberPresentation = PRESENTATION_ALLOWED;
520 if (numberPresentation != PRESENTATION_ALLOWED) {
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionService.java 390 connection.setAddress(handle, TelecomManager.PRESENTATION_ALLOWED);
457 connection.setAddress(address, TelecomManager.PRESENTATION_ALLOWED);
459 connection.setCallerDisplayName("Hello World", TelecomManager.PRESENTATION_ALLOWED);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 191 if (VDBG) log("getNumberPresentation: ret=PRESENTATION_ALLOWED");
192 return PhoneConstants.PRESENTATION_ALLOWED;
  /packages/apps/Dialer/tests/src/com/android/dialer/
CallDetailActivityTest.java 123 values.put(CallLog.Calls.NUMBER_PRESENTATION, CallLog.Calls.PRESENTATION_ALLOWED);
  /cts/tests/tests/calllog/src/android/calllog/cts/
CallLogBackupTest.java 222 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);

Completed in 634 milliseconds

1 2