Home
last modified time | relevance | path

Searched defs:serverIntent (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
H A DBluetoothChatFragment.java383 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class); in onOptionsItemSelected() local
389 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class); in onOptionsItemSelected() local
/aosp_15_r20/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
H A DBluetoothChatFragment.java383 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class); in onOptionsItemSelected() local
389 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class); in onOptionsItemSelected() local
/aosp_15_r20/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DBluetoothChatFragment.java383 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class); in onOptionsItemSelected() local
389 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class); in onOptionsItemSelected() local
/aosp_15_r20/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
H A DBluetoothChat.java338 Intent serverIntent = null; in onOptionsItemSelected() local