Searched defs:GRANTS_GRANTEE_UID (Results 1 – 2 of 2) sorted by relevance
38 private static final String GRANTS_GRANTEE_UID = "uid"; field in GrantsDatabase203 new String[] {GRANTS_GRANTEE_UID}, in getGrants()234 new String[] {GRANTS_GRANTEE_UID}, null, null, GRANTS_GRANTEE_UID, null, null)) { in purgeOldGrants()
51 private static final String GRANTS_GRANTEE_UID = "uid"; field in GrantsDatabaseTest