Searched refs:registrant (Results 1 – 4 of 4) sorted by relevance
90 final SmartSpaceComplication.Registrant registrant = getRegistrant(); in testRegistrantStart_doesNotAddComplication() local91 registrant.start(); in testRegistrantStart_doesNotAddComplication()97 final SmartSpaceComplication.Registrant registrant = getRegistrant(); in testRegistrantStart_featureEnabled_addOverlayStateCallback() local98 registrant.start(); in testRegistrantStart_featureEnabled_addOverlayStateCallback()107 final SmartSpaceComplication.Registrant registrant = getRegistrant(); in testRegistrantStart_featureDisabled_doesNotAddOverlayStateCallback() local108 registrant.start(); in testRegistrantStart_featureDisabled_doesNotAddOverlayStateCallback()115 final SmartSpaceComplication.Registrant registrant = getRegistrant(); in testOverlayActive_addsTargetListener() local116 registrant.start(); in testOverlayActive_addsTargetListener()133 final SmartSpaceComplication.Registrant registrant = getRegistrant(); in testOverlayActive_targetsNonEmpty_addsComplication() local134 registrant.start(); in testOverlayActive_targetsNonEmpty_addsComplication()[all …]
133 final DreamHomeControlsComplication.Registrant registrant = in complicationAvailability_serviceNotAvailable_noFavorites_doNotAddComplication() local136 registrant.start(); in complicationAvailability_serviceNotAvailable_noFavorites_doNotAddComplication()146 final DreamHomeControlsComplication.Registrant registrant = in complicationAvailability_serviceAvailable_noFavorites_doNotAddComplication() local149 registrant.start(); in complicationAvailability_serviceAvailable_noFavorites_doNotAddComplication()159 final DreamHomeControlsComplication.Registrant registrant = in complicationAvailability_serviceAvailable_noFavorites_panel_addComplication() local162 registrant.start(); in complicationAvailability_serviceAvailable_noFavorites_panel_addComplication()172 final DreamHomeControlsComplication.Registrant registrant = in complicationAvailability_serviceNotAvailable_haveFavorites_doNotAddComplication() local175 registrant.start(); in complicationAvailability_serviceNotAvailable_haveFavorites_doNotAddComplication()185 final DreamHomeControlsComplication.Registrant registrant = in complicationAvailability_serviceAvailable_haveFavorites_addComplication() local188 registrant.start(); in complicationAvailability_serviceAvailable_haveFavorites_addComplication()[all …]
97 final DreamClockTimeComplication.Registrant registrant = in testComplicationAdded() local102 registrant.start(); in testComplicationAdded()
2939 Registrant registrant = new Registrant(h, what, obj); in registerForPhysicalChannelConfig() local2940 mPhysicalChannelConfigRegistrants.add(registrant); in registerForPhysicalChannelConfig()2944 registrant.notifyRegistrant(new AsyncResult(null, physicalChannelConfigs, null)); in registerForPhysicalChannelConfig()