Searched refs:RESTRICTION_KEY_MESSAGE (Results 1 – 1 of 1) sorted by relevance
75 private static final String RESTRICTION_KEY_MESSAGE = "message"; field in AppRestrictionEnforcerFragment251 } else if (RESTRICTION_KEY_MESSAGE.equals(key)) { in loadRestrictions()252 updateMessage(prefs.getString(RESTRICTION_KEY_MESSAGE, in loadRestrictions()286 mCurrentRestrictions.putString(RESTRICTION_KEY_MESSAGE, message); in updateMessage()392 mCurrentRestrictions.putString(RESTRICTION_KEY_MESSAGE, message); in saveMessage()394 editPreferences(activity).putString(RESTRICTION_KEY_MESSAGE, message).apply(); in saveMessage()