Searched refs:PREF_KEY_AUTO_REVOKE_GRANTS_DONE (Results 1 – 1 of 1) sorted by relevance
134 private static final String PREF_KEY_AUTO_REVOKE_GRANTS_DONE = "auto_revoke_grants_done"; field in CompanionDeviceManagerService839 if (pref.getBoolean(PREF_KEY_AUTO_REVOKE_GRANTS_DONE, false)) { in maybeGrantAutoRevokeExemptions()855 pref.edit().putBoolean(PREF_KEY_AUTO_REVOKE_GRANTS_DONE, true).apply(); in maybeGrantAutoRevokeExemptions()