HomeSort by relevance Sort by last modified time
    Searched refs:channelImportance (Results 1 - 5 of 5) sorted by null

  /developers/build/prebuilts/gradle/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
NotificationUtil.java 45 int channelImportance = mockNotificationData.getChannelImportance();
52 new NotificationChannel(channelId, channelName, channelImportance);
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/util/
NotificationUtil.java 52 int channelImportance = mockNotificationData.getChannelImportance();
59 new NotificationChannel(channelId, channelName, channelImportance);
  /developers/samples/android/wearable/wear/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
NotificationUtil.java 45 int channelImportance = mockNotificationData.getChannelImportance();
52 new NotificationChannel(channelId, channelName, channelImportance);
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
NotificationsActivity.java 289 int channelImportance = mockNotificationData.getChannelImportance();
296 new NotificationChannel(channelId, channelName, channelImportance);
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
NotificationsActivity.java 319 int channelImportance = mockNotificationData.getChannelImportance();
326 new NotificationChannel(channelId, channelName, channelImportance);

Completed in 83 milliseconds