Searched refs:BluetoothFilesPreferenceController (Results 1 – 5 of 5) sorted by relevance
44 private BluetoothFilesPreferenceController mController;53 mController = new BluetoothFilesPreferenceController(mContext); in setUp()55 mPreference.setKey(BluetoothFilesPreferenceController.KEY_RECEIVED_FILES); in setUp()67 .isEqualTo(BluetoothFilesPreferenceController.ACTION_OPEN_FILES); in testHandlePreferenceTreeClick_sendBroadcast()70 assertThat(bundle.getInt(BluetoothFilesPreferenceController.EXTRA_DIRECTION)).isEqualTo(1); in testHandlePreferenceTreeClick_sendBroadcast()71 assertThat(bundle.getBoolean(BluetoothFilesPreferenceController.EXTRA_SHOW_ALL_FILES)) in testHandlePreferenceTreeClick_sendBroadcast()
35 public class BluetoothFilesPreferenceController extends BasePreferenceController class51 public BluetoothFilesPreferenceController(Context context) { in BluetoothFilesPreferenceController() method in BluetoothFilesPreferenceController
24 import com.android.settings.bluetooth.BluetoothFilesPreferenceController;76 controllers.add(new BluetoothFilesPreferenceController(context)); in buildControllers()
24 import com.android.car.developeroptions.bluetooth.BluetoothFilesPreferenceController;76 controllers.add(new BluetoothFilesPreferenceController(context)); in buildControllers()