Searched defs:totalMemory (Results 1 – 5 of 5) sorted by relevance
100 export declare const totalMemory: number | null; constant
102 export const totalMemory = ExpoDevice ? ExpoDevice.totalMemory : null; constant
9 readonly totalMemory: number | null; constant
114 export const totalMemory: number | null = ExpoDevice ? ExpoDevice.totalMemory : null; constant
706 totalMemory: { type: 'number', mock: 17179869184 }, property