Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java168 private void writeObject(java.io.ObjectOutputStream out) throws IOException { in writeObject() method in NotificationContent
169 out.writeObject(mTitle); in writeObject()
170 out.writeObject(mText); in writeObject()
171 out.writeObject(mSubtitle); in writeObject()
172 out.writeObject(mBadgeCount); in writeObject()
174 out.writeObject(mSound == null ? null : mSound.toString()); in writeObject()
184 out.writeObject(mBody != null ? mBody.toString() : null); in writeObject()
185 out.writeObject(mPriority != null ? mPriority.getNativeValue() : null); in writeObject()
186 out.writeObject(mColor); in writeObject()
188 out.writeObject(mCategoryId != null ? mCategoryId.toString() : null); in writeObject()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/
H A DBase64Serialization.kt16 objectOutputStream.writeObject(this) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/
H A DBase64Serialization.kt16 objectOutputStream.writeObject(this) in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/
H A DBase64Serialization.kt16 objectOutputStream.writeObject(this) in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/
H A DBase64Serialization.kt16 objectOutputStream.writeObject(this) in <lambda>()