Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationResponse.java14 private Notification mNotification; field in NotificationResponse
18 mNotification = notification; in NotificationResponse()
30 return mNotification; in getNotification()
52 mNotification = in.readParcelable(getClass().getClassLoader()); in NotificationResponse()
58 dest.writeParcelable(mNotification, 0); in writeToParcel()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/handling/
H A DSingleNotificationHandlerTask.java38 private Notification mNotification; field in SingleNotificationHandlerTask
49 mNotification = notification; in SingleNotificationHandlerTask()
57 return mNotification.getNotificationRequest().getIdentifier(); in getIdentifier()
67 eventBody.putBundle("notification", NotificationSerializer.toBundle(mNotification)); in start()
92 …NotificationsService.Companion.present(mContext, mNotification, mBehavior, new ResultReceiver(mHan… in handleResponse()
117 eventBody.putBundle("notification", NotificationSerializer.toBundle(mNotification)); in handleTimeout()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/handling/
H A DSingleNotificationHandlerTask.java38 private Notification mNotification; field in SingleNotificationHandlerTask
49 mNotification = notification; in SingleNotificationHandlerTask()
57 return mNotification.getNotificationRequest().getIdentifier(); in getIdentifier()
67 eventBody.putBundle("notification", NotificationSerializer.toBundle(mNotification)); in start()
92 …NotificationsService.Companion.present(mContext, mNotification, mBehavior, new ResultReceiver(mHan… in handleResponse()
117 eventBody.putBundle("notification", NotificationSerializer.toBundle(mNotification)); in handleTimeout()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/handling/
H A DSingleNotificationHandlerTask.java38 private Notification mNotification; field in SingleNotificationHandlerTask
49 mNotification = notification; in SingleNotificationHandlerTask()
57 return mNotification.getNotificationRequest().getIdentifier(); in getIdentifier()
67 eventBody.putBundle("notification", NotificationSerializer.toBundle(mNotification)); in start()
92 …NotificationsService.Companion.present(mContext, mNotification, mBehavior, new ResultReceiver(mHan… in handleResponse()
117 eventBody.putBundle("notification", NotificationSerializer.toBundle(mNotification)); in handleTimeout()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/handling/
H A DSingleNotificationHandlerTask.java38 private Notification mNotification; field in SingleNotificationHandlerTask
49 mNotification = notification; in SingleNotificationHandlerTask()
57 return mNotification.getNotificationRequest().getIdentifier(); in getIdentifier()
67 eventBody.putBundle("notification", NotificationSerializer.toBundle(mNotification)); in start()
92 …NotificationsService.Companion.present(mContext, mNotification, mBehavior, new ResultReceiver(mHan… in handleResponse()
117 eventBody.putBundle("notification", NotificationSerializer.toBundle(mNotification)); in handleTimeout()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java15 private Notification mNotification; field in BaseNotificationBuilder
25 mNotification = notification; in setNotification()
40 return mNotification; in getNotification()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java15 private Notification mNotification; field in BaseNotificationBuilder
25 mNotification = notification; in setNotification()
40 return mNotification; in getNotification()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java15 private Notification mNotification; field in BaseNotificationBuilder
25 mNotification = notification; in setNotification()
40 return mNotification; in getNotification()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java15 private Notification mNotification; field in BaseNotificationBuilder
25 mNotification = notification; in setNotification()
40 return mNotification; in getNotification()