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

  /packages/services/Telecomm/src/com/android/server/telecom/
Runnable.java 33 Log.continueSession(mSubsession, mSubsessionName);
CallerInfoLookupHelper.java 137 Log.continueSession((Session) cookie, "CILH.oQC");
183 Log.continueSession((Session) cookie, "CLIH.oILC");
InCallTonePlayer.java 135 Log.continueSession(mSession, "ICTP.r");
CallAudioModeStateMachine.java 500 Log.continueSession(((MessageArgs) msg.obj).session, "CAMSM.pM_" + msg.what);
Log.java 550 continueSession(childSession, shortMethodName);
564 * Log.continueSession(...) to start the subsession.
577 // Start execution time of the session will be overwritten in continueSession(...).
594 * Log.continueSession(...) called on it due to an error. Allows the subsession to be cleaned
611 public static synchronized void continueSession(Session subsession, String shortMethodName) {
621 Log.d(LOGGING_TAG, "Log.continueSession was called with no session active for " +
645 * Log.continueSession(...) call.
    [all...]
CallAudioRouteStateMachine.java 162 Log.continueSession((Session) msg.obj, "CARSM.pM_" + messageCodeName);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
AsyncBlockCheckFilter.java 63 Log.continueSession(mBackgroundTaskSubsession, "ABCF.dIB");
73 Log.continueSession(mPostExecuteSubsession, "ABCF.oPE");
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
LogTest.java 170 Log.continueSession(subsession, "lTSH.hM");
189 Log.continueSession(subsession, "lTSCH.hM");
  /external/tpm2/
SessionProcess.c     [all...]
tpm_types.h 462 UINT8 continueSession : 1;
    [all...]

Completed in 433 milliseconds