Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.js6 …ION_ICON = exports.META_DATA_NOTIFICATION_ICON_COLOR = exports.META_DATA_NOTIFICATION_ICON = void …
58 const META_DATA_NOTIFICATION_ICON = 'expo.modules.notifications.default_notification_icon'; constant
59 exports.META_DATA_NOTIFICATION_ICON = META_DATA_NOTIFICATION_ICON;
117 …addMetaDataItemToMainApplication(mainApplication, META_DATA_NOTIFICATION_ICON, NOTIFICATION_ICON_R…
119 removeMetaDataItemFromMainApplication(mainApplication, META_DATA_NOTIFICATION_ICON);
H A DwithAndroidNotifications.d.ts4 export declare const META_DATA_NOTIFICATION_ICON = "expo.modules.notifications.default_notification… constant
H A DwithAndroidNotifications.js.map1META_DATA_NOTIFICATION_ICON","exports","META_DATA_NOTIFICATION_ICON_COLOR","NOTIFICATION_ICON","NO…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/
H A DwithAndroidNotifications-test.ts14 META_DATA_NOTIFICATION_ICON,
134 (e) => e.$['android:name'] === META_DATA_NOTIFICATION_ICON
156 (e) => e.$['android:name'] === META_DATA_NOTIFICATION_ICON
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts24 export const META_DATA_NOTIFICATION_ICON = 'expo.modules.notifications.default_notification_icon'; constant
84 META_DATA_NOTIFICATION_ICON,
89 removeMetaDataItemFromMainApplication(mainApplication, META_DATA_NOTIFICATION_ICON);
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js3 …ION_ICON = exports.META_DATA_NOTIFICATION_ICON_COLOR = exports.META_DATA_NOTIFICATION_ICON = expor…
20 exports.META_DATA_NOTIFICATION_ICON = 'expo.modules.notifications.default_notification_icon';
97 …addMetaDataItemToMainApplication(mainApplication, exports.META_DATA_NOTIFICATION_ICON, exports.NOT…
100 removeMetaDataItemFromMainApplication(mainApplication, exports.META_DATA_NOTIFICATION_ICON);
H A DwithNotificationsAndroid.d.ts11 export declare const META_DATA_NOTIFICATION_ICON = "expo.modules.notifications.default_notification… constant
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts35 export const META_DATA_NOTIFICATION_ICON = 'expo.modules.notifications.default_notification_icon'; constant
127 META_DATA_NOTIFICATION_ICON,
132 removeMetaDataItemFromMainApplication(mainApplication, META_DATA_NOTIFICATION_ICON);