Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
DAppRestrictionSchemaFragment.java56 private static final String KEY_ITEM_VALUE = "value"; field in AppRestrictionSchemaFragment
195 if (!item.containsKey(KEY_ITEM_KEY) || !item.containsKey(KEY_ITEM_VALUE)) { in updateItems()
205 builder.append(item.getString(KEY_ITEM_VALUE)); in updateItems()