Home
last modified time | relevance | path

Searched refs:isInForeground (Results 1 – 9 of 9) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DBaseExperienceActivity.kt37 isInForeground = true in onCreate()
50 isInForeground = true in onResume()
86 isInForeground = false in onPause()
H A DReactNativeActivity.kt88 var isInForeground = false in <lambda>() variable in host.exp.exponent.experience.ReactNativeActivity
345 isInForeground = true in <lambda>()
360 if (isCrashed || !delegate.isInForeground) { in <lambda>()
464 if (!delegate.isInForeground) { in <lambda>()
H A DExperienceActivity.kt393 if (!isInForeground) { in <lambda>()
417 if (!isInForeground) { in <lambda>()
511 if (!isInForeground) { in <lambda>()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java62 …boolean isInForeground = ProcessLifecycleOwner.get().getLifecycle().getCurrentState().isAtLeast(Li… in scheduleJob()
64 if (context != null && mTask != null && !isInForeground) { in scheduleJob()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java62 …boolean isInForeground = ProcessLifecycleOwner.get().getLifecycle().getCurrentState().isAtLeast(Li… in scheduleJob()
64 if (context != null && mTask != null && !isInForeground) { in scheduleJob()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java62 …boolean isInForeground = ProcessLifecycleOwner.get().getLifecycle().getCurrentState().isAtLeast(Li… in scheduleJob()
64 if (context != null && mTask != null && !isInForeground) { in scheduleJob()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java62 …boolean isInForeground = ProcessLifecycleOwner.get().getLifecycle().getCurrentState().isAtLeast(Li… in scheduleJob()
64 if (context != null && mTask != null && !isInForeground) { in scheduleJob()
/expo/android/expoview/src/main/java/host/exp/exponent/headless/
H A DInternalHeadlessAppLoader.kt208 override val isInForeground: Boolean = false constant in host.exp.exponent.headless.InternalHeadlessAppLoader
/expo/android/expoview/src/main/java/host/exp/expoview/
H A DExponent.kt314 val isInForeground: Boolean in <lambda>() constant