Searched refs:addAssistRoleHolder (Results 1 – 3 of 3) sorted by relevance
83 addAssistRoleHolder(mOriginalRoleHolders.get(0)); in cleanup()104 addAssistRoleHolder(packageName); in roleTestingForPackage()132 private void addAssistRoleHolder(String packageName) in addAssistRoleHolder() method in VoiceInteractionRoleTest
125 addAssistRoleHolder(TARGET_PKG_ASSIST, mPrimaryUserId); in testBlobAccessAcrossUsers_withAssistRole()137 addAssistRoleHolder(TARGET_PKG_ASSIST, mSecondaryUserId); in testBlobAccessAcrossUsers_withAssistRole()175 addAssistRoleHolder(TARGET_PKG_ASSIST, mPrimaryUserId); in testBlobAccessAcrossUsers_withDifferentApps()
133 protected void addAssistRoleHolder(String pkgName, int userId) throws Exception { in addAssistRoleHolder() method in BaseBlobStoreHostTest