Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
DAppRestrictionSchemaFragment.java49 private static final String KEY_CAN_SAY_HELLO = "can_say_hello"; field in AppRestrictionSchemaFragment
108 if (key.equals(KEY_CAN_SAY_HELLO)) { in resolveRestrictions()
126 if (restrictions == null || !restrictions.containsKey(KEY_CAN_SAY_HELLO)) { in updateCanSayHello()
129 canSayHello = restrictions.getBoolean(KEY_CAN_SAY_HELLO); in updateCanSayHello()