Searched refs:ZenServiceListing (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Settings/src/com/android/settings/notification/zen/ |
D | ZenRuleSelectionDialog.java | 43 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() {
|
D | ZenModeAutomationSettings.java | 36 import com.android.settings.utils.ZenServiceListing; 65 ZenServiceListing serviceListing = new ZenServiceListing(getContext(), CONFIG); in createPreferenceControllers() 71 Fragment parent, ZenServiceListing serviceListing, Lifecycle lifecycle) { in buildPreferenceControllers()
|
D | ZenModeAddAutomaticRulePreferenceController.java | 26 import com.android.settings.utils.ZenServiceListing; 34 private final ZenServiceListing mZenServiceListing; 37 ZenServiceListing serviceListing, Lifecycle lifecycle) { in ZenModeAddAutomaticRulePreferenceController()
|
D | ZenRulePreference.java | 35 import com.android.settings.utils.ZenServiceListing; 49 final ZenServiceListing mServiceListing; 71 mServiceListing = new ZenServiceListing(mContext, CONFIG); in ZenRulePreference()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | ZenRuleSelectionDialog.java | 43 import com.android.car.developeroptions.utils.ZenServiceListing; 55 private static ZenServiceListing mServiceListing; 77 listener, ZenServiceListing serviceListing) { in show() 191 private final ZenServiceListing.Callback mServiceListingCallback = new 192 ZenServiceListing.Callback() {
|
D | ZenModeAddAutomaticRulePreferenceController.java | 26 import com.android.car.developeroptions.utils.ZenServiceListing; 34 private final ZenServiceListing mZenServiceListing; 37 ZenServiceListing serviceListing, Lifecycle lifecycle) { in ZenModeAddAutomaticRulePreferenceController()
|
D | ZenModeAutomationSettings.java | 37 import com.android.car.developeroptions.utils.ZenServiceListing; 67 ZenServiceListing serviceListing = new ZenServiceListing(getContext(), CONFIG); in createPreferenceControllers() 73 Fragment parent, ZenServiceListing serviceListing, Lifecycle lifecycle) { in buildPreferenceControllers()
|
D | ZenRulePreference.java | 35 import com.android.car.developeroptions.utils.ZenServiceListing; 49 final ZenServiceListing mServiceListing; 71 mServiceListing = new ZenServiceListing(mContext, CONFIG); in ZenRulePreference()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/utils/ |
D | ZenServiceListing.java | 35 public class ZenServiceListing { class 43 public ZenServiceListing(Context context, ManagedServiceSettings.Config config) { in ZenServiceListing() method in ZenServiceListing
|
/packages/apps/Settings/src/com/android/settings/utils/ |
D | ZenServiceListing.java | 35 public class ZenServiceListing { class 43 public ZenServiceListing(Context context, ManagedServiceSettings.Config config) { in ZenServiceListing() method in ZenServiceListing
|