Searched refs:STATUS_UNKNOWN (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/
H A DICameraServiceListener.aidl52 const int STATUS_UNKNOWN = -1;
/frameworks/base/services/core/java/com/android/server/
H A DSystemUpdateManagerService.java21 import static android.os.SystemUpdateManager.STATUS_UNKNOWN;
75 private int mLastStatus = STATUS_UNKNOWN;
91 int status = infoBundle.getInt(KEY_STATUS, STATUS_UNKNOWN);
92 if (status == STATUS_UNKNOWN) {
173 int lastStatus = infoBundle.getInt(KEY_STATUS, STATUS_UNKNOWN);
174 if (lastStatus == STATUS_UNKNOWN) {
245 mLastStatus = STATUS_UNKNOWN;
248 infoBundle.putInt(KEY_STATUS, STATUS_UNKNOWN);
/frameworks/base/location/java/android/location/
H A DGpsNavigationMessage.java66 public static final short STATUS_UNKNOWN = 0; field in class:GpsNavigationMessage
235 case STATUS_UNKNOWN:
266 navigationMessage.setStatus(STATUS_UNKNOWN);
322 mStatus = STATUS_UNKNOWN;
H A DGnssNavigationMessage.java71 public static final int STATUS_UNKNOWN = 0; field in class:GnssNavigationMessage
357 case STATUS_UNKNOWN:
438 mStatus = STATUS_UNKNOWN;
/frameworks/base/core/java/android/os/
H A DSystemUpdateManager.java60 public static final int STATUS_UNKNOWN = 0; field in class:SystemUpdateManager
/frameworks/base/core/proto/android/os/
H A Dcpuinfo.proto83 STATUS_UNKNOWN = 0;
H A Dsystem_properties.proto140 STATUS_UNKNOWN = 0;
/frameworks/base/core/proto/android/service/
H A Dprocstats.proto70 STATUS_UNKNOWN = 0;
/frameworks/base/telephony/java/android/telephony/
H A DMbmsDownloadSession.java200 @IntDef({STATUS_UNKNOWN, STATUS_ACTIVELY_DOWNLOADING, STATUS_PENDING_DOWNLOAD,
207 public static final int STATUS_UNKNOWN = 0; field in class:MbmsDownloadSession
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h439 UNKNOWN = static_cast<int32_t>(hardware::ICameraServiceListener::STATUS_UNKNOWN)
H A DCameraService.cpp719 serviceStatus = ICameraServiceListener::STATUS_UNKNOWN;
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp137 return hardware::ICameraServiceListener::STATUS_UNKNOWN;

Completed in 93 milliseconds