Home
last modified time | relevance | path

Searched refs:mobileCountryCode (Results 1 – 16 of 16) sorted by relevance

/expo/apps/test-suite/tests/
H A DCellular.js30 const mobileCountryCode = Cellular.mobileCountryCode;
32 expect(mobileCountryCode).toBeDefined();
/expo/packages/expo-cellular/build/
H A DCellular.js83 export const mobileCountryCode = ExpoCellular constant
84 ? ExpoCellular.mobileCountryCode
H A DExpoCellular.web.d.ts6 readonly mobileCountryCode: null; constant
H A DCellular.d.ts77 export declare const mobileCountryCode: string | null; constant
H A DExpoCellular.web.js12 get mobileCountryCode() {
H A DExpoCellular.web.js.map1 … },\n get isoCountryCode(): null {\n return null;\n },\n get mobileCountryCode(): null {\n …
H A DCellular.js.map1mobileCountryCode; // \"310\"\n * ```\n * @deprecated Use [`getMobileCountryCodeAsync()`](#getmobi…
/expo/packages/expo-cellular/src/
H A DCellular.ts94 export const mobileCountryCode: string | null = ExpoCellular constant
95 ? ExpoCellular.mobileCountryCode
H A DExpoCellular.web.ts13 get mobileCountryCode(): null {
/expo/ios/versioned/sdk48/ExpoCellular/
H A DCellularModule.swift29 Self.currentCarrier()?.mobileCountryCode in definition()
87 "mobileCountryCode": carrier?.mobileCountryCode, in getCurrentCellularInfo()
/expo/ios/versioned/sdk47/ExpoCellular/
H A DCellularModule.swift29 Self.currentCarrier()?.mobileCountryCode in definition()
87 "mobileCountryCode": carrier?.mobileCountryCode, in getCurrentCellularInfo()
/expo/ios/versioned/sdk49/ExpoCellular/
H A DCellularModule.swift29 Self.currentCarrier()?.mobileCountryCode in definition()
87 "mobileCountryCode": carrier?.mobileCountryCode, in getCurrentCellularInfo()
/expo/packages/expo-cellular/ios/
H A DCellularModule.swift29 Self.currentCarrier()?.mobileCountryCode in definition()
87 "mobileCountryCode": carrier?.mobileCountryCode, in getCurrentCellularInfo()
/expo/apps/native-component-list/src/screens/
H A DCellularScreen.tsx14 mobileCountryCode: string | null;
35 mobileCountryCode: await Cellular.getMobileCountryCodeAsync(),
/expo/packages/expo-cellular/
H A DCHANGELOG.md122 …the exported constants: `allowsVoip`, `carrier`, `isoCountryCode`, `mobileCountryCode` and `mobile…
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js687 mobileCountryCode: { type: 'object', mock: null }, property