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

  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
AsyncBlockCheckFilter.java 64 Log.continueSession(mBackgroundTaskSubsession, "ABCF.dIB");
74 Log.continueSession(mPostExecuteSubsession, "ABCF.oPE");
  /packages/services/Telecomm/src/com/android/server/telecom/
DtmfLocalTonePlayer.java 90 Log.continueSession((Session) msg.obj, "DLTP.TH");
InCallTonePlayer.java 138 Log.continueSession(mSession, "ICTP.r");
CallAudioModeStateMachine.java 507 Log.continueSession(((MessageArgs) msg.obj).session, "CAMSM.pM_" + msg.what);
CallAudioRouteStateMachine.java 173 Log.continueSession((Session) msg.obj, "CARSM.pM_" + messageCodeName);
    [all...]
  /frameworks/base/telecomm/java/android/telecom/Logging/
SessionManager.java 146 continueSession(childSession, shortMethodName);
193 continueSession(childSession, shortMethodName);
199 * Log.continueSession(...) to start the subsession.
213 // Start execution time of the session will be overwritten in continueSession(...).
249 * Log.continueSession(...) called on it due to an error. Allows the subsession to be cleaned
266 public synchronized void continueSession(Session subsession, String shortMethodName) {
275 Log.i(LOGGING_TAG, "Log.continueSession was called with no session " +
291 * Log.continueSession(...) call.
  /frameworks/base/telecomm/java/android/telecom/
Log.java 214 public static void continueSession(Session subsession, String shortMethodName) {
215 getSessionManager().continueSession(subsession, shortMethodName);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
SessionManagerTest.java 206 mTestSessionManager.continueSession(testSession, TEST_CHILD_NAME);
228 mTestSessionManager.continueSession(testSession, TEST_CHILD_NAME);
250 mTestSessionManager.continueSession(childSession, TEST_CHILD_NAME);
354 mTestSessionManager.continueSession(testSession, TEST_CHILD_NAME);
  /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
BluetoothRouteManager.java 562 Log.continueSession(((Session) args.arg1), "BRM.pM_" + msg.what);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h     [all...]
  /external/tpm2/
tpm_types.h 462 UINT8 continueSession : 1;
    [all...]

Completed in 595 milliseconds