Home
last modified time | relevance | path

Searched refs:NotificationManager (Results 1 – 25 of 39) sorted by relevance

12

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/emitting/
H A DNotificationsEmitter.kt10 import expo.modules.notifications.notifications.interfaces.NotificationManager
19 private lateinit var notificationManager: NotificationManager
32 …ext.legacyModuleRegistry.getSingletonModule("NotificationManager", NotificationManager::class.java… in <lambda>()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DChannelAwareNotificationBuilder.java4 import android.app.NotificationManager;
31 private final static int FALLBACK_CHANNEL_IMPORTANCE = NotificationManager.IMPORTANCE_HIGH;
122 private NotificationManager getNotificationManager() { in getNotificationManager()
123 return (NotificationManager) getContext().getSystemService(Context.NOTIFICATION_SERVICE); in getNotificationManager()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DChannelAwareNotificationBuilder.java4 import android.app.NotificationManager;
31 private final static int FALLBACK_CHANNEL_IMPORTANCE = NotificationManager.IMPORTANCE_HIGH;
122 private NotificationManager getNotificationManager() { in getNotificationManager()
123 return (NotificationManager) getContext().getSystemService(Context.NOTIFICATION_SERVICE); in getNotificationManager()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DChannelAwareNotificationBuilder.java4 import android.app.NotificationManager;
31 private final static int FALLBACK_CHANNEL_IMPORTANCE = NotificationManager.IMPORTANCE_HIGH;
122 private NotificationManager getNotificationManager() { in getNotificationManager()
123 return (NotificationManager) getContext().getSystemService(Context.NOTIFICATION_SERVICE); in getNotificationManager()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DChannelAwareNotificationBuilder.java4 import android.app.NotificationManager;
31 private final static int FALLBACK_CHANNEL_IMPORTANCE = NotificationManager.IMPORTANCE_HIGH;
122 private NotificationManager getNotificationManager() { in getNotificationManager()
123 return (NotificationManager) getContext().getSystemService(Context.NOTIFICATION_SERVICE); in getNotificationManager()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/
H A DNotificationManager.java16 public class NotificationManager implements SingletonModule, expo.modules.notifications.notificatio… class
26 public NotificationManager() { in NotificationManager() method in NotificationManager
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/emitting/
H A DNotificationsEmitter.java14 import expo.modules.notifications.notifications.interfaces.NotificationManager;
25 private NotificationManager mNotificationManager;
44 …ationManager = moduleRegistry.getSingletonModule("NotificationManager", NotificationManager.class); in onCreate()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/emitting/
H A DNotificationsEmitter.java14 import expo.modules.notifications.notifications.interfaces.NotificationManager;
25 private NotificationManager mNotificationManager;
44 …ationManager = moduleRegistry.getSingletonModule("NotificationManager", NotificationManager.class); in onCreate()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/emitting/
H A DNotificationsEmitter.java14 import expo.modules.notifications.notifications.interfaces.NotificationManager;
25 private NotificationManager mNotificationManager;
44 …ationManager = moduleRegistry.getSingletonModule("NotificationManager", NotificationManager.class); in onCreate()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/
H A DNotificationsPackage.java12 import expo.modules.notifications.notifications.NotificationManager;
23 new NotificationManager() in createSingletonModules()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/services/
H A DLocationTaskService.java7 import android.app.NotificationManager;
120NotificationManager notificationManager = (NotificationManager) getSystemService(Activity.NOTIFICA… in prepareChannel()
127 channel = new NotificationChannel(id, appName, NotificationManager.IMPORTANCE_LOW); in prepareChannel()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/location/services/
H A DLocationTaskService.java7 import android.app.NotificationManager;
120NotificationManager notificationManager = (NotificationManager) getSystemService(Activity.NOTIFICA… in prepareChannel()
127 channel = new NotificationChannel(id, appName, NotificationManager.IMPORTANCE_LOW); in prepareChannel()
/expo/packages/expo-location/android/src/main/java/expo/modules/location/services/
H A DLocationTaskService.java7 import android.app.NotificationManager;
120NotificationManager notificationManager = (NotificationManager) getSystemService(Activity.NOTIFICA… in prepareChannel()
127 channel = new NotificationChannel(id, appName, NotificationManager.IMPORTANCE_LOW); in prepareChannel()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/location/services/
H A DLocationTaskService.java7 import android.app.NotificationManager;
120NotificationManager notificationManager = (NotificationManager) getSystemService(Activity.NOTIFICA… in prepareChannel()
127 channel = new NotificationChannel(id, appName, NotificationManager.IMPORTANCE_LOW); in prepareChannel()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegate.kt10 import expo.modules.notifications.notifications.NotificationManager in <lambda>()
29 …protected var sListenersReferences = WeakHashMap<NotificationManager, WeakReference<NotificationMa… in <lambda>()
41 fun addListener(listener: NotificationManager) { in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegate.kt10 import expo.modules.notifications.notifications.NotificationManager in <lambda>()
29 …protected var sListenersReferences = WeakHashMap<NotificationManager, WeakReference<NotificationMa… in <lambda>()
41 fun addListener(listener: NotificationManager) { in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegate.kt10 import expo.modules.notifications.notifications.NotificationManager in <lambda>()
29 …protected var sListenersReferences = WeakHashMap<NotificationManager, WeakReference<NotificationMa… in <lambda>()
41 fun addListener(listener: NotificationManager) { in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegate.kt10 import expo.modules.notifications.notifications.NotificationManager in <lambda>()
29 …protected var sListenersReferences = WeakHashMap<NotificationManager, WeakReference<NotificationMa… in <lambda>()
41 fun addListener(listener: NotificationManager) { in <lambda>()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.kt13 import expo.modules.notifications.notifications.interfaces.NotificationManager
42 private lateinit var notificationManager: NotificationManager
65 …reNotNull(moduleRegistry.getSingletonModule("NotificationManager", NotificationManager::class.java… in <lambda>()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/interfaces/
H A DNotificationManager.java7 public interface NotificationManager { interface
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java19 import expo.modules.notifications.notifications.interfaces.NotificationManager;
40 private NotificationManager mNotificationManager;
70 …ationManager = moduleRegistry.getSingletonModule("NotificationManager", NotificationManager.class); in onCreate()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java19 import expo.modules.notifications.notifications.interfaces.NotificationManager;
40 private NotificationManager mNotificationManager;
70 …ationManager = moduleRegistry.getSingletonModule("NotificationManager", NotificationManager.class); in onCreate()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java19 import expo.modules.notifications.notifications.interfaces.NotificationManager;
40 private NotificationManager mNotificationManager;
70 …ationManager = moduleRegistry.getSingletonModule("NotificationManager", NotificationManager.class); in onCreate()
/expo/tools/src/versioning/android/
H A Dandroid-packages-to-keep.txt17 expo.modules.notifications.notifications.interfaces.NotificationManager
20 expo.modules.notifications.notifications.NotificationManager
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/permissions/
H A DNotificationPermissionsModule.kt4 import android.app.NotificationManager in <lambda>()
61 …otificationManager = context.getSystemService(Context.NOTIFICATION_SERVICE) as? NotificationManager in <lambda>()
98 …otificationManager = context.getSystemService(Context.NOTIFICATION_SERVICE) as? NotificationManager in <lambda>()

12