Home
last modified time | relevance | path

Searched refs:ZenServiceListing (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenModeAddAutomaticRulePreferenceController.java26 import com.android.settings.utils.ZenServiceListing;
34 private final ZenServiceListing mZenServiceListing;
37 ZenServiceListing serviceListing, Lifecycle lifecycle) { in ZenModeAddAutomaticRulePreferenceController()
H A DZenModeAutomationSettings.java36 import com.android.settings.utils.ZenServiceListing;
65 ZenServiceListing serviceListing = new ZenServiceListing(getContext(), CONFIG); in createPreferenceControllers()
71 Fragment parent, ZenServiceListing serviceListing, Lifecycle lifecycle) { in buildPreferenceControllers()
H A DZenRuleSelectionDialog.java43 import com.android.settings.utils.ZenServiceListing;
55 private static ZenServiceListing mServiceListing;
77 listener, ZenServiceListing serviceListing) { in show()
191 private final ZenServiceListing.Callback mServiceListingCallback = new
192 ZenServiceListing.Callback() {
H A DZenRulePreference.java35 import com.android.settings.utils.ZenServiceListing;
49 final ZenServiceListing mServiceListing;
71 mServiceListing = new ZenServiceListing(mContext, CONFIG); in ZenRulePreference()
/aosp12/packages/apps/Settings/src/com/android/settings/utils/
H A DZenServiceListing.java35 public class ZenServiceListing { class
43 public ZenServiceListing(Context context, ManagedServiceSettings.Config config) { in ZenServiceListing() method in ZenServiceListing