Searched refs:LegacyConditionProviderService (Results 1 – 2 of 2) sorted by relevance
79 LegacyConditionProviderService.requestRebind(LegacyConditionProviderService.getId()); in setUp()110 pollForConnection(LegacyConditionProviderService.class, false); in tearDown()155 pollForConnection(LegacyConditionProviderService.class, true); in testUnboundCPSMaintainsCondition_otherConditionChanges()161 addRule(LegacyConditionProviderService.getId(), INTERRUPTION_FILTER_PRIORITY, true); in testUnboundCPSMaintainsCondition_otherConditionChanges()162 pollForSubscribe(LegacyConditionProviderService.getInstance()); in testUnboundCPSMaintainsCondition_otherConditionChanges()177 ((LegacyConditionProviderService) LegacyConditionProviderService.getInstance()) in testUnboundCPSMaintainsCondition_otherConditionChanges()192 pollForConnection(LegacyConditionProviderService.class, true); in testUnboundCPSMaintainsCondition_otherProviderRuleChanges()198 addRule(LegacyConditionProviderService.getId(), INTERRUPTION_FILTER_PRIORITY, true); in testUnboundCPSMaintainsCondition_otherProviderRuleChanges()199 pollForSubscribe(LegacyConditionProviderService.getInstance()); in testUnboundCPSMaintainsCondition_otherProviderRuleChanges()227 pollForConnection(LegacyConditionProviderService.class, true); in testRequestRebindWhenLostAccess()[all …]
21 public class LegacyConditionProviderService extends PollableConditionProviderService { class25 return new ComponentName(LegacyConditionProviderService.class.getPackage().getName(), in getId()26 LegacyConditionProviderService.class.getName()); in getId()