Searched defs:KEY_FLAGS (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2985 private static final String KEY_FLAGS = "flags"; field in class:NotificationCompat.Action.WearableExtender
3019 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS);
3036 wearableBundle.putInt(KEY_FLAGS, mFlags);
3336 private static final String KEY_FLAGS = "flags"; field in class:NotificationCompat.WearableExtender
3408 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS);
3459 wearableBundle.putInt(KEY_FLAGS, mFlags);
/frameworks/base/core/java/android/app/
H A DNotification.java1572 private static final String KEY_FLAGS = "flags"; field in class:Notification.Action.WearableExtender
1606 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS);
1623 wearableBundle.putInt(KEY_FLAGS, mFlags);
7176 private static final String KEY_FLAGS = "flags"; field in class:Notification.WearableExtender
7235 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS);
7273 wearableBundle.putInt(KEY_FLAGS, mFlags);

Completed in 43 milliseconds