Home
last modified time | relevance | path

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

/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DBlobStoreMultiUserTest.java103 runDeviceTestAsUser(TARGET_PKG_DEV, TEST_CLASS, "testCommitBlob", args, in testBlobAccessAcrossUsers_withTestOnlyApp()
115 runDeviceTestAsUser(TARGET_PKG_DEV, TEST_CLASS, "testOpenBlob", argsFromLastTestRun, in testBlobAccessAcrossUsers_withTestOnlyApp()
154 runDeviceTestAsUser(TARGET_PKG_DEV, TEST_CLASS, "testCommitBlob", args, in testBlobAccessAcrossUsers_recommit()
163 runDeviceTestAsUser(TARGET_PKG_DEV, TEST_CLASS, "testRecommitBlob", argsFromLastTestRun, in testBlobAccessAcrossUsers_recommit()
186 runDeviceTestAsUser(TARGET_PKG_DEV, TEST_CLASS, "testOpenBlob", argsFromLastTestRun, in testBlobAccessAcrossUsers_withDifferentApps()
DBaseBlobStoreHostTest.java37 protected static final String TARGET_PKG_DEV = "com.android.cts.device.blob.dev"; field in BaseBlobStoreHostTest