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

  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 110 String callerDisplayName = call.getCallerDisplayNamePresentation() ==
129 callerDisplayName,
  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java 394 RemoteConnection connection, String callerDisplayName, int presentation) {
395 super.onCallerDisplayNameChanged(connection, callerDisplayName, presentation);
396 callbackInvoker.invoke(connection, callerDisplayName, presentation);
400 String callerDisplayName = "test";
401 mRemoteConnection.setCallerDisplayName(callerDisplayName, TelecomManager.PRESENTATION_ALLOWED);
404 assertEquals(callerDisplayName, callbackInvoker.getArgs(0)[1]);
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 311 String callerDisplayName;
502 mConnectionById.get(id).callerDisplayName,
559 c.callerDisplayName,
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 218 public final String callerDisplayName;
221 String callerDisplayName) {
224 this.callerDisplayName = callerDisplayName;
    [all...]
  /prebuilts/sdk/system_23/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 4139 milliseconds