Searched refs:KEY_MESSAGE (Results 1 – 1 of 1) sorted by relevance
53 private static final String KEY_MESSAGE = "message"; field in AppRestrictionSchemaFragment138 } else if (key.equals(KEY_MESSAGE)) { in resolveRestrictions()166 if (restrictions == null || !restrictions.containsKey(KEY_MESSAGE)) { in updateMessage()169 mMessage = restrictions.getString(KEY_MESSAGE); in updateMessage()