Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsCompanionAppsControllerTest.java61 private BluetoothDetailsCompanionAppsController mController;
79 new BluetoothDetailsCompanionAppsController(mContext, mFragment, mCachedDevice, in setUp()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsCompanionAppsController.java61 public class BluetoothDetailsCompanionAppsController extends BluetoothDetailsController { class
76 public BluetoothDetailsCompanionAppsController(Context context, in BluetoothDetailsCompanionAppsController() method in BluetoothDetailsCompanionAppsController
DBluetoothDeviceDetailsFragment.java188 controllers.add(new BluetoothDetailsCompanionAppsController(context, this, in createPreferenceControllers()