Searched refs:mAccessType (Results 1 – 2 of 2) sorted by relevance
63 private int mAccessType = ACCESS_TYPE_PRIVATE; field in BlobAccessMode68 if ((other.mAccessType & ACCESS_TYPE_WHITELIST) != 0) { in allow()71 mAccessType |= other.mAccessType; in allow()75 mAccessType |= ACCESS_TYPE_PUBLIC; in allowPublicAccess()79 mAccessType |= ACCESS_TYPE_SAME_SIGNATURE; in allowSameSignatureAccess()83 mAccessType |= ACCESS_TYPE_WHITELIST; in allowPackageAccess()88 return (mAccessType & ACCESS_TYPE_PUBLIC) != 0; in isPublicAccessAllowed()92 return (mAccessType & ACCESS_TYPE_SAME_SIGNATURE) != 0; in isSameSignatureAccessAllowed()96 if ((mAccessType & ACCESS_TYPE_WHITELIST) == 0) { in isPackageAccessAllowed()104 if ((mAccessType & ACCESS_TYPE_PUBLIC) != 0) { in isAccessAllowedForCaller()[all …]
90 output.writeLong(accessRule.mAccessType); in encodeRules()133 private final long mAccessType; field in UiccAccessRule138 this.mAccessType = accessType; in UiccAccessRule()144 mAccessType = in.readLong(); in UiccAccessRule()151 dest.writeLong(mAccessType); in writeToParcel()234 && mAccessType == that.mAccessType; in equals()242 result = 31 * result + Objects.hashCode(mAccessType); in hashCode()250 mPackageName + " access: " + mAccessType; in toString()