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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java1963 private static final String KEY_FLAGS = "flags"; field in class:NotificationCompat.Action.WearableExtender
1995 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS);
2012 wearableBundle.putInt(KEY_FLAGS, mFlags);
2277 private static final String KEY_FLAGS = "flags"; field in class:NotificationCompat.WearableExtender
2333 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS);
2371 wearableBundle.putInt(KEY_FLAGS, mFlags);
/frameworks/base/core/java/android/app/
H A DNotification.java1117 private static final String KEY_FLAGS = "flags"; field in class:Notification.Action.WearableExtender
1149 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS);
1166 wearableBundle.putInt(KEY_FLAGS, mFlags);
4473 private static final String KEY_FLAGS = "flags"; field in class:Notification.WearableExtender
4526 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS);
4562 wearableBundle.putInt(KEY_FLAGS, mFlags);

Completed in 433 milliseconds