Searched refs:ALLOW_OVERRIDE_USER_SENSITIVE_KEY (Results 1 – 2 of 2) sorted by relevance
21 import static com.android.packageinstaller.Constants.ALLOW_OVERRIDE_USER_SENSITIVE_KEY;268 ALLOW_OVERRIDE_USER_SENSITIVE_KEY, application); in UserSensitiveOverrideViewModel()364 sharedPrefChanges.putBoolean(ALLOW_OVERRIDE_USER_SENSITIVE_KEY, true); in setAllowOverrideUserSensitive()376 sharedPrefChanges.remove(ALLOW_OVERRIDE_USER_SENSITIVE_KEY); in setAllowOverrideUserSensitive()
113 public static final String ALLOW_OVERRIDE_USER_SENSITIVE_KEY = field in Constants