Searched refs:BluetoothDetailsController (Results 1 – 8 of 8) sorted by relevance
36 public abstract class BluetoothDetailsController extends AbstractPreferenceController class44 public BluetoothDetailsController(Context context, PreferenceFragmentCompat fragment, in BluetoothDetailsController() method in BluetoothDetailsController
33 public class BluetoothDetailsMacAddressController extends BluetoothDetailsController {
33 public class BluetoothDetailsButtonsController extends BluetoothDetailsController {
41 public class BluetoothDetailsHeaderController extends BluetoothDetailsController {
47 public class BluetoothDetailsProfilesController extends BluetoothDetailsController
43 verify(mLifecycle).addObserver(any(BluetoothDetailsController.class)); in pauseResumeEvents()61 private static class TestController extends BluetoothDetailsController {
163 void showScreen(BluetoothDetailsController controller) { in showScreen()