Home
last modified time | relevance | path

Searched refs:getMaxMemoryAsync (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-device/build/
H A DDevice.js244 export async function getMaxMemoryAsync() { function
245 if (!ExpoDevice.getMaxMemoryAsync) {
248 let maxMemory = await ExpoDevice.getMaxMemoryAsync();
H A DDevice.d.ts226 export declare function getMaxMemoryAsync(): Promise<number>;
H A DDevice.js.map1getMaxMemoryAsync();\n * // 402653184\n * ```\n * @platform android\n */\nexport async function ge…
/expo/packages/expo-device/src/
H A DDevice.ts267 export async function getMaxMemoryAsync(): Promise<number> { function
268 if (!ExpoDevice.getMaxMemoryAsync) {
271 let maxMemory = await ExpoDevice.getMaxMemoryAsync();
/expo/apps/test-suite/tests/
H A DDevice.js89 maxMemory = await Device.getMaxMemoryAsync();
205 const maxMemory = await Device.getMaxMemoryAsync();
/expo/apps/native-component-list/src/screens/
H A DDeviceScreen.tsx104 <DeviceMethods name="Device get max memory" method={Device.getMaxMemoryAsync} />
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/device/
H A DDeviceModule.kt97 fun getMaxMemoryAsync(promise: Promise) { in getMaxMemoryAsync() method in abi47_0_0.expo.modules.device.DeviceModule
/expo/docs/pages/versions/v46.0.0/sdk/
H A Ddevice.mdx225 ### `Device.getMaxMemoryAsync()`
236 await Device.getMaxMemoryAsync();