Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java404 public int currentStatus; field in DcNetworkAgent.DcKeepaliveTracker.KeepaliveRecord
408 this.currentStatus = status; in KeepaliveRecord()
471 switch (kr.currentStatus) { in handleKeepaliveStatus()
482 kr.currentStatus = KeepaliveStatus.STATUS_INACTIVE; in handleKeepaliveStatus()
487 kr.currentStatus = KeepaliveStatus.STATUS_ACTIVE; in handleKeepaliveStatus()
505 kr.currentStatus = KeepaliveStatus.STATUS_INACTIVE; in handleKeepaliveStatus()
517 loge("Invalid Keepalive Status received, " + kr.currentStatus); in handleKeepaliveStatus()
/frameworks/native/libs/gui/
DConsumerBase.cpp395 auto currentStatus = mSlots[slot].mFence->getStatus(); in addReleaseFenceLocked() local
396 if (currentStatus == Fence::Status::Invalid) { in addReleaseFenceLocked()
410 if (currentStatus == incomingStatus) { in addReleaseFenceLocked()
/frameworks/opt/net/ims/src/java/com/android/ims/
DRcsFeatureManager.java390 int currentStatus = mRcsFeatureConnection.queryCapabilityStatus(); in isAvailable() local
391 return new RcsImsCapabilities(currentStatus).isCapable(capability); in isAvailable()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1054 StatusInternal currentStatus = cameraState->getStatus(); in checkIfDeviceIsUsable() local
1055 if (currentStatus == StatusInternal::NOT_PRESENT) { in checkIfDeviceIsUsable()
1059 } else if (currentStatus == StatusInternal::ENUMERATING) { in checkIfDeviceIsUsable()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java5190 NetworkSelectionStatus currentStatus = retrievedNetwork.getNetworkSelectionStatus(); in verifyUpdateNetworkSelectionStatus() local
5191 int currentDisableReason = currentStatus.getNetworkSelectionDisableReason(); in verifyUpdateNetworkSelectionStatus()
5220 currentStatus.getNetworkSelectionStatus(), in verifyUpdateNetworkSelectionStatus()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java14127 private void processPendingInstall(final InstallArgs args, final int currentStatus) {
14129 args.mMultiPackageInstallParams.tryProcessInstallRequest(args, currentStatus);
14131 PackageInstalledInfo res = createPackageInstalledInfo(currentStatus);
14162 int currentStatus) {
14164 res.setReturnCode(currentStatus);
14540 void tryProcessInstallRequest(InstallArgs args, int currentStatus) {
14541 mCurrentState.put(args, currentStatus);