Home
last modified time | relevance | path

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

/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
DBluetoothHDPActivity.java184 SelectDeviceDialogFragment deviceDialog = in onCreate()
185 SelectDeviceDialogFragment.newInstance(deviceNames, mDeviceIndex); in onCreate()
339 public static class SelectDeviceDialogFragment extends DialogFragment { class in BluetoothHDPActivity
341 public static SelectDeviceDialogFragment newInstance(String[] names, int position) { in newInstance()
342 SelectDeviceDialogFragment frag = new SelectDeviceDialogFragment(); in newInstance()