Searched refs:getMaxMemoryAsync (Results 1 – 8 of 8) sorted by relevance
244 export async function getMaxMemoryAsync() { function245 if (!ExpoDevice.getMaxMemoryAsync) {248 let maxMemory = await ExpoDevice.getMaxMemoryAsync();
226 export declare function getMaxMemoryAsync(): Promise<number>;
1 …getMaxMemoryAsync();\n * // 402653184\n * ```\n * @platform android\n */\nexport async function ge…
267 export async function getMaxMemoryAsync(): Promise<number> { function268 if (!ExpoDevice.getMaxMemoryAsync) {271 let maxMemory = await ExpoDevice.getMaxMemoryAsync();
89 maxMemory = await Device.getMaxMemoryAsync();205 const maxMemory = await Device.getMaxMemoryAsync();
104 <DeviceMethods name="Device get max memory" method={Device.getMaxMemoryAsync} />
97 fun getMaxMemoryAsync(promise: Promise) { in getMaxMemoryAsync() method in abi47_0_0.expo.modules.device.DeviceModule
225 ### `Device.getMaxMemoryAsync()`236 await Device.getMaxMemoryAsync();