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

  /packages/services/Telecomm/src/com/android/server/telecom/
DtmfLocalTonePlayer.java 90 Log.continueSession((Session) msg.obj, "DLTP.TH");
InCallTonePlayer.java 148 Log.continueSession(mSession, "ICTP.r");
CallAudioModeStateMachine.java 514 Log.continueSession(((MessageArgs) msg.obj).session, "CAMSM.pM_" + msg.what);
ConnectionServiceFocusManager.java 459 Log.continueSession(session, shortName);
CallAudioRouteStateMachine.java 205 Log.continueSession(session, "CARSM.pM_" + messageCodeName);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
AsyncBlockCheckFilter.java 96 Log.continueSession(mBackgroundTaskSubsession, "ABCF.dIB");
115 Log.continueSession(mPostExecuteSubsession, "ABCF.oPE");
  /frameworks/base/telecomm/java/android/telecom/
Log.java 214 public static void continueSession(Session subsession, String shortMethodName) {
215 getSessionManager().continueSession(subsession, shortMethodName);
  /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.
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
SessionManagerTest.java 228 mTestSessionManager.continueSession(testSession, TEST_CHILD_NAME);
251 mTestSessionManager.continueSession(testSession, TEST_CHILD_NAME);
274 mTestSessionManager.continueSession(childSession, TEST_CHILD_NAME);
382 mTestSessionManager.continueSession(testSession, TEST_CHILD_NAME);
  /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
BluetoothRouteManager.java 465 Log.continueSession(((Session) args.arg1), "BRM.pM_" + msg.what);
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h     [all...]
  /external/tpm2/
tpm_types.h 462 UINT8 continueSession : 1;
    [all...]

Completed in 1033 milliseconds