Home
last modified time | relevance | path

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

/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DBlobStoreMultiUserTest.java125 addAssistRoleHolder(TARGET_PKG_ASSIST, mPrimaryUserId); in testBlobAccessAcrossUsers_withAssistRole()
127 runDeviceTestAsUser(TARGET_PKG_ASSIST, TEST_CLASS, "testCommitBlob", args, in testBlobAccessAcrossUsers_withAssistRole()
131 runDeviceTestAsUser(TARGET_PKG_ASSIST, TEST_CLASS, "testOpenBlob_shouldThrow", in testBlobAccessAcrossUsers_withAssistRole()
137 addAssistRoleHolder(TARGET_PKG_ASSIST, mSecondaryUserId); in testBlobAccessAcrossUsers_withAssistRole()
138 runDeviceTestAsUser(TARGET_PKG_ASSIST, TEST_CLASS, "testOpenBlob", in testBlobAccessAcrossUsers_withAssistRole()
143 removeAssistRoleHolder(TARGET_PKG_ASSIST, mSecondaryUserId); in testBlobAccessAcrossUsers_withAssistRole()
146 removeAssistRoleHolder(TARGET_PKG_ASSIST, mPrimaryUserId); in testBlobAccessAcrossUsers_withAssistRole()
175 addAssistRoleHolder(TARGET_PKG_ASSIST, mPrimaryUserId); in testBlobAccessAcrossUsers_withDifferentApps()
177 runDeviceTestAsUser(TARGET_PKG_ASSIST, TEST_CLASS, "testCommitBlob", args, in testBlobAccessAcrossUsers_withDifferentApps()
181 runDeviceTestAsUser(TARGET_PKG_ASSIST, TEST_CLASS, "testOpenBlob_shouldThrow", in testBlobAccessAcrossUsers_withDifferentApps()
[all …]
DBaseBlobStoreHostTest.java40 protected static final String TARGET_PKG_ASSIST = "com.android.cts.device.blob.assist"; field in BaseBlobStoreHostTest