Home
last modified time | relevance | path

Searched refs:RESTRICTION_KEY_MESSAGE (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DAppRestrictionEnforcerFragment.java75 private static final String RESTRICTION_KEY_MESSAGE = "message"; field in AppRestrictionEnforcerFragment
251 } 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()