Home
last modified time | relevance | path

Searched refs:registrant (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
DSmartSpaceComplicationTest.java90 final SmartSpaceComplication.Registrant registrant = getRegistrant(); in testRegistrantStart_doesNotAddComplication() local
91 registrant.start(); in testRegistrantStart_doesNotAddComplication()
97 final SmartSpaceComplication.Registrant registrant = getRegistrant(); in testRegistrantStart_featureEnabled_addOverlayStateCallback() local
98 registrant.start(); in testRegistrantStart_featureEnabled_addOverlayStateCallback()
107 final SmartSpaceComplication.Registrant registrant = getRegistrant(); in testRegistrantStart_featureDisabled_doesNotAddOverlayStateCallback() local
108 registrant.start(); in testRegistrantStart_featureDisabled_doesNotAddOverlayStateCallback()
115 final SmartSpaceComplication.Registrant registrant = getRegistrant(); in testOverlayActive_addsTargetListener() local
116 registrant.start(); in testOverlayActive_addsTargetListener()
133 final SmartSpaceComplication.Registrant registrant = getRegistrant(); in testOverlayActive_targetsNonEmpty_addsComplication() local
134 registrant.start(); in testOverlayActive_targetsNonEmpty_addsComplication()
[all …]
DDreamHomeControlsComplicationTest.java133 final DreamHomeControlsComplication.Registrant registrant = in complicationAvailability_serviceNotAvailable_noFavorites_doNotAddComplication() local
136 registrant.start(); in complicationAvailability_serviceNotAvailable_noFavorites_doNotAddComplication()
146 final DreamHomeControlsComplication.Registrant registrant = in complicationAvailability_serviceAvailable_noFavorites_doNotAddComplication() local
149 registrant.start(); in complicationAvailability_serviceAvailable_noFavorites_doNotAddComplication()
159 final DreamHomeControlsComplication.Registrant registrant = in complicationAvailability_serviceAvailable_noFavorites_panel_addComplication() local
162 registrant.start(); in complicationAvailability_serviceAvailable_noFavorites_panel_addComplication()
172 final DreamHomeControlsComplication.Registrant registrant = in complicationAvailability_serviceNotAvailable_haveFavorites_doNotAddComplication() local
175 registrant.start(); in complicationAvailability_serviceNotAvailable_haveFavorites_doNotAddComplication()
185 final DreamHomeControlsComplication.Registrant registrant = in complicationAvailability_serviceAvailable_haveFavorites_addComplication() local
188 registrant.start(); in complicationAvailability_serviceAvailable_haveFavorites_addComplication()
[all …]
DDreamClockTimeComplicationTest.java97 final DreamClockTimeComplication.Registrant registrant = in testComplicationAdded() local
102 registrant.start(); in testComplicationAdded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java2939 Registrant registrant = new Registrant(h, what, obj); in registerForPhysicalChannelConfig() local
2940 mPhysicalChannelConfigRegistrants.add(registrant); in registerForPhysicalChannelConfig()
2944 registrant.notifyRegistrant(new AsyncResult(null, physicalChannelConfigs, null)); in registerForPhysicalChannelConfig()