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

  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 118 .setCategory(Notification.CATEGORY_MESSAGE)
  /developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java 62 assertEquals(Notification.CATEGORY_MESSAGE, notification.category);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 118 .setCategory(Notification.CATEGORY_MESSAGE)
  /developers/samples/android/notification/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java 62 assertEquals(Notification.CATEGORY_MESSAGE, notification.category);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java 118 .setCategory(Notification.CATEGORY_MESSAGE)
  /frameworks/support/v4/api21/android/support/v4/app/
NotificationCompatApi21.java 32 public static final String CATEGORY_MESSAGE = Notification.CATEGORY_MESSAGE;
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeFiltering.java 218 return record.isCategory(Notification.CATEGORY_MESSAGE) || isDefaultMessagingApp(record);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java 818 .setCategory(Notification.CATEGORY_MESSAGE
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java 415 notifBuilder.setCategory(Notification.CATEGORY_MESSAGE);
679 private static final String CATEGORY_MESSAGE = "msg";
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 379 public static final String CATEGORY_MESSAGE = NotificationCompatApi21.CATEGORY_MESSAGE;
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 590 public static final String CATEGORY_MESSAGE = "msg";
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 283 milliseconds