Searched refs:ExponentNotificationIntentService (Results 1 – 3 of 3) sorted by relevance
6 import host.exp.exponent.notifications.ExponentNotificationIntentService in <lambda>()10 class FcmRegistrationIntentService : ExponentNotificationIntentService(TAG) { in <lambda>()
22 abstract class ExponentNotificationIntentService(name: String?) : IntentService(name) { class43 NativeModuleDepsProvider.instance.inject(ExponentNotificationIntentService::class.java, this) in getToken()137 private val TAG = ExponentNotificationIntentService::class.java.simpleName
97 ExponentNotificationIntentService.DEVICE_PUSH_TOKEN_KEY, in getPushNotificationToken()100 …nces.ExponentSharedPreferencesKey.FCM_TOKEN_KEY) != null || ExponentNotificationIntentService.hasT… in getPushNotificationToken()