HomeSort by relevance Sort by last modified time
    Searched full:bluetoothdetailfragment (Results 1 - 2 of 2) sorted by null

  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothDetailFragment.java 41 public class BluetoothDetailFragment extends ListSettingsFragment implements
43 private static final Logger LOG = new Logger(BluetoothDetailFragment.class);
55 public static BluetoothDetailFragment getInstance(BluetoothDevice btDevice) {
56 BluetoothDetailFragment bluetoothDetailFragment = new BluetoothDetailFragment();
61 bluetoothDetailFragment.setArguments(bundle);
62 return bluetoothDetailFragment;
BluetoothDeviceListAdapter.java 222 BluetoothDetailFragment.getInstance(bluetoothDevice.getDevice()));

Completed in 144 milliseconds