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.java110 runDeviceTestAsUser(TARGET_PKG_DEV, TEST_CLASS, "testCommitBlob", args, in testBlobAccessAcrossUsers_withTestOnlyApp()
122 runDeviceTestAsUser(TARGET_PKG_DEV, TEST_CLASS, "testOpenBlob", argsFromLastTestRun, in testBlobAccessAcrossUsers_withTestOnlyApp()
161 runDeviceTestAsUser(TARGET_PKG_DEV, TEST_CLASS, "testCommitBlob", args, in testBlobAccessAcrossUsers_recommit()
170 runDeviceTestAsUser(TARGET_PKG_DEV, TEST_CLASS, "testRecommitBlob", argsFromLastTestRun, in testBlobAccessAcrossUsers_recommit()
193 runDeviceTestAsUser(TARGET_PKG_DEV, TEST_CLASS, "testOpenBlob", argsFromLastTestRun, in testBlobAccessAcrossUsers_withDifferentApps()
DBaseBlobStoreHostTest.java40 protected static final String TARGET_PKG_DEV = "com.android.cts.device.blob.dev"; field in BaseBlobStoreHostTest