Home
last modified time | relevance | path

Searched defs:backend (Results 1 – 25 of 75) sorted by relevance

123

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DBubblePreferenceController.java41 public BubblePreferenceController(Context context, NotificationBackend backend) { in BubblePreferenceController()
46 NotificationBackend backend) { in BubblePreferenceController()
124 NotificationBackend backend = new NotificationBackend(); in revertBubblesApproval() local
134 NotificationBackend backend = new NotificationBackend(); in applyBubblesApproval() local
DDeletedChannelsPreferenceController.java31 public DeletedChannelsPreferenceController(Context context, NotificationBackend backend) { in DeletedChannelsPreferenceController()
DSilentStatusBarPreferenceController.java41 void setBackend(NotificationBackend backend) { in setBackend()
DBubbleSummaryPreferenceController.java38 public BubbleSummaryPreferenceController(Context context, NotificationBackend backend) { in BubbleSummaryPreferenceController()
DDndPreferenceController.java32 public DndPreferenceController(Context context, NotificationBackend backend) { in DndPreferenceController()
DVibrationPreferenceController.java34 public VibrationPreferenceController(Context context, NotificationBackend backend) { in VibrationPreferenceController()
DAssistantCapabilityPreferenceController.java40 void setBackend(NotificationBackend backend) { in setBackend()
DLightsPreferenceController.java33 public LightsPreferenceController(Context context, NotificationBackend backend) { in LightsPreferenceController()
DHighImportancePreferenceController.java38 NotificationBackend backend) { in HighImportancePreferenceController()
DMinImportancePreferenceController.java38 NotificationBackend backend) { in MinImportancePreferenceController()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DConfigureNotificationSettingsTest.java54 NotificationBackend backend = mock(NotificationBackend.class); in getSummary_noneBlocked() local
71 NotificationBackend backend = mock(NotificationBackend.class); in getSummary_someBlocked() local
/packages/apps/Settings/src/com/android/settings/notification/
DBubblePreferenceController.java47 NotificationBackend backend, boolean isAppPage) { in BubblePreferenceController()
123 NotificationBackend backend = new NotificationBackend(); in revertBubblesApproval() local
133 NotificationBackend backend = new NotificationBackend(); in applyBubblesApproval() local
DDeletedChannelsPreferenceController.java31 public DeletedChannelsPreferenceController(Context context, NotificationBackend backend) { in DeletedChannelsPreferenceController()
DGentleNotificationsPreferenceController.java40 void setBackend(NotificationBackend backend) { in setBackend()
DDndPreferenceController.java32 public DndPreferenceController(Context context, NotificationBackend backend) { in DndPreferenceController()
DAssistantCapabilityPreferenceController.java40 void setBackend(NotificationBackend backend) { in setBackend()
DBubbleSummaryPreferenceController.java41 public BubbleSummaryPreferenceController(Context context, NotificationBackend backend) { in BubbleSummaryPreferenceController()
DVibrationPreferenceController.java34 public VibrationPreferenceController(Context context, NotificationBackend backend) { in VibrationPreferenceController()
DLightsPreferenceController.java33 public LightsPreferenceController(Context context, NotificationBackend backend) { in LightsPreferenceController()
DMinImportancePreferenceController.java38 NotificationBackend backend) { in MinImportancePreferenceController()
/packages/apps/Settings/src/com/android/settings/dream/
DDreamSettings.java120 DreamBackend backend = DreamBackend.getInstance(context); in getSummaryTextWithDreamName() local
125 static CharSequence getSummaryTextFromBackend(DreamBackend backend, Context context) { in getSummaryTextFromBackend()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/dream/
DDreamSettings.java120 DreamBackend backend = DreamBackend.getInstance(context); in getSummaryTextWithDreamName() local
125 static CharSequence getSummaryTextFromBackend(DreamBackend backend, Context context) { in getSummaryTextFromBackend()
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
DCancelJobTask.java31 CancelJobTask(Backend backend, int jobId) { in CancelJobTask()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/connecteddevice/usb/
DUsbDetailsController.java41 public UsbDetailsController(Context context, UsbDetailsFragment fragment, UsbBackend backend) { in UsbDetailsController()
/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/
DUsbDetailsController.java41 public UsbDetailsController(Context context, UsbDetailsFragment fragment, UsbBackend backend) { in UsbDetailsController()

123