HomeSort by relevance Sort by last modified time
    Searched defs:createNotificationChannelGroup (Results 1 - 16 of 16) sorted by null

  /frameworks/base/services/core/java/com/android/server/notification/
RankingConfig.java 36 void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group,
RankingHelper.java 576 public void createNotificationChannelGroup(String pkg, int uid, NotificationChannelGroup group,
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowNotificationManagerTest.java 59 public void createNotificationChannelGroup() {
60 notificationManager.createNotificationChannelGroup(new NotificationChannelGroup("id", "name"));
111 notificationManager.createNotificationChannelGroup(
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotificationManager.java 94 public void createNotificationChannelGroup(Object /*NotificationChannelGroup*/ group) {
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 166 mNotificationManager.createNotificationChannelGroup(ncg);
192 mNotificationManager.createNotificationChannelGroup(ncg);
193 mNotificationManager.createNotificationChannelGroup(ncg2);
209 mNotificationManager.createNotificationChannelGroup(ncg);
258 mNotificationManager.createNotificationChannelGroup(
278 mNotificationManager.createNotificationChannelGroup(
280 mNotificationManager.createNotificationChannelGroup(
319 mNotificationManager.createNotificationChannelGroup(ncg);
545 mNotificationManager.createNotificationChannelGroup(group);
    [all...]
  /frameworks/base/core/java/android/app/
NotificationManager.java 486 public void createNotificationChannelGroup(@NonNull NotificationChannelGroup group) {
    [all...]
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
RankingHelperTest.java 381 mHelper.createNotificationChannelGroup(PKG, UID, ncg, true);
382 mHelper.createNotificationChannelGroup(PKG, UID, ncg2, true);
443 mHelper.createNotificationChannelGroup(PKG, UID, ncg, true);
444 mHelper.createNotificationChannelGroup(PKG, UID, ncg2, true);
609 mHelper.createNotificationChannelGroup(PKG, UID, ncg, true);
610 mHelper.createNotificationChannelGroup(PKG, UID, ncg2, true);
    [all...]
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 290 milliseconds