Home
last modified time | relevance | path

Searched refs:ExponentNotificationIntentService (Results 1 – 3 of 3) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/fcm/
H A DFcmRegistrationIntentService.kt6 import host.exp.exponent.notifications.ExponentNotificationIntentService in <lambda>()
10 class FcmRegistrationIntentService : ExponentNotificationIntentService(TAG) { in <lambda>()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationIntentService.kt22 abstract class ExponentNotificationIntentService(name: String?) : IntentService(name) { class
43 NativeModuleDepsProvider.instance.inject(ExponentNotificationIntentService::class.java, this) in getToken()
137 private val TAG = ExponentNotificationIntentService::class.java.simpleName
H A DNotificationHelper.kt97 ExponentNotificationIntentService.DEVICE_PUSH_TOKEN_KEY, in getPushNotificationToken()
100 …nces.ExponentSharedPreferencesKey.FCM_TOKEN_KEY) != null || ExponentNotificationIntentService.hasT… in getPushNotificationToken()