HomeSort by relevance Sort by last modified time
    Searched defs:getNumberPresentation (Results 1 - 17 of 17) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 160 public int getNumberPresentation() {
162 if (VDBG) log("getNumberPresentation: ret=PRESENTATION_ALLOWED");
SipPhone.java 850 public int getNumberPresentation() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalConnection.java 156 public int getNumberPresentation() {
ImsPhoneConnection.java 647 public int getNumberPresentation() {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteraction.java 189 public Integer getNumberPresentation() {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneConnectionTest.java 94 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getNumberPresentation());
108 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, mConnectionUT.getNumberPresentation());
160 assertEquals(PhoneConstants.PRESENTATION_UNKNOWN, mConnectionUT.getNumberPresentation());
172 mConnectionUT.getNumberPresentation());
  /packages/apps/Dialer/java/com/android/incallui/
NewReturnToCallController.java 319 dialerCall.getNumberPresentation(),
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java     [all...]
Connection.java 606 public abstract int getNumberPresentation();
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
DialerCall.java 695 return getNumberPresentation() == TelecomManager.PRESENTATION_RESTRICTED
696 || getNumberPresentation() == TelecomManager.PRESENTATION_UNKNOWN;
797 public int getNumberPresentation() {
    [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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 128 milliseconds