Home
last modified time | relevance | path

Searched defs:mobileNetworkCode (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-cellular/build/
H A DCellular.d.ts94 export declare const mobileNetworkCode: string | null; constant
H A DExpoCellular.web.d.ts7 readonly mobileNetworkCode: null; constant
H A DCellular.js103 export const mobileNetworkCode = ExpoCellular constant
/expo/packages/expo-cellular/src/
H A DCellular.ts115 export const mobileNetworkCode: string | null = ExpoCellular constant
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js688 mobileNetworkCode: { type: 'object', mock: null }, property