Home
last modified time | relevance | path

Searched refs:CELLULAR_3G (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-cellular/build/
H A DCellular.types.d.ts18 CELLULAR_3G = 2, enumerator
H A DExpoCellular.web.js28 return CellularGeneration.CELLULAR_3G;
H A DCellular.types.js.map1 … EHRPD, EVDO, HSPA, HSUPA, HSDPA, and UTMS type connections.\n */\n CELLULAR_3G = 2,\n /**\n …
H A DExpoCellular.web.js.map1 ….CELLULAR_2G;\n case '3g':\n return CellularGeneration.CELLULAR_3G;\n case …
/expo/packages/expo-cellular/src/
H A DCellular.types.ts25 CELLULAR_3G = 2, enumerator
H A DExpoCellular.web.ts29 return CellularGeneration.CELLULAR_3G;
/expo/apps/native-component-list/src/screens/
H A DCellularScreen.tsx66 [Cellular.CellularGeneration.CELLULAR_3G]: '3G',