Home
last modified time | relevance | path

Searched refs:doWaitForStagedSessionRead (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java1166 return doWaitForStagedSessionRead(sessionId, params.timeoutMs, pw); in runInstall()
1177 private int doWaitForStagedSessionRead(int sessionId, long timeoutMs, PrintWriter pw) in doWaitForStagedSessionRead() method in PackageManagerShellCommand
1262 return doWaitForStagedSessionRead(sessionId, timeoutMs, pw); in runInstallCommit()