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.java66 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 …]
DBaseBlobStoreHostTest.java43 protected static final String TARGET_PKG_ASSIST = "com.android.cts.device.blob.assist"; field in BaseBlobStoreHostTest