Searched refs:store (Results 1 – 8 of 8) sorted by relevance
87 final GestureLibrary store = GestureBuilderActivity.getStore(); in addGesture() local88 store.addGesture(name.toString(), mGesture); in addGesture()89 store.save(); in addGesture()
346 final GestureLibrary store = sStore; in doInBackground() local348 if (store.load()) { in doInBackground()349 for (String name : store.getGestureEntries()) { in doInBackground()352 for (Gesture gesture : store.getGestures(name)) { in doInBackground()
8 This sample demonstrates how to store/access data in a device protected storage
9 This sample demonstrates how to use the Android Key Store to safely create and store
14 # 'key.store' for the location of your keystore and
151 props.store(sw, "admin extras bundle"); in gatherAdminExtras()
133 properties.store(stream, getString(R.string.nfc_comment)); in createNdefMessage()