Home
last modified time | relevance | path

Searched refs:LegacyConditionProviderService (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DConditionProviderServiceTest.java79 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 …]
DLegacyConditionProviderService.java21 public class LegacyConditionProviderService extends PollableConditionProviderService { class
25 return new ComponentName(LegacyConditionProviderService.class.getPackage().getName(), in getId()
26 LegacyConditionProviderService.class.getName()); in getId()