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

1 2 3

  /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);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 60 case 0: return PhoneConstants.PRESENTATION_ALLOWED;
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DummyConnectionService.java 38 connection.setAddress(request.getAddress(), TelecomManager.PRESENTATION_ALLOWED);
51 connection.setAddress(address, TelecomManager.PRESENTATION_ALLOWED);
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedConnectionService.java 72 connection.setAddress(request.getAddress(), TelecomManager.PRESENTATION_ALLOWED);
77 TelecomManager.PRESENTATION_ALLOWED);
TestConnectionService.java 473 connection.setAddress(handle, TelecomManager.PRESENTATION_ALLOWED);
540 connection.setAddress(address, TelecomManager.PRESENTATION_ALLOWED);
542 connection.setCallerDisplayName("Hello World", TelecomManager.PRESENTATION_ALLOWED);
  /packages/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java 70 if (presentation != PhoneConstants.PRESENTATION_ALLOWED) {
198 return PhoneConstants.PRESENTATION_ALLOWED;
208 return PhoneConstants.PRESENTATION_ALLOWED;
PstnIncomingCallNotifier.java 189 if (connection.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED &&
228 if (connection.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED &&
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockConference.java 82 TestUtils.MERGE_CALLER_NAME, TelecomManager.PRESENTATION_ALLOWED);
95 TestUtils.SWAP_CALLER_NAME, TelecomManager.PRESENTATION_ALLOWED);
MockConnectionService.java 37 public static final int CONNECTION_PRESENTATION = TelecomManager.PRESENTATION_ALLOWED;
CtsSelfManagedConnectionService.java 127 connection.setAddress(request.getAddress(), TelecomManager.PRESENTATION_ALLOWED);
ConnectionTest.java 135 connection.setCallerDisplayName("Test User", TelecomManager.PRESENTATION_ALLOWED);
137 assertEquals(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 152 protected int mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
155 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfoUtils.java 66 if (info.numberPresentation == TelecomManager.PRESENTATION_ALLOWED) {
195 && presentation == TelecomManager.PRESENTATION_ALLOWED) {
205 if (ci.numberPresentation == TelecomManager.PRESENTATION_ALLOWED
207 && presentation == TelecomManager.PRESENTATION_ALLOWED)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalConnection.java 92 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
228 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorConnectionService.java 82 connection.setAddress(getPhoneNumber(request), TelecomManager.PRESENTATION_ALLOWED);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogProviderTest.java 136 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
193 PhoneConstants.PRESENTATION_ALLOWED, Calls.OUTGOING_TYPE, 0, subscription, 2000,
202 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
441 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
482 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
493 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
504 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_ALLOWED);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnectionService.java 142 connection.setAddress(request.getAddress(), TelecomManager.PRESENTATION_ALLOWED);
  /cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
CallBlockingTest.java 134 connection.setAddress(address, TelecomManager.PRESENTATION_ALLOWED);
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 72 public static final int PRESENTATION_ALLOWED = 1; // normal
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 162 if (VDBG) log("getNumberPresentation: ret=PRESENTATION_ALLOWED");
163 return PhoneConstants.PRESENTATION_ALLOWED;
  /frameworks/base/telephony/java/com/android/ims/
ImsCallProfile.java 419 case PhoneConstants.PRESENTATION_ALLOWED:
440 return PhoneConstants.PRESENTATION_ALLOWED;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaConnectionTest.java 84 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, connection.getNumberPresentation());
102 assertEquals(PhoneConstants.PRESENTATION_ALLOWED, connection.getNumberPresentation());
  /frameworks/base/core/java/android/provider/
CallLog.java 238 * <li>{@link #PRESENTATION_ALLOWED}</li>
250 public static final int PRESENTATION_ALLOWED = 1;
613 int numberPresentation = PRESENTATION_ALLOWED;
644 if (numberPresentation != PRESENTATION_ALLOWED) {
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 148 Uri handle = call.getHandlePresentation() == TelecomManager.PRESENTATION_ALLOWED ?
151 TelecomManager.PRESENTATION_ALLOWED ? call.getCallerDisplayName() : null;

Completed in 571 milliseconds

1 2 3