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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
SessionManagerTest.java 74 assertEquals(TEST_PARENT_NAME, testSession.getShortMethodName());
96 assertEquals( TEST_CHILD_NAME, testChildSession.getShortMethodName());
99 assertEquals(TEST_PARENT_NAME, testChildSession.getParentSession().getShortMethodName());
146 assertEquals(TEST_PARENT_NAME, testParentSession.getShortMethodName());
166 assertEquals(TEST_PARENT_NAME, testSession.getParentSession().getShortMethodName());
167 assertEquals(TEST_PARENT_NAME, parentSession.getShortMethodName());
291 assertEquals(TEST_CHILD_NAME, externalSession.getShortMethodName());
  /frameworks/base/telecomm/java/android/telecom/Logging/
SessionManager.java 215 threadSession.getShortMethodName(), System.currentTimeMillis(),
338 notifySessionCompleteListeners(subsession.getShortMethodName(), fullSessionTimeMs);
349 notifySessionCompleteListeners(subsession.getShortMethodName(), fullSessionTimeMs);
Session.java 141 public String getShortMethodName() {

Completed in 107 milliseconds