Home
last modified time | relevance | path

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

/development/samples/Vault/src/com/example/android/vault/
DVaultProvider.java86 private static final String KEY_CHILDREN = "vault:children"; field in VaultProvider
273 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in isChildDocument()
314 parentMeta.accumulate(KEY_CHILDREN, childDocId); in createDocument()
343 meta.put(KEY_CHILDREN, new JSONArray()); in initDocument()
400 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in deleteDocumentTree()
427 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in deleteDocumentReferences()
480 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in queryChildDocuments()