Home
last modified time | relevance | path

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

/expo/packages/expo-cellular/build/
H A DCellular.types.d.ts14 CELLULAR_2G = 1, enumerator
H A DExpoCellular.web.js26 return CellularGeneration.CELLULAR_2G;
H A DCellular.types.js.map1 …twork. Includes CDMA, EDGE, GPRS, and IDEN type connections.\n */\n CELLULAR_2G = 1,\n /**\n …
H A DExpoCellular.web.js.map1 …se 'slow-2g':\n case '2g':\n return CellularGeneration.CELLULAR_2G;\n case …
/expo/packages/expo-cellular/src/
H A DCellular.types.ts21 CELLULAR_2G = 1, enumerator
H A DExpoCellular.web.ts27 return CellularGeneration.CELLULAR_2G;
/expo/apps/native-component-list/src/screens/
H A DCellularScreen.tsx65 [Cellular.CellularGeneration.CELLULAR_2G]: '2G',