Searched refs:bundleToWrite (Results 1 – 3 of 3) sorted by relevance
200 final PersistableBundle bundleToWrite; in writeToStoreFile() local202 bundleToWrite = new PersistableBundle(mSettings); in writeToStoreFile()204 bundleToWrite.putInt(VERSION_KEY, CURRENT_SETTINGS_STORE_DATA_VERSION); in writeToStoreFile()205 bundleToWrite.writeToStream(outputStream); in writeToStoreFile()
321 final PersistableBundle bundleToWrite; in writeToStoreFile() local323 bundleToWrite = new PersistableBundle(mSettings); in writeToStoreFile()325 bundleToWrite.putInt(VERSION_KEY, CURRENT_SETTINGS_STORE_DATA_VERSION); in writeToStoreFile()326 bundleToWrite.writeToStream(outputStream); in writeToStoreFile()
114 final PersistableBundle bundleToWrite = new PersistableBundle(); in writeToFile() local117 bundleToWrite.putBoolean(entry.getKey(), entry.getValue()); in writeToFile()121 bundleToWrite.putInt(mVersionKey, mDatastoreVersion); in writeToFile()122 bundleToWrite.writeToStream(outputStream); in writeToFile()