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

  /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/src/com/android/server/telecom/
InCallTonePlayer.java 135 Log.continueSession(mSession, "ICTP.r");
CallAudioModeStateMachine.java 503 Log.continueSession(((MessageArgs) msg.obj).session, "CAMSM.pM_" + msg.what);
CallAudioRouteStateMachine.java 198 Log.continueSession((Session) msg.obj, "CARSM.pM_" + messageCodeName);
    [all...]
Log.java 551 continueSession(childSession, shortMethodName);
565 * Log.continueSession(...) to start the subsession.
578 // Start execution time of the session will be overwritten in continueSession(...).
595 * Log.continueSession(...) called on it due to an error. Allows the subsession to be cleaned
612 public static synchronized void continueSession(Session subsession, String shortMethodName) {
622 Log.d(LOGGING_TAG, "Log.continueSession was called with no session active for " +
646 * Log.continueSession(...) call.
    [all...]
  /external/tpm2/
tpm_types.h 462 UINT8 continueSession : 1;
    [all...]

Completed in 289 milliseconds