Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java320 public static boolean deviceHasNoSdCard() { in deviceHasNoSdCard() method in BluetoothOppUtility
348 int id = deviceHasNoSdCard() in getStatusDescription()
355 int id = deviceHasNoSdCard() ? R.string.bt_sm_2_1_nosdcard : R.string.bt_sm_2_1_default; in getStatusDescription()
DBluetoothOppTransferActivity.java297 int id = BluetoothOppUtility.deviceHasNoSdCard() in customizeViewContent()