Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppManager.java91 private static final String FILE_URI = "FILE_URI"; field in BluetoothOppManager
206 mUriOfSendingFile = settings.getString(FILE_URI, null); in restoreApplicationData()
250 editor.remove(FILE_URI); in storeApplicationData()
253 editor.putString(FILE_URI, mUriOfSendingFile); in storeApplicationData()