Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSettings.java75 private static final int MENU_ID_SHOW_RECEIVED = Menu.FIRST + 2; field in BluetoothSettings
241 menu.add(Menu.NONE, MENU_ID_SHOW_RECEIVED, 0, R.string.bluetooth_show_received_files) in onCreateOptionsMenu()
262 case MENU_ID_SHOW_RECEIVED: in onOptionsItemSelected()