Home
last modified time | relevance | path

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

/cts/hostsidetests/blobstore/test-apps/BlobStoreHostTestHelper/src/com/android/cts/device/blob/
DBaseBlobStoreDeviceTest.java56 protected long createSession(BlobHandle blobHandle) throws Exception { in createSession() method in BaseBlobStoreDeviceTest
/cts/hostsidetests/appsecurity/test-apps/SessionInspector/src/com/android/cts/sessioninspector/
DSessionInspectorTest.java71 private int createSession(String packageName) throws Exception { in createSession() method in SessionInspectorTest
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DInstallMultiple.java77 private int createSession() { in createSession() method in InstallMultiple
/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/
DMockSpellChecker.kt51 override fun createSession(): Session = withLog("MockSpellChecker.createSession") { in <lambda>() method in com.android.cts.mockspellchecker.MockSpellChecker
/cts/tests/tests/content/src/android/content/pm/cts/
DInstallSessionTransferTest.java128 private Session createSession() throws Exception { in createSession() method in InstallSessionTransferTest
DPackageManagerShellCommandInstallTest.java2681 private String createSession(String arg) throws IOException { in createSession() method in PackageManagerShellCommandInstallTest
/cts/tests/tests/os/src/android/os/cts/
DPerformanceHintManagerTest.java75 private Session createSession() { in createSession() method in PerformanceHintManagerTest
/cts/libs/install/src/com/android/cts/install/lib/
DInstall.java246 public int createSession() throws IOException { in createSession() method in Install
/cts/tests/tests/os/jni/
Dandroid_os_cts_PerformanceHintManagerTest.cpp53 static SessionWrapper createSession(APerformanceHintManager* manager) { in createSession() function
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DPackageInstallerTestBase.kt204 protected fun createSession( in <lambda>() method
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java739 public void createSession(SessionCallback callback) { in createSession() method in MockIme.MockInputMethodImpl
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java305 protected void createSession(List<Surface> outputSurfaces) throws Exception { in createSession() method in Camera2AndroidTestCase
DCamera2AndroidTestRule.java389 public void createSession(List<Surface> outputSurfaces) throws Exception { in createSession() method in Camera2AndroidTestRule