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

  /packages/apps/Phone/tests/src/com/android/phone/unit/
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;
CdmaConnection.java 80 int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
165 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
166 mNumberPresentation = PhoneConstants.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 29 protected int mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 67 public static int PRESENTATION_ALLOWED = 1; // normal
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 79 int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
162 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
163 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 185 if (VDBG) log("getNumberPresentation: ret=PRESENTATION_ALLOWED");
186 return PhoneConstants.PRESENTATION_ALLOWED;
SipPhone.java 827 return PhoneConstants.PRESENTATION_ALLOWED;
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 547 updateDisplayForPerson(info, PhoneConstants.PRESENTATION_ALLOWED, false, call,
680 int presentation = PhoneConstants.PRESENTATION_ALLOWED;
689 updateDisplayForPerson(ci, PhoneConstants.PRESENTATION_ALLOWED, false, call, conn);
    [all...]
PhoneUtils.java     [all...]
CallNotifier.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogProviderTest.java 183 PhoneConstants.PRESENTATION_ALLOWED, Calls.OUTGOING_TYPE, 2000, 40);

Completed in 669 milliseconds