Home
last modified time | relevance | path

Searched refs:RESULT_UNKNOWN (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DAnyMotionDetector.java42 public static final int RESULT_UNKNOWN = -1; field in AnyMotionDetector
214 int status = RESULT_UNKNOWN; in stopOrientationMeasurementLocked()
237 if (status != RESULT_UNKNOWN) { in stopOrientationMeasurementLocked()
268 return RESULT_UNKNOWN; in getStationaryStatus()
290 return RESULT_UNKNOWN; in getStationaryStatus()
298 int status = RESULT_UNKNOWN;
309 if (status != RESULT_UNKNOWN) {
336 int status = RESULT_UNKNOWN;
344 if (status != RESULT_UNKNOWN) {
H A DDeviceIdleController.java1595 if (result != AnyMotionDetector.RESULT_UNKNOWN) { in onAnyMotionResult()
1601 (result == AnyMotionDetector.RESULT_UNKNOWN)) { in onAnyMotionResult()
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGraphRunner.java43 public static final int RESULT_UNKNOWN = 0; field in GraphRunner
H A DAsyncRunner.java39 public int status = RESULT_UNKNOWN;
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DSimImportService.java85 public static final int RESULT_UNKNOWN = 0; field in SimImportService
H A DContactSaveService.java166 public static final int RESULT_UNKNOWN = 0; field in ContactSaveService
/aosp12/packages/apps/Contacts/src/com/android/contacts/preference/
H A DDisplayOptionsPreferenceFragment.java429 SimImportService.RESULT_UNKNOWN);
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto15616 RESULT_UNKNOWN = 0; enumerator
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18406 Landroid/filterfw/core/GraphRunner;->RESULT_UNKNOWN:I