Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl79 void allowAssistantAdjustment(String adjustmentType); in allowAssistantAdjustment() method
DNotificationManager.java1390 public void allowAssistantAdjustment(String capability) { in allowAssistantAdjustment() method in NotificationManager
1393 service.allowAssistantAdjustment(capability); in allowAssistantAdjustment()
/frameworks/base/api/
Dtest-lint-baseline.txt640 MissingNullability: android.app.NotificationManager#allowAssistantAdjustment(String) parameter #0:
Dtest-current.txt465 method public void allowAssistantAdjustment(String);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3693 public void allowAssistantAdjustment(String adjustmentType) {