Home
last modified time | relevance | path

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

/development/apps/GestureBuilder/src/com/android/gesture/builder/
DCreateGestureActivity.java87 final GestureLibrary store = GestureBuilderActivity.getStore(); in addGesture() local
88 store.addGesture(name.toString(), mGesture); in addGesture()
89 store.save(); in addGesture()
DGestureBuilderActivity.java346 final GestureLibrary store = sStore; in doInBackground() local
348 if (store.load()) { in doInBackground()
349 for (String name : store.getGestureEntries()) { in doInBackground()
352 for (Gesture gesture : store.getGestures(name)) { in doInBackground()
/development/samples/browseable/DirectBoot/
D_index.jd8 This sample demonstrates how to store/access data in a device protected storage
/development/samples/browseable/BasicAndroidKeyStore/
D_index.jd9 This sample demonstrates how to use the Android Key Store to safely create and store
/development/samples/training/basic/ActivityLifecycle/
Dant.properties14 # 'key.store' for the location of your keystore and
Dbuild.properties14 # 'key.store' for the location of your keystore and
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DProvisioningValuesLoader.java151 props.store(sw, "admin extras bundle"); in gatherAdminExtras()
DNfcProvisioningFragment.java133 properties.store(stream, getString(R.string.nfc_comment)); in createNdefMessage()