Home
last modified time | relevance | path

Searched refs:getAndroidId (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-application/build/
H A DApplication.d.ts44 export declare function getAndroidId(): string; function
H A DApplication.js59 export function getAndroidId() { function
H A DApplication.js.map1 …le `\"dd96dec43fb81c97\"`\n * @platform android\n */\nexport function getAndroidId(): string {\n …
/expo/packages/expo-application/src/
H A DApplication.ts65 export function getAndroidId(): string { function
/expo/apps/test-suite/tests/
H A DApplication.js78 androidId = Application.getAndroidId();
115 androidId = Application.getAndroidId();
/expo/packages/expo-application/
H A DCHANGELOG.md8 - Removed `androidId` constant in favor of a method (`getAndroidId`) to comply with Huawei and Xiao…