Home
last modified time | relevance | path

Searched refs:getActionReloadExperience (Results 1 – 2 of 2) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExponentIntentService.kt69 @JvmStatic fun getActionReloadExperience(context: Context, manifestUrl: String): Intent { in getActionReloadExperience() method
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt694 …ExponentIntentService.getActionReloadExperience(this, manifestUrl!!), PendingIntent.FLAG_UPDATE_CU… in <lambda>()