Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSettings.java74 private static final int MENU_ID_RENAME_DEVICE = Menu.FIRST + 1; field in BluetoothSettings
238 menu.add(Menu.NONE, MENU_ID_RENAME_DEVICE, 0, R.string.bluetooth_rename_device) in onCreateOptionsMenu()
256 case MENU_ID_RENAME_DEVICE: in onOptionsItemSelected()