Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java396 public int currentStatus; field in DcNetworkAgent.DcKeepaliveTracker.KeepaliveRecord
400 this.currentStatus = status; in KeepaliveRecord()
463 switch (kr.currentStatus) { in handleKeepaliveStatus()
474 kr.currentStatus = KeepaliveStatus.STATUS_INACTIVE; in handleKeepaliveStatus()
479 kr.currentStatus = KeepaliveStatus.STATUS_ACTIVE; in handleKeepaliveStatus()
497 kr.currentStatus = KeepaliveStatus.STATUS_INACTIVE; in handleKeepaliveStatus()
509 loge("Invalid Keepalive Status received, " + kr.currentStatus); in handleKeepaliveStatus()
/frameworks/native/libs/gui/
DConsumerBase.cpp437 auto currentStatus = mSlots[slot].mFence->getStatus(); in addReleaseFenceLocked() local
438 if (currentStatus == Fence::Status::Invalid) { in addReleaseFenceLocked()
452 if (currentStatus == incomingStatus) { in addReleaseFenceLocked()
/frameworks/opt/net/ims/src/java/com/android/ims/
DRcsFeatureManager.java389 int currentStatus = mRcsFeatureConnection.queryCapabilityStatus(); in isAvailable() local
390 return new RcsImsCapabilities(currentStatus).isCapable(capability); in isAvailable()
/frameworks/base/services/incremental/
DIncrementalService.cpp1916 int currentStatus; in fsmStep() local
1920 currentStatus = mCurrentStatus; in fsmStep()
1924 LOG(DEBUG) << "fsmStep: " << id() << ": " << currentStatus << " -> " << targetStatus; in fsmStep()
1926 if (currentStatus == targetStatus) { in fsmStep()
1938 switch (currentStatus) { in fsmStep()
1946 switch (currentStatus) { in fsmStep()
1956 << ", current status: " << currentStatus; in fsmStep()
DIncrementalService.h210 bool fsmStep(int currentStatus, int targetStatus);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java798 Integer currentStatus = mStatusPerImpl.get(implIfaceName); in reportScanStatusForImpl() local
799 if (currentStatus != null && currentStatus == STATUS_PENDING) { in reportScanStatusForImpl()
1909 Integer currentStatus = mStatusPerImpl.get(implIfaceName); in reportPnoScanFailedForImpl() local
1910 if (currentStatus != null && currentStatus == STATUS_PENDING) { in reportPnoScanFailedForImpl()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1219 StatusInternal currentStatus = cameraState->getStatus(); in checkIfDeviceIsUsable() local
1220 if (currentStatus == StatusInternal::NOT_PRESENT) { in checkIfDeviceIsUsable()
1224 } else if (currentStatus == StatusInternal::ENUMERATING) { in checkIfDeviceIsUsable()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java5233 NetworkSelectionStatus currentStatus = retrievedNetwork.getNetworkSelectionStatus(); in verifyUpdateNetworkSelectionStatus() local
5234 int currentDisableReason = currentStatus.getNetworkSelectionDisableReason(); in verifyUpdateNetworkSelectionStatus()
5263 currentStatus.getNetworkSelectionStatus(), in verifyUpdateNetworkSelectionStatus()