| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/emitting/ |
| H A D | NotificationsEmitter.kt | 10 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 D | ChannelAwareNotificationBuilder.java | 4 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 D | ChannelAwareNotificationBuilder.java | 4 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 D | ChannelAwareNotificationBuilder.java | 4 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 D | ChannelAwareNotificationBuilder.java | 4 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 D | NotificationManager.java | 16 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 D | NotificationsEmitter.java | 14 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 D | NotificationsEmitter.java | 14 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 D | NotificationsEmitter.java | 14 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 D | NotificationsPackage.java | 12 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 D | LocationTaskService.java | 7 import android.app.NotificationManager; 120 …NotificationManager 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 D | LocationTaskService.java | 7 import android.app.NotificationManager; 120 …NotificationManager 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 D | LocationTaskService.java | 7 import android.app.NotificationManager; 120 …NotificationManager 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 D | LocationTaskService.java | 7 import android.app.NotificationManager; 120 …NotificationManager 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 D | ExpoHandlingDelegate.kt | 10 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 D | ExpoHandlingDelegate.kt | 10 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 D | ExpoHandlingDelegate.kt | 10 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 D | ExpoHandlingDelegate.kt | 10 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 D | NotificationsHandler.kt | 13 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 D | NotificationManager.java | 7 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 D | NotificationsHandler.java | 19 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 D | NotificationsHandler.java | 19 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 D | NotificationsHandler.java | 19 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 D | android-packages-to-keep.txt | 17 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 D | NotificationPermissionsModule.kt | 4 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>()
|