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

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 62 case 2: return PhoneConstants.PRESENTATION_UNKNOWN;
66 return PhoneConstants.PRESENTATION_UNKNOWN;
  /packages/services/Telephony/tests/src/com/android/phone/
CnapTest.java 28 import static com.android.internal.telephony.PhoneConstants.PRESENTATION_UNKNOWN;
62 assertEquals(PRESENTATION_UNKNOWN, mCallerInfo.numberPresentation);
66 // assertEquals(PRESENTATION_UNKNOWN, mCallerInfo.namePresentation);
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogNotificationsHelperTest.java 51 TEST_VALID_NUMBER, CallLog.Calls.PRESENTATION_UNKNOWN, TEST_COUNTRY_ISO);
66 TEST_VALID_NUMBER, CallLog.Calls.PRESENTATION_UNKNOWN, null);
82 null, CallLog.Calls.PRESENTATION_UNKNOWN, TEST_COUNTRY_ISO);
CallLogListItemHelperTest.java 89 setPhoneCallDetailsWithNumber("", Calls.PRESENTATION_UNKNOWN, "");
124 setPhoneCallDetailsWithNumberAndType("", Calls.PRESENTATION_UNKNOWN,
PhoneCallDetailsHelperTest.java 108 setPhoneCallDetailsWithNumber("", Calls.PRESENTATION_UNKNOWN, "");
324 setCallDetailsHeaderWithNumber("", Calls.PRESENTATION_UNKNOWN);
CallLogAdapterTest.java 153 assertEquals(Calls.PRESENTATION_UNKNOWN, mViewHolder.numberPresentation);
617 Calls.PRESENTATION_UNKNOWN,
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneNumberDisplayUtil.java 39 if (presentation == Calls.PRESENTATION_UNKNOWN) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 74 public static final int PRESENTATION_UNKNOWN = 3; // no specified or unknown by network
  /frameworks/base/telephony/java/com/android/ims/
ImsCallProfile.java 415 case PhoneConstants.PRESENTATION_UNKNOWN:
436 return PhoneConstants.PRESENTATION_UNKNOWN;
438 return PhoneConstants.PRESENTATION_UNKNOWN;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DriverCall.java 139 case 2: return PhoneConstants.PRESENTATION_UNKNOWN;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneConnectionTest.java 94 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getNumberPresentation());
95 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getCnapNamePresentation());
160 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getNumberPresentation());
161 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getCnapNamePresentation());
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DefaultCallLogInsertionHelper.java 76 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_UNKNOWN);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 153 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN;
170 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN;
ContactInfoCache.java 616 ((presentation == TelecomManager.PRESENTATION_UNKNOWN) ||
  /frameworks/base/core/java/android/provider/
CallLog.java 237 * <li>{@link #PRESENTATION_UNKNOWN}</li>
251 public static final int PRESENTATION_UNKNOWN = 3;
614 || presentation == PhoneConstants.PRESENTATION_UNKNOWN) {
615 numberPresentation = PRESENTATION_UNKNOWN;
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/util/
PhoneNumberUtil.java 73 if (presentation == CallLog.Calls.PRESENTATION_UNKNOWN) {
  /cts/tests/tests/telecom/src/android/telecom/cts/
ConnectionTest.java 145 connection.setAddress(address, TelecomManager.PRESENTATION_UNKNOWN);
147 assertEquals(TelecomManager.PRESENTATION_UNKNOWN, connection.getAddressPresentation());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 162 mNumberPresentation = PhoneConstants.PRESENTATION_UNKNOWN;
163 mCnapNamePresentation = PhoneConstants.PRESENTATION_UNKNOWN;
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java     [all...]
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java 500 public static final int PRESENTATION_UNKNOWN = 3;
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 151 mPresentationUnknown = (RadioButton) findViewById(R.id.presentation_unknown);
438 return Calls.PRESENTATION_UNKNOWN;
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 735 mHandlePresentation == TelecomManager.PRESENTATION_UNKNOWN) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 6111 milliseconds

1 2