HomeSort by relevance Sort by last modified time
    Searched refs:PRESENTATION_ALLOWED (Results 1 - 25 of 74) 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;
  /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 147 if (presentation != PhoneConstants.PRESENTATION_ALLOWED
198 if (connection.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED &&
237 if (connection.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED &&
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DummyConnectionService.java 41 connection.setAddress(request.getAddress(), TelecomManager.PRESENTATION_ALLOWED);
54 connection.setAddress(address, 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);
CtsSelfManagedConnectionService.java 169 connection.setAddress(request.getAddress(), TelecomManager.PRESENTATION_ALLOWED);
MockConnectionService.java 41 public static final int CONNECTION_PRESENTATION = TelecomManager.PRESENTATION_ALLOWED;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DriverCall.java 97 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
163 case 0: return PhoneConstants.PRESENTATION_ALLOWED;
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorDialogFragment.java 60 callerIdPresentationChoice = TelecomManager.PRESENTATION_ALLOWED;
SimulatorConnectionService.java 93 .getInt(Simulator.PRESENTATION_CHOICE, TelecomManager.PRESENTATION_ALLOWED));
134 .getInt(Simulator.PRESENTATION_CHOICE, TelecomManager.PRESENTATION_ALLOWED));
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfoUtils.java 60 if (info.numberPresentation == TelecomManager.PRESENTATION_ALLOWED) {
176 && presentation == TelecomManager.PRESENTATION_ALLOWED) {
186 if (ci.numberPresentation == TelecomManager.PRESENTATION_ALLOWED
188 && presentation == TelecomManager.PRESENTATION_ALLOWED)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalConnection.java 90 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
232 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedConnectionService.java 85 connection.setAddress(request.getAddress(), TelecomManager.PRESENTATION_ALLOWED);
90 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);
CtsSelfManagedConnectionService.java 98 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/android/telephony/ims/
ImsCallProfile.java 575 case PhoneConstants.PRESENTATION_ALLOWED:
606 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 247 * <li>{@link #PRESENTATION_ALLOWED}</li>
259 public static final int PRESENTATION_ALLOWED = 1;
622 int numberPresentation = PRESENTATION_ALLOWED;
653 if (numberPresentation != PRESENTATION_ALLOWED) {
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/glidephotomanager/impl/
GlidePhotoManagerImpl.java 122 TelecomManager.PRESENTATION_ALLOWED, // TODO(twyen):implement
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
AsyncBlockCheckFilter.java 64 if (presentation == TelecomManager.PRESENTATION_ALLOWED) {

Completed in 1107 milliseconds

1 2 3