Searched refs:updateID (Results 1 – 3 of 3) sorted by relevance
10 class LauncherSelectionPolicySingleUpdate(private val updateID: UUID) : LauncherSelectionPolicy { constant in expo.modules.updates.selectionpolicy.LauncherSelectionPolicySingleUpdate15 return updates.find { it.id == updateID } in selectUpdateToLaunch()
843 const updateID = await testElementValueAsync('updateID'); constant861 jestExpect(updateID2).toEqual(updateID);996 let updateID = await testElementValueAsync('updateID'); variable997 jestExpect(updateID).toEqual(manifest.id);1010 updateID = await testElementValueAsync('updateID');1011 jestExpect(updateID).toEqual(manifest.id);
172 <TestValue testID="updateID" value={`${Updates.updateId}`} />