Home
last modified time | relevance | path

Searched defs:createSession (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/content/src/android/content/pm/cts/
DInstallSessionParamsUnitTest.java202 private int createSession(SessionParams params) throws Exception { in createSession() method in InstallSessionParamsUnitTest
DInstallSessionTransferTest.java117 private Session createSession() throws Exception { in createSession() method in InstallSessionTransferTest
/cts/libs/install/src/com/android/cts/install/lib/
DInstall.java169 public int createSession() throws IOException { in createSession() method in Install
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java259 protected void createSession(List<Surface> outputSurfaces) throws Exception { in createSession() method in Camera2AndroidTestCase