Searched refs:AdvancedConnectedDeviceController (Results 1 – 2 of 2) sorted by relevance
80 AdvancedConnectedDeviceController controller = in getAvailabilityStatus_returnStatusIsAvailable()81 new AdvancedConnectedDeviceController(mContext, KEY); in getAvailabilityStatus_returnStatusIsAvailable()91 AdvancedConnectedDeviceController.isDrivingModeAvailable(mContext)).isTrue(); in isDrivingModeAvailable_returnTrue()131 assertThat(AdvancedConnectedDeviceController in getConnectedDevicesSummaryResourceId_NFCAndDrivingModeAvailable()140 assertThat(AdvancedConnectedDeviceController in getConnectedDevicesSummaryResourceId_NFCAvailableAndDrivingModeNotAvailable()149 assertThat(AdvancedConnectedDeviceController in getConnectedDevicesSummaryResourceId_NFCNotAvailableDrivingModeAvailable()158 assertThat(AdvancedConnectedDeviceController in getConnectedDevicesSummaryResourceId_NFCAndDrivingModeNotAvailable()167 assertThat(AdvancedConnectedDeviceController in getConnectedDevicesSummaryResourceId_Auto_NFC_DrivingMode_Available()176 assertThat(AdvancedConnectedDeviceController in getConnectedDevicesSummaryResourceId_Auto_NFC_Available()186 assertThat(AdvancedConnectedDeviceController in getConnectedDevicesSummaryResourceId_Auto_DrivingMode_Available()[all …]
33 public class AdvancedConnectedDeviceController extends BasePreferenceController { class39 public AdvancedConnectedDeviceController(Context context, String preferenceKey) { in AdvancedConnectedDeviceController() method in AdvancedConnectedDeviceController