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.java256 session.addChildSessionId(createSingleInstallSession(testApp)); in createSession()
261 sessionId = createSingleInstallSession(mTestApps[0]); in createSession()
334 private int createSingleInstallSession(TestApp app) throws IOException { in createSingleInstallSession() method in Install