HomeSort by relevance Sort by last modified time
    Searched refs:PRESENTATION_ALLOWED (Results 1 - 25 of 42) 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 194 insert(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
206 Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
303 insert(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
314 insert(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
335 insertVoicemail(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0);
479 insert(number, Calls.PRESENTATION_ALLOWED, date, duration, type);
582 insert(mVoicemail, Calls.PRESENTATION_ALLOWED, date, duration, Calls.OUTGOING_TYPE);
621 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);
322 new PhoneCallDetails(number, Calls.PRESENTATION_ALLOWED,
331 new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
340 new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
351 new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
368 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/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java 51 setAddress(participant.getHandle(), PhoneConstants.PRESENTATION_ALLOWED);
52 setCallerDisplayName(participant.getDisplayName(), PhoneConstants.PRESENTATION_ALLOWED);
PstnIncomingCallNotifier.java 217 if (connection.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED &&
235 if (connection.getNumberPresentation() == 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 78 protected int mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
81 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneNumberUtilsWrapper.java 45 return presentation == CallLog.Calls.PRESENTATION_ALLOWED
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 45 if (info.numberPresentation == TelecomManager.PRESENTATION_ALLOWED) {
119 && presentation == TelecomManager.PRESENTATION_ALLOWED) {
129 if (ci.numberPresentation == TelecomManager.PRESENTATION_ALLOWED
131 && presentation == TelecomManager.PRESENTATION_ALLOWED)) {
ContactInfoCache.java 159 presentationMode = TelecomManager.PRESENTATION_ALLOWED;
397 } else if (presentation != TelecomManager.PRESENTATION_ALLOWED) {
434 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/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;
423 int numberPresentation = PRESENTATION_ALLOWED;
438 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 366 case PhoneConstants.PRESENTATION_ALLOWED:
383 return PhoneConstants.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/imsphone/
ImsPhoneConnection.java 169 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
170 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 147 if (numberPresentation != Calls.PRESENTATION_ALLOWED) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 150 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
151 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 553 int numberPresentation = Calls.PRESENTATION_ALLOWED;
557 if (numberPresentation != Calls.PRESENTATION_ALLOWED) {
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 129 mPresentationAllowed = (RadioButton) findViewById(R.id.presentation_allowed);
222 values[i].put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
390 return Calls.PRESENTATION_ALLOWED;

Completed in 2064 milliseconds

1 2