Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExponentIntentService.kt18 class ExponentIntentService : IntentService("ExponentIntentService") { class
26 NativeModuleDepsProvider.instance.inject(ExponentIntentService::class.java, this) in onCreate()
70 return Intent(context, ExponentIntentService::class.java).apply { in getActionReloadExperience()
77 return Intent(context, ExponentIntentService::class.java).apply { in getActionStayAwake()
H A DLauncherActivity.kt46 startService(ExponentIntentService.getActionStayAwake(applicationContext)) in onCreate()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt694ExponentIntentService.getActionReloadExperience(this, manifestUrl!!), PendingIntent.FLAG_UPDATE_CU… in <lambda>()