Searched refs:currentStatus (Results 1 – 6 of 6) sorted by relevance
255 CarEvsStatus currentStatus = mManager.getCurrentStatus(); in testGetCurrentStatus() local257 assertThat(currentStatus).isNotNull(); in testGetCurrentStatus()258 assertThat(currentStatus.getServiceType()).isEqualTo(CarEvsManager.SERVICE_TYPE_REARVIEW); in testGetCurrentStatus()259 assertThat(currentStatus.getState()).isEqualTo(CarEvsManager.SERVICE_STATE_INACTIVE); in testGetCurrentStatus()268 CarEvsStatus currentStatus = mManager.getCurrentStatus(type); in testGetCurrentStatusWithType() local270 assertThat(currentStatus).isNotNull(); in testGetCurrentStatusWithType()271 assertThat(currentStatus.getServiceType()).isEqualTo(type); in testGetCurrentStatusWithType()272 assertThat(currentStatus.getState()).isEqualTo(CarEvsManager.SERVICE_STATE_INACTIVE); in testGetCurrentStatusWithType()280 CarEvsStatus currentStatus = mManager.getCurrentStatus(); in testGetCurrentStatusRemoteExceptionThrown() local282 assertThat(currentStatus.getServiceType()).isEqualTo(CarEvsManager.SERVICE_TYPE_REARVIEW); in testGetCurrentStatusRemoteExceptionThrown()[all …]
492 int currentStatus = mSubscription.getDataSubscriptionStatus(); in updateCurrentStatus() local493 if (prevStatus == DataSubscriptionStatus.INACTIVE && prevStatus != currentStatus) { in updateCurrentStatus()497 mEditor.putInt(KEY_PREV_POPUP_STATUS, currentStatus); in updateCurrentStatus()
158 int currentStatus = in onDeveloperOptionsSwitchEnabled() local161 mContext.getContentResolver(), Settings.Global.ENABLE_16K_PAGES, currentStatus); in onDeveloperOptionsSwitchEnabled() local
1216 Integer currentStatus = mStatusPerImpl.get(implIfaceName); in reportScanStatusForImpl() local1217 if (currentStatus != null && currentStatus == STATUS_PENDING) { in reportScanStatusForImpl()2570 Integer currentStatus = mStatusPerImpl.get(implIfaceName); in reportPnoScanFailedForImpl() local2571 if (currentStatus != null && currentStatus == STATUS_PENDING) { in reportPnoScanFailedForImpl()
1573 NetworkSelectionStatus currentStatus = config.getNetworkSelectionStatus(); in verifyUpdateNetworkSelectionStatus() local1574 int currentDisableReason = currentStatus.getNetworkSelectionDisableReason(); in verifyUpdateNetworkSelectionStatus()1606 currentStatus.getNetworkSelectionStatus(), in verifyUpdateNetworkSelectionStatus()
841 boolean currentStatus = mServiceCache.doesServiceShouldDefaultToObserveMode(userId, in setShouldDefaultToObserveModeForService()844 if (currentStatus != enable) { in setShouldDefaultToObserveModeForService()