Searched refs:createSessionInternal (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/media/java/android/media/tv/ |
D | TvInputManager.java | 1402 createSessionInternal(inputId, false, callback, handler); in createSession() 1418 createSessionInternal(inputId, true, callback, handler); in createRecordingSession() 1421 private void createSessionInternal(String inputId, boolean isRecordingSession, in createSessionInternal() method in TvInputManager
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionService.java | 413 private MediaSessionRecord createSessionInternal(int callerPid, int callerUid, int userId, in createSessionInternal() method in MediaSessionService 658 return createSessionInternal(pid, uid, resolvedUserId, packageName, cb, tag) in createSession()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 566 return createSessionInternal(params, installerPackageName, userId); in createSession() 572 private int createSessionInternal(SessionParams params, String installerPackageName, int userId) in createSessionInternal() method in PackageInstallerService
|