Home
last modified time | relevance | path

Searched refs:getTitle (Results 1 – 25 of 51) sorted by relevance

123

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI48_0_0ConnectionDemux.cpp43 inspectedContexts_->insert(conn->getTitle()); in LocalConnection()
53 inspectedContexts_->erase(conn_->getTitle()); in disconnect()
78 if (it->second->getTitle() == title) { in enableDebugging()
112 conn->getTitle(), "Hermes", std::move(connectFunc)); in addPage()
122 std::string title = conn->getTitle(); in removePage()
H A DABI48_0_0Connection.h42 std::string getTitle() const;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI49_0_0ConnectionDemux.cpp43 inspectedContexts_->insert(conn->getTitle()); in LocalConnection()
53 inspectedContexts_->erase(conn_->getTitle()); in disconnect()
78 if (it->second->getTitle() == title) { in enableDebugging()
112 conn->getTitle(), "Hermes", std::move(connectFunc)); in addPage()
122 std::string title = conn->getTitle(); in removePage()
H A DABI49_0_0Connection.h42 std::string getTitle() const;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI47_0_0ConnectionDemux.cpp44 inspectedContexts_->insert(conn->getTitle()); in LocalConnection()
54 inspectedContexts_->erase(conn_->getTitle()); in disconnect()
79 if (it->second->getTitle() == title) { in enableDebugging()
125 conn->getTitle(), "Hermes", std::move(connectFunc)); in addPage()
H A DABI47_0_0Connection.h42 std::string getTitle() const;
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java69 … return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).build(); in buildButtonAction()
78 …return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).addRemote… in buildTextInputAction()
H A DExpoNotificationBuilder.java54 builder.setContentTitle(content.getTitle()); in createBuilder()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java69 … return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).build(); in buildButtonAction()
78 …return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).addRemote… in buildTextInputAction()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java69 … return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).build(); in buildButtonAction()
78 …return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).addRemote… in buildTextInputAction()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java69 … return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).build(); in buildButtonAction()
78 …return new NotificationCompat.Action.Builder(super.getIcon(), action.getTitle(), intent).addRemote… in buildTextInputAction()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationAction.java56 public String getTitle() { in getTitle() method in NotificationAction
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/
H A DJSONNotificationContentBuilder.java38 this.setTitle(getTitle(payload)) in setPayload()
63 protected String getTitle(JSONObject payload) { in getTitle() method in JSONNotificationContentBuilder
H A DRemoteMessageSerializer.java93 serializedNotification.putString("title", notification.getTitle()); in toBundle()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/
H A DJSONNotificationContentBuilder.java38 this.setTitle(getTitle(payload)) in setPayload()
63 protected String getTitle(JSONObject payload) { in getTitle() method in JSONNotificationContentBuilder
H A DRemoteMessageSerializer.java93 serializedNotification.putString("title", notification.getTitle()); in toBundle()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/
H A DJSONNotificationContentBuilder.java38 this.setTitle(getTitle(payload)) in setPayload()
63 protected String getTitle(JSONObject payload) { in getTitle() method in JSONNotificationContentBuilder
H A DRemoteMessageSerializer.java93 serializedNotification.putString("title", notification.getTitle()); in toBundle()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/
H A DJSONNotificationContentBuilder.java38 this.setTitle(getTitle(payload)) in setPayload()
63 protected String getTitle(JSONObject payload) { in getTitle() method in JSONNotificationContentBuilder
H A DRemoteMessageSerializer.java93 serializedNotification.putString("title", notification.getTitle()); in toBundle()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/categories/serializers/
H A DExpoNotificationsCategoriesSerializer.java56 serializedAction.putString("buttonTitle", action.getTitle()); in toBundle()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/categories/serializers/
H A DExpoNotificationsCategoriesSerializer.java56 serializedAction.putString("buttonTitle", action.getTitle()); in toBundle()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/categories/serializers/
H A DExpoNotificationsCategoriesSerializer.java56 serializedAction.putString("buttonTitle", action.getTitle()); in toBundle()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/categories/serializers/
H A DExpoNotificationsCategoriesSerializer.java56 serializedAction.putString("buttonTitle", action.getTitle()); in toBundle()
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/
H A DPropsData.kt33 override fun getTitle(): String? { in getTitle() method in expo.modules.maps.MarkerObject

123