Searched refs:DevLauncherRecentlyOpenedAppsRegistry (Results 1 – 4 of 4) sorted by relevance
17 … val registry = DevLauncherRecentlyOpenedAppsRegistry(ApplicationProvider.getApplicationContext()) in adds app to registry()30 mockkObject(DevLauncherRecentlyOpenedAppsRegistry.TimeHelper) in removes app from registry after 3 days have elapsed()32 DevLauncherRecentlyOpenedAppsRegistry.TimeHelper.getCurrentTime() in removes app from registry after 3 days have elapsed()36 … val registry = DevLauncherRecentlyOpenedAppsRegistry(ApplicationProvider.getApplicationContext()) in removes app from registry after 3 days have elapsed()
9 import expo.modules.devlauncher.launcher.DevLauncherRecentlyOpenedAppsRegistry16 val timestamp: Long = DevLauncherRecentlyOpenedAppsRegistry.TimeHelper.getCurrentTime()
22 class DevLauncherRecentlyOpenedAppsRegistry(context: Context) { in <lambda>() class
72 private val recentlyOpedAppsRegistry = DevLauncherRecentlyOpenedAppsRegistry(context) in <lambda>()