Home
last modified time | relevance | path

Searched refs:mSticky (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java36 private boolean mSticky; field in NotificationContent
115 return mSticky; in isSticky()
144 mSticky = in.readByte() == 1; in NotificationContent()
162 dest.writeByte((byte) (mSticky ? 1 : 0)); in writeToParcel()
189 out.writeByte(mSticky ? 1 : 0); in writeObject()
236 mSticky = in.readByte() == 1; in readObject()
256 private boolean mSticky; field in NotificationContent.Builder
333 mSticky = sticky; in setSticky()
352 content.mSticky = mSticky; in build()