Searched refs:continueSession (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | ConnectionService.java | 1146 Log.continueSession((Session) args.arg2, 1159 Log.continueSession((Session) args.arg2, 1170 Log.continueSession((Session) args.arg4, SESSION_HANDLER + SESSION_CREATE_CONN); 1210 Log.continueSession((Session) args.arg2, 1237 Log.continueSession((Session) args.arg3, SESSION_HANDLER + 1270 Log.continueSession((Session) args.arg4, SESSION_HANDLER + SESSION_CREATE_CONN); 1308 Log.continueSession((Session) args.arg2, 1335 Log.continueSession((Session) args.arg3, SESSION_HANDLER + 1370 Log.continueSession((Session) args.arg3, SESSION_HANDLER + 1400 Log.continueSession((Session) args.arg2, SESSION_HANDLER + SESSION_ABORT); [all …]
|
D | Log.java | 239 public static void continueSession(Session subsession, String shortMethodName) { in continueSession() method in Log 240 getSessionManager().continueSession(subsession, shortMethodName); in continueSession()
|
/frameworks/base/telecomm/java/android/telecom/Logging/ |
D | Runnable.java | 36 Log.continueSession(mSubsession, mSubsessionName);
|
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
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 13865 HSPLandroid/telecom/Log;->continueSession(Landroid/telecom/Logging/Session;Ljava/lang/String;)V 13902 HSPLandroid/telecom/Logging/SessionManager;->continueSession(Landroid/telecom/Logging/Session;Ljava…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13929 HSPLandroid/telecom/Log;->continueSession(Landroid/telecom/Logging/Session;Ljava/lang/String;)V 13966 HSPLandroid/telecom/Logging/SessionManager;->continueSession(Landroid/telecom/Logging/Session;Ljava…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 51544 Landroid/telecom/Log;->continueSession(Landroid/telecom/Logging/Session;Ljava/lang/String;)V
|