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

1 2

  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogListItemHelperTest.java 82 setPhoneCallDetailsWithNumber("12125551234", Calls.PRESENTATION_ALLOWED,
104 Calls.PRESENTATION_ALLOWED, TEST_VOICEMAIL_NUMBER);
165 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
178 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
191 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
205 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
219 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
232 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
246 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
260 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
    [all...]
CallLogQueryTestUtils.java 32 0L, null, 0, Calls.PRESENTATION_ALLOWED, null, null, 0, null, null
CallLogFragmentTest.java 193 insert(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
205 Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
302 insert(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
313 insert(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
334 insertVoicemail(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0);
478 insert(number, Calls.PRESENTATION_ALLOWED, date, duration, type);
581 insert(mVoicemail, Calls.PRESENTATION_ALLOWED, date, duration, Calls.OUTGOING_TYPE);
620 insert(number, Calls.PRESENTATION_ALLOWED, NOW, RAND_DURATION, inout);
  /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);
  /packages/apps/Dialer/tests/src/com/android/dialer/
PhoneCallDetailsHelperTest.java 107 Calls.PRESENTATION_ALLOWED, TEST_VOICEMAIL_NUMBER);
113 Calls.PRESENTATION_ALLOWED, "1-412-555-1212");
218 Calls.PRESENTATION_ALLOWED, "");
222 setCallDetailsHeaderWithNumber(TEST_NUMBER, Calls.PRESENTATION_ALLOWED);
246 setCallDetailsHeaderWithNumber(TEST_VOICEMAIL_NUMBER, Calls.PRESENTATION_ALLOWED);
323 new PhoneCallDetails(number, Calls.PRESENTATION_ALLOWED,
333 new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
342 new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
353 new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
370 new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 60 case 0: return PhoneConstants.PRESENTATION_ALLOWED;
CdmaConnection.java 150 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
151 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 44 if (info.numberPresentation == TelecomManager.PRESENTATION_ALLOWED) {
110 && presentation == TelecomManager.PRESENTATION_ALLOWED) {
120 if (ci.numberPresentation == TelecomManager.PRESENTATION_ALLOWED
122 && presentation == TelecomManager.PRESENTATION_ALLOWED)) {
ContactInfoCache.java 156 presentationMode = TelecomManager.PRESENTATION_ALLOWED;
398 } else if (presentation != TelecomManager.PRESENTATION_ALLOWED) {
435 if (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 72 protected int mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
75 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneNumberUtilsWrapper.java 38 return presentation == CallLog.Calls.PRESENTATION_ALLOWED
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 69 public static final int PRESENTATION_ALLOWED = 1; // normal
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogProviderTest.java 132 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
188 PhoneConstants.PRESENTATION_ALLOWED, Calls.OUTGOING_TYPE, 0, subscription, 2000,
195 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
427 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
510 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
521 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
532 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
  /frameworks/base/core/java/android/provider/
CallLog.java 185 * <li>{@link #PRESENTATION_ALLOWED}</li>
197 public static final int PRESENTATION_ALLOWED = 1;
422 int numberPresentation = PRESENTATION_ALLOWED;
437 if (numberPresentation != PRESENTATION_ALLOWED) {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestConnectionService.java 270 connection.setAddress(handle, TelecomManager.PRESENTATION_ALLOWED);
328 connection.setAddress(address, TelecomManager.PRESENTATION_ALLOWED);
359 connection.setAddress(handle, TelecomManager.PRESENTATION_ALLOWED);
  /frameworks/base/telephony/java/com/android/ims/
ImsCallProfile.java 350 case PhoneConstants.PRESENTATION_ALLOWED:
367 return PhoneConstants.PRESENTATION_ALLOWED;
  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 215 if (connection.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED &&
230 if (connection.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED &&
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 186 if (VDBG) log("getNumberPresentation: ret=PRESENTATION_ALLOWED");
187 return PhoneConstants.PRESENTATION_ALLOWED;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 150 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
151 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 190 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
191 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 475 Uri handle = call.getHandlePresentation() == TelecomManager.PRESENTATION_ALLOWED ?
478 TelecomManager.PRESENTATION_ALLOWED ? call.getCallerDisplayName() : null;
CallLogManager.java 239 * PhoneConstants.PRESENTATION_ALLOWED. On top of that, we might need to introduce
246 return PhoneConstants.PRESENTATION_ALLOWED;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 147 if (numberPresentation != Calls.PRESENTATION_ALLOWED) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 553 int numberPresentation = Calls.PRESENTATION_ALLOWED;
557 if (numberPresentation != Calls.PRESENTATION_ALLOWED) {

Completed in 823 milliseconds

1 2