Searched refs:onConstraintStateChanged (Results 1 – 3 of 3) sorted by relevance
89 mLocalService.onConstraintStateChanged(this, /* active= */ false); in cancelMonitoringDueToTimeout()103 mLocalService.onConstraintStateChanged(this, /* active= */ mConnected); in updateAndReportActiveLocked()
118 verify(mDeviceIdleService, never()).onConstraintStateChanged(any(), anyBoolean()); in testStartMonitoring_updatesActiveAtCorrectTimes()126 order.verify(mDeviceIdleService, times(1)).onConstraintStateChanged(any(), eq(false)); in testStartMonitoring_updatesActiveAtCorrectTimes()
1762 public void onConstraintStateChanged(IDeviceIdleConstraint constraint, boolean active) { in onConstraintStateChanged() method in DeviceIdleController.LocalService