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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3356 private static final int FLAG_BIG_PICTURE_AMBIENT = 1 << 5; field in class:NotificationCompat.WearableExtender
3997 setFlag(FLAG_BIG_PICTURE_AMBIENT, hintAmbientBigPicture);
4009 return (mFlags & FLAG_BIG_PICTURE_AMBIENT) != 0;
/frameworks/base/core/java/android/app/
H A DNotification.java7196 private static final int FLAG_BIG_PICTURE_AMBIENT = 1 << 5; field in class:Notification.WearableExtender
7784 setFlag(FLAG_BIG_PICTURE_AMBIENT, hintAmbientBigPicture);
7796 return (mFlags & FLAG_BIG_PICTURE_AMBIENT) != 0;

Completed in 72 milliseconds