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

  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 144 String callerDisplayName = call.getCallerDisplayNamePresentation() ==
164 call.getCallerDisplayNamePresentation(),
Call.java 807 int getCallerDisplayNamePresentation() {
    [all...]
CallsManager.java     [all...]
  /frameworks/base/telecomm/java/android/telecom/
ParcelableCall.java 166 public int getCallerDisplayNamePresentation() {
ParcelableConnection.java 132 public int getCallerDisplayNamePresentation() {
RemoteConnection.java 154 * See {@link #getCallerDisplayName()} and {@link #getCallerDisplayNamePresentation()}.
652 mCallerDisplayNamePresentation = connection.getCallerDisplayNamePresentation();
    [all...]
RemoteConnectionService.java 73 parcel.getCallerDisplayNamePresentation());
Call.java 510 public int getCallerDisplayNamePresentation() {
675 parcelableCall.getCallerDisplayNamePresentation(),
    [all...]
ConnectionService.java 782 connection.getCallerDisplayNamePresentation(),
    [all...]
Connection.java     [all...]
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 308 namePresentation != getCallerDisplayNamePresentation()) {
  /cts/tests/tests/telecom/src/android/telecom/cts/
CallDetailsTest.java 256 * Tests whether the getCallerDisplayNamePresentation() getter returns the correct object.
263 assertThat(mCall.getDetails().getCallerDisplayNamePresentation(), is(Integer.class));
264 assertEquals(CALLER_DISPLAY_NAME_PRESENTATION, mCall.getDetails().getCallerDisplayNamePresentation());
ConnectionTest.java 136 connection.getCallerDisplayNamePresentation());
RemoteConnectionTest.java     [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
Call.java 676 : mTelecomCall.getDetails().getCallerDisplayNamePresentation();
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 786 namePresentation != getCallerDisplayNamePresentation()) {
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 163 milliseconds