Home
last modified time | relevance | path

Searched defs:readSystemState (Results 1 – 9 of 9) sorted by relevance

/work/work-runtime/src/main/java/androidx/work/impl/constraints/trackers/
DConstraintTracker.kt103 abstract fun readSystemState(): T in <lambda>() method
DStorageNotLowTracker.kt31 override fun readSystemState(): Boolean { in readSystemState() method
DNetworkStateTracker.kt125 override fun readSystemState(): NetworkState = connectivityManager.activeNetworkState in readSystemState() method
135 override fun readSystemState(): NetworkState = connectivityManager.activeNetworkState in readSystemState() method
DBatteryNotLowTracker.kt37 override fun readSystemState(): Boolean { in readSystemState() method
DBatteryChargingTracker.kt34 override fun readSystemState(): Boolean { in readSystemState() method
/work/work-runtime/src/androidTest/java/androidx/work/impl/testutils/
DTestConstraints.kt53 override fun readSystemState() = constraintState in readSystemState() method
/work/work-runtime/src/androidTest/java/androidx/work/impl/constraints/trackers/
DConstraintTrackerTest.java187 public Boolean readSystemState() { in readSystemState() method in ConstraintTrackerTest.TestConstraintTracker
/work/work-runtime/src/androidTest/java/androidx/work/impl/constraints/controllers/
DConstraintControllerTest.kt115 override fun readSystemState() = deviceIdle in isConstrained() method in androidx.work.impl.constraints.controllers.FakeConstraintTracker
/work/work-runtime/src/androidTest/java/androidx/work/impl/background/systemalarm/
DSystemAlarmDispatcherTest.java815 public Boolean readSystemState() { in readSystemState() method in SystemAlarmDispatcherTest.FakeConstraintTracker