Searched refs:onConstraintStateChanged (Results 1 – 4 of 4) sorted by relevance
91 mLocalService.onConstraintStateChanged(this, /* active= */ false); in cancelMonitoringDueToTimeout()105 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()
27 void onConstraintStateChanged(IDeviceIdleConstraint constraint, boolean active); in onConstraintStateChanged() method
2028 public void onConstraintStateChanged(IDeviceIdleConstraint constraint, boolean active) { in onConstraintStateChanged() method in DeviceIdleController.LocalService