Searched refs:FILE_URIS (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppManager.java95 private static final String FILE_URIS = "FILE_URIS"; field in class:BluetoothOppManager
204 String strUris = settings.getString(FILE_URIS, null);
234 editor.putString(FILE_URIS, strUris);
243 editor.remove(FILE_URIS);

Completed in 71 milliseconds