HomeSort by relevance Sort by last modified time
    Searched refs:PRESENTATION_UNKNOWN (Results 1 - 25 of 33) 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/java/com/android/dialer/simulator/impl/
SimulatorDialogFragment.java 69 callerIdPresentationChoice = TelecomManager.PRESENTATION_UNKNOWN;
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
PhoneNumberDisplayUtil.java 49 if (presentation == Calls.PRESENTATION_UNKNOWN) {
  /frameworks/base/telephony/java/android/telephony/ims/
ImsCallProfile.java 579 case PhoneConstants.PRESENTATION_UNKNOWN:
610 return PhoneConstants.PRESENTATION_UNKNOWN;
612 return PhoneConstants.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/opt/telephony/src/java/com/android/internal/telephony/
DriverCall.java 165 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/java/com/android/incallui/
CallerInfoUtils.java 178 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN;
195 ci.numberPresentation = TelecomManager.PRESENTATION_UNKNOWN;
ContactInfoCache.java 288 && ((presentation == TelecomManager.PRESENTATION_UNKNOWN)
    [all...]
  /frameworks/base/core/java/android/provider/
CallLog.java 249 * <li>{@link #PRESENTATION_UNKNOWN}</li>
263 public static final int PRESENTATION_UNKNOWN = 3;
650 || presentation == PhoneConstants.PRESENTATION_UNKNOWN) {
651 numberPresentation = PRESENTATION_UNKNOWN;
    [all...]
  /packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
BlockedNumberProviderTest.java 362 createBundleForEnhancedBlocking(TelecomManager.PRESENTATION_UNKNOWN, false));
365 createBundleForEnhancedBlocking(TelecomManager.PRESENTATION_UNKNOWN, false));
391 createBundleForEnhancedBlocking(TelecomManager.PRESENTATION_UNKNOWN, false));
412 createBundleForEnhancedBlocking(TelecomManager.PRESENTATION_UNKNOWN, false));
627 createBundleForEnhancedBlocking(TelecomManager.PRESENTATION_UNKNOWN, false)));
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
ConnectionTest.java 151 connection.setAddress(address, TelecomManager.PRESENTATION_UNKNOWN);
153 assertEquals(TelecomManager.PRESENTATION_UNKNOWN, connection.getAddressPresentation());
  /packages/apps/Dialer/java/com/android/dialer/databasepopulator/
CallLogPopulator.java 43 .setPresentation(Calls.PRESENTATION_UNKNOWN),
  /packages/apps/Dialer/java/com/android/dialer/phonenumberutil/
PhoneNumberHelper.java 163 if (presentation == CallLog.Calls.PRESENTATION_UNKNOWN) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 188 mNumberPresentation = PhoneConstants.PRESENTATION_UNKNOWN;
189 mCnapNamePresentation = PhoneConstants.PRESENTATION_UNKNOWN;
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java     [all...]
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java 639 public static final int PRESENTATION_UNKNOWN = 3;
    [all...]
  /packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
BlockedNumberProvider.java 504 case TelecomManager.PRESENTATION_UNKNOWN:
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 757 case TelecomManager.PRESENTATION_UNKNOWN:
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
DialerCall.java 696 || getNumberPresentation() == TelecomManager.PRESENTATION_UNKNOWN;
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 692 milliseconds

1 2