Searched refs:currentStatus (Results 1 – 6 of 6) sorted by relevance
404 public int currentStatus; field in DcNetworkAgent.DcKeepaliveTracker.KeepaliveRecord408 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()
395 auto currentStatus = mSlots[slot].mFence->getStatus(); in addReleaseFenceLocked() local396 if (currentStatus == Fence::Status::Invalid) { in addReleaseFenceLocked()410 if (currentStatus == incomingStatus) { in addReleaseFenceLocked()
390 int currentStatus = mRcsFeatureConnection.queryCapabilityStatus(); in isAvailable() local391 return new RcsImsCapabilities(currentStatus).isCapable(capability); in isAvailable()
1054 StatusInternal currentStatus = cameraState->getStatus(); in checkIfDeviceIsUsable() local1055 if (currentStatus == StatusInternal::NOT_PRESENT) { in checkIfDeviceIsUsable()1059 } else if (currentStatus == StatusInternal::ENUMERATING) { in checkIfDeviceIsUsable()
5190 NetworkSelectionStatus currentStatus = retrievedNetwork.getNetworkSelectionStatus(); in verifyUpdateNetworkSelectionStatus() local5191 int currentDisableReason = currentStatus.getNetworkSelectionDisableReason(); in verifyUpdateNetworkSelectionStatus()5220 currentStatus.getNetworkSelectionStatus(), in verifyUpdateNetworkSelectionStatus()
14127 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);