Home
last modified time | relevance | path

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

/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/selectionpolicy/
H A DLauncherSelectionPolicySingleUpdate.kt10 class LauncherSelectionPolicySingleUpdate(private val updateID: UUID) : LauncherSelectionPolicy { constant in expo.modules.updates.selectionpolicy.LauncherSelectionPolicySingleUpdate
15 return updates.find { it.id == updateID } in selectUpdateToLaunch()
/expo/packages/expo-updates/e2e/fixtures/
H A DUpdates.e2e.ts843 const updateID = await testElementValueAsync('updateID'); constant
861 jestExpect(updateID2).toEqual(updateID);
996 let updateID = await testElementValueAsync('updateID'); variable
997 jestExpect(updateID).toEqual(manifest.id);
1010 updateID = await testElementValueAsync('updateID');
1011 jestExpect(updateID).toEqual(manifest.id);
H A DApp.tsx172 <TestValue testID="updateID" value={`${Updates.updateId}`} />