Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/
H A DJSONNotificationContentBuilder.java39 .setSubtitle(getSubtitle(payload)) in setPayload()
79 protected String getSubtitle(JSONObject payload) { in getSubtitle() method in JSONNotificationContentBuilder
H A DNotificationSerializer.java67 serializedContent.putString("subtitle", content.getSubtitle()); in toBundle()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/
H A DJSONNotificationContentBuilder.java39 .setSubtitle(getSubtitle(payload)) in setPayload()
79 protected String getSubtitle(JSONObject payload) { in getSubtitle() method in JSONNotificationContentBuilder
H A DNotificationSerializer.java67 serializedContent.putString("subtitle", content.getSubtitle()); in toBundle()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/
H A DJSONNotificationContentBuilder.java39 .setSubtitle(getSubtitle(payload)) in setPayload()
79 protected String getSubtitle(JSONObject payload) { in getSubtitle() method in JSONNotificationContentBuilder
H A DNotificationSerializer.java67 serializedContent.putString("subtitle", content.getSubtitle()); in toBundle()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/
H A DJSONNotificationContentBuilder.java39 .setSubtitle(getSubtitle(payload)) in setPayload()
79 protected String getSubtitle(JSONObject payload) { in getSubtitle() method in JSONNotificationContentBuilder
H A DNotificationSerializer.java67 serializedContent.putString("subtitle", content.getSubtitle()); in toBundle()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java56 builder.setSubText(content.getSubtitle()); in createBuilder()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java56 builder.setSubText(content.getSubtitle()); in createBuilder()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java56 builder.setSubText(content.getSubtitle()); in createBuilder()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java56 builder.setSubText(content.getSubtitle()); in createBuilder()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java64 public String getSubtitle() { in getSubtitle() method in NotificationContent