Searched refs:TARGET_PKG_ASSIST (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/ |
D | BlobStoreMultiUserTest.java | 66 revokePermission(TARGET_PKG_ASSIST, PERM_ACCESS_BLOBS_ACROSS_USERS, mPrimaryUserId); in setUp() 67 revokePermission(TARGET_PKG_ASSIST, PERM_ACCESS_BLOBS_ACROSS_USERS, mSecondaryUserId); in setUp() 132 addAssistRoleHolder(TARGET_PKG_ASSIST, mPrimaryUserId); in testBlobAccessAcrossUsers_withAssistRole() 134 runDeviceTestAsUser(TARGET_PKG_ASSIST, TEST_CLASS, "testCommitBlob", args, in testBlobAccessAcrossUsers_withAssistRole() 138 runDeviceTestAsUser(TARGET_PKG_ASSIST, TEST_CLASS, "testOpenBlob_shouldThrow", in testBlobAccessAcrossUsers_withAssistRole() 144 addAssistRoleHolder(TARGET_PKG_ASSIST, mSecondaryUserId); in testBlobAccessAcrossUsers_withAssistRole() 145 runDeviceTestAsUser(TARGET_PKG_ASSIST, TEST_CLASS, "testOpenBlob", in testBlobAccessAcrossUsers_withAssistRole() 150 removeAssistRoleHolder(TARGET_PKG_ASSIST, mSecondaryUserId); in testBlobAccessAcrossUsers_withAssistRole() 153 removeAssistRoleHolder(TARGET_PKG_ASSIST, mPrimaryUserId); in testBlobAccessAcrossUsers_withAssistRole() 182 addAssistRoleHolder(TARGET_PKG_ASSIST, mPrimaryUserId); in testBlobAccessAcrossUsers_withDifferentApps() [all …]
|
D | BaseBlobStoreHostTest.java | 43 protected static final String TARGET_PKG_ASSIST = "com.android.cts.device.blob.assist"; field in BaseBlobStoreHostTest
|