Home
last modified time | relevance | path

Searched refs:LauncherActivity (Results 1 – 6 of 6) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DLauncherActivity.kt19 class LauncherActivity : Activity() { class
37 NativeModuleDepsProvider.instance.inject(LauncherActivity::class.java, this) in onCreate()
H A DExpoApplication.kt39 KernelConstants.MAIN_ACTIVITY_CLASS = LauncherActivity::class.java in onCreate()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DErrorActivity.kt15 import host.exp.exponent.LauncherActivity
72 startActivity(Intent(this, LauncherActivity::class.java)) in onClickHome()
H A DExperienceActivity.kt680 val homeIntent = Intent(this, LauncherActivity::class.java) in <lambda>()
/expo/fastlane/
H A DFastfile323 adb(command: "shell am start -n host.exp.exponent/host.exp.exponent.LauncherActivity")
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt870 …if (taskInfo.numActivities == 1 && (taskInfo.topActivity!!.className == LauncherActivity::class.ja… in <lambda>()