Searched refs:ZenServiceListing (Results 1 – 3 of 3) sorted by relevance
40 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 = new166 ZenServiceListing.Callback() {
46 import com.android.settings.utils.ZenServiceListing;58 private ZenServiceListing mServiceListing;65 mServiceListing = new ZenServiceListing(mContext, CONFIG); in onCreate()
36 public class ZenServiceListing { class44 public ZenServiceListing(Context context, ManagedServiceSettings.Config config) { in ZenServiceListing() method in ZenServiceListing