Searched refs:currentStatus (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp950 StatusInternal currentStatus = cameraState->getStatus(); local
951 if (currentStatus == StatusInternal::NOT_PRESENT) {
955 } else if (currentStatus == StatusInternal::ENUMERATING) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigManagerTest.java3769 NetworkSelectionStatus currentStatus = retrievedNetwork.getNetworkSelectionStatus();
3770 int currentDisableReason = currentStatus.getNetworkSelectionDisableReason();
3799 currentStatus.getNetworkSelectionStatus(),
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java15237 private void processPendingInstall(final InstallArgs args, final int currentStatus) { argument
15244 res.setReturnCode(currentStatus);
[all...]

Completed in 737 milliseconds