Home
last modified time | relevance | path

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

/cts/libs/install/src/com/android/cts/install/lib/
DInstall.java204 session.addChildSessionId(createSingleInstallSession(testApp)); in createSession()
209 sessionId = createSingleInstallSession(mTestApps[0]); in createSession()
260 private int createSingleInstallSession(TestApp app) throws IOException { in createSingleInstallSession() method in Install