/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | SessionTest.java | 61 Log.continueSession(childSession, "child"); in testRecursion_printFullSessionTree() 92 Log.continueSession(childSession, "child"); in testRecursion_getFullMethodPath() 123 Log.continueSession(childSession, "child"); in testRecursion_getFullMethodPathTruncated() 154 Log.continueSession(childSession, "child"); in testRecursion_toString() 186 Log.continueSession(childSession, "child"); in testRecursion_toString_childCircDep() 216 Log.continueSession(childSession, "child"); in testRecursion_getInfo()
|
H A D | SessionManagerTest.java | 228 mTestSessionManager.continueSession(testSession, TEST_CHILD_NAME); in testContinueSubsession() 251 mTestSessionManager.continueSession(testSession, TEST_CHILD_NAME); in testEndSubsession() 274 mTestSessionManager.continueSession(childSession, TEST_CHILD_NAME); in testEndSubsessionWithParentComplete() 382 mTestSessionManager.continueSession(testSession, TEST_CHILD_NAME); in testFullMethodPath()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | ConnectionService.java | 867 Log.continueSession((Session) args.arg2, 880 Log.continueSession((Session) args.arg2, 931 Log.continueSession((Session) args.arg2, 1029 Log.continueSession((Session) args.arg2, 1143 Log.continueSession((Session) args.arg2, 1190 Log.continueSession((Session) args.arg3, 1214 Log.continueSession( 1270 Log.continueSession((Session) args.arg3, 1284 Log.continueSession((Session) args.arg3, 1298 Log.continueSession((Session) args.arg3, [all …]
|
H A D | Log.java | 233 public static void continueSession(Session subsession, String shortMethodName) { in continueSession() method in Log 234 getSessionManager().continueSession(subsession, shortMethodName); in continueSession()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CallScreeningServiceHelper.java | 113 Log.continueSession(mLoggingSession, "CSSH.oSC"); in bindAndGetCallIdentification() 133 Log.continueSession(mLoggingSession, "CSSH.oSD"); in bindAndGetCallIdentification() 156 Log.continueSession(mLoggingSession, "CSSH.timeout"); in bindAndGetCallIdentification()
|
H A D | PhoneAccountSuggestionHelper.java | 78 Log.continueSession(logSession, "PASH.oSC"); in bindAndGetSuggestions() 115 Log.continueSession(logSession, "PASH.oSD"); in bindAndGetSuggestions() 136 Log.continueSession(logSession, "PASH.timeout"); in bindAndGetSuggestions()
|
H A D | CallerInfoLookupHelper.java | 185 Log.continueSession((Session) cookie, "CILH.oQC"); in makeCallerInfoQueryListener() 235 Log.continueSession((Session) cookie, "CLIH.oILC");
|
H A D | DtmfLocalTonePlayer.java | 90 Log.continueSession((Session) msg.obj, "DLTP.TH"); in handleMessage()
|
H A D | AsyncRingtonePlayer.java | 162 Log.continueSession(session, "ARP.hP");
|
H A D | CallIntentProcessor.java | 204 Log.continueSession(logSubsession, "CIP.sNOCI"); in processOutgoingCallIntent()
|
H A D | ConnectionServiceFocusManager.java | 491 Log.continueSession(session, shortName); in handleMessage()
|
H A D | InCallTonePlayer.java | 244 Log.continueSession(mSession, "ICTP.r"); in run()
|
H A D | CallAudioModeStateMachine.java | 750 Log.continueSession(((MessageArgs) msg.obj).session, "CAMSM.pM_" + msg.what); in onPreHandleMessage()
|
H A D | CallAudioRouteStateMachine.java | 231 Log.continueSession(session, "CARSM.pM_" + messageCodeName); in onPreHandleMessage()
|
H A D | CallsManager.java | 451 Log.continueSession(args[0].second, "CM.UECNT"); in doInBackground() 1903 Log.continueSession(logSubsession, "CM.pOGC"); in startConference()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/Logging/ |
H A D | SessionManager.java | 148 continueSession(childSession, shortMethodName); in startSession() 195 continueSession(childSession, shortMethodName); in startExternalSession() 284 public synchronized void continueSession(Session subsession, String shortMethodName) { in continueSession() method in SessionManager
|
H A D | Runnable.java | 36 Log.continueSession(mSubsession, mSubsessionName);
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
H A D | BluetoothRouteManager.java | 475 Log.continueSession(((Session) args.arg1), "BRM.pM_" + msg.what); in onPreHandleMessage()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 14453 HSPLandroid/telecom/Log;->continueSession(Landroid/telecom/Logging/Session;Ljava/lang/String;)V 14490 HSPLandroid/telecom/Logging/SessionManager;->continueSession(Landroid/telecom/Logging/Session;Ljava…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 14502 HSPLandroid/telecom/Log;->continueSession(Landroid/telecom/Logging/Session;Ljava/lang/String;)V 14539 HSPLandroid/telecom/Logging/SessionManager;->continueSession(Landroid/telecom/Logging/Session;Ljava…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 55510 Landroid/telecom/Log;->continueSession(Landroid/telecom/Logging/Session;Ljava/lang/String;)V
|