Searched refs:BluetoothA2dpHwOffloadPreferenceController (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.settings.development.BluetoothA2dpHwOffloadPreferenceController51 private BluetoothA2dpHwOffloadPreferenceController mController;58 mController = spy(new BluetoothA2dpHwOffloadPreferenceController(mContext, mFragment)); in setup()
190 final BluetoothA2dpHwOffloadPreferenceController controller = in onSwitchChanged_turnOff_andOffloadIsNotDefaultValue_shouldShowWarningDialog()191 mock(BluetoothA2dpHwOffloadPreferenceController.class); in onSwitchChanged_turnOff_andOffloadIsNotDefaultValue_shouldShowWarningDialog()194 BluetoothA2dpHwOffloadPreferenceController.class)).thenReturn(controller); in onSwitchChanged_turnOff_andOffloadIsNotDefaultValue_shouldShowWarningDialog()
28 public class BluetoothA2dpHwOffloadPreferenceController extends DeveloperOptionsPreferenceController class37 public BluetoothA2dpHwOffloadPreferenceController(Context context, in BluetoothA2dpHwOffloadPreferenceController() method in BluetoothA2dpHwOffloadPreferenceController
290 final BluetoothA2dpHwOffloadPreferenceController controller = in onSwitchChanged()292 BluetoothA2dpHwOffloadPreferenceController.class); in onSwitchChanged()356 final BluetoothA2dpHwOffloadPreferenceController controller = in onA2dpHwDialogConfirmed()357 getDevelopmentOptionsController(BluetoothA2dpHwOffloadPreferenceController.class); in onA2dpHwDialogConfirmed()516 controllers.add(new BluetoothA2dpHwOffloadPreferenceController(context, fragment)); in buildPreferenceControllers()
37 BluetoothA2dpHwOffloadPreferenceController controller) { in show()