Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DZenRuleSelectionDialog.java40 import com.android.settings.utils.ZenServiceListing;
60 private final ZenServiceListing mServiceListing;
62 public ZenRuleSelectionDialog(Context context, ZenServiceListing serviceListing) { in ZenRuleSelectionDialog()
165 private final ZenServiceListing.Callback mServiceListingCallback = new
166 ZenServiceListing.Callback() {
DZenModeAutomationSettings.java46 import com.android.settings.utils.ZenServiceListing;
58 private ZenServiceListing mServiceListing;
65 mServiceListing = new ZenServiceListing(mContext, CONFIG); in onCreate()
/packages/apps/Settings/src/com/android/settings/utils/
DZenServiceListing.java36 public class ZenServiceListing { class
44 public ZenServiceListing(Context context, ManagedServiceSettings.Config config) { in ZenServiceListing() method in ZenServiceListing