Home
last modified time | relevance | path

Searched defs:requestStatus (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/work/workmanager-test/src/androidTest/java/androidx/work/test/
DTestSchedulerTest.java70 WorkStatus requestStatus = workManager.synchronous().getStatusByIdSync(request.getId()); in testTestWorkerShouldSucceedSynchronously_withDependentWork() local
84 WorkStatus requestStatus = workManager.synchronous().getStatusByIdSync(request.getId()); in testTestWorkerWithConstraintsShouldNoOp() local
93 WorkStatus requestStatus = workManager.synchronous().getStatusByIdSync(request.getId()); in testTestWorkerWithConstraintsShouldSucceedAfterSetConstraints() local
/frameworks/base/services/core/java/com/android/server/oemlock/
DVendorLock.java83 final Integer[] requestStatus = new Integer[1]; in isOemUnlockAllowedByCarrier() local
131 final Integer[] requestStatus = new Integer[1]; in isOemUnlockAllowedByDevice() local
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h947 int requestStatus; member