Searched refs:SelectDeviceDialogFragment (Results 1 – 1 of 1) sorted by relevance
184 SelectDeviceDialogFragment deviceDialog = in onCreate()185 SelectDeviceDialogFragment.newInstance(deviceNames, mDeviceIndex); in onCreate()339 public static class SelectDeviceDialogFragment extends DialogFragment { class in BluetoothHDPActivity341 public static SelectDeviceDialogFragment newInstance(String[] names, int position) { in newInstance()342 SelectDeviceDialogFragment frag = new SelectDeviceDialogFragment(); in newInstance()