Home
last modified time | relevance | path

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

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