Home
last modified time | relevance | path

Searched refs:currentStatus (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/CarLibUnitTest/src/android/car/evs/
DCarEvsManagerUnitTest.java255 CarEvsStatus currentStatus = mManager.getCurrentStatus(); in testGetCurrentStatus() local
257 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() local
270 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() local
282 assertThat(currentStatus.getServiceType()).isEqualTo(CarEvsManager.SERVICE_TYPE_REARVIEW); in testGetCurrentStatusRemoteExceptionThrown()
[all …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DDataSubscriptionController.java492 int currentStatus = mSubscription.getDataSubscriptionStatus(); in updateCurrentStatus() local
493 if (prevStatus == DataSubscriptionStatus.INACTIVE && prevStatus != currentStatus) { in updateCurrentStatus()
497 mEditor.putInt(KEY_PREV_POPUP_STATUS, currentStatus); in updateCurrentStatus()
/packages/apps/Settings/src/com/android/settings/development/
DEnable16kPagesPreferenceController.java158 int currentStatus = in onDeveloperOptionsSwitchEnabled() local
161 mContext.getContentResolver(), Settings.Global.ENABLE_16K_PAGES, currentStatus); in onDeveloperOptionsSwitchEnabled() local
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java1216 Integer currentStatus = mStatusPerImpl.get(implIfaceName); in reportScanStatusForImpl() local
1217 if (currentStatus != null && currentStatus == STATUS_PENDING) { in reportScanStatusForImpl()
2570 Integer currentStatus = mStatusPerImpl.get(implIfaceName); in reportPnoScanFailedForImpl() local
2571 if (currentStatus != null && currentStatus == STATUS_PENDING) { in reportPnoScanFailedForImpl()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiBlocklistMonitorTest.java1573 NetworkSelectionStatus currentStatus = config.getNetworkSelectionStatus(); in verifyUpdateNetworkSelectionStatus() local
1574 int currentDisableReason = currentStatus.getNetworkSelectionDisableReason(); in verifyUpdateNetworkSelectionStatus()
1606 currentStatus.getNetworkSelectionStatus(), in verifyUpdateNetworkSelectionStatus()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/
DCardEmulationManager.java841 boolean currentStatus = mServiceCache.doesServiceShouldDefaultToObserveMode(userId, in setShouldDefaultToObserveModeForService()
844 if (currentStatus != enable) { in setShouldDefaultToObserveModeForService()