Home
last modified time | relevance | path

Searched refs:memoryInfo (Results 1 – 4 of 4) sorted by relevance

/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/device/
H A DDeviceModule.kt49 val memoryInfo = ActivityManager.MemoryInfo() in <lambda>() constant
50 … (context.getSystemService(Context.ACTIVITY_SERVICE) as ActivityManager).getMemoryInfo(memoryInfo) in <lambda>()
51 memoryInfo.totalMem in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/device/
H A DDeviceModule.kt47 val memoryInfo = ActivityManager.MemoryInfo() in <lambda>() constant
48 … (context.getSystemService(Context.ACTIVITY_SERVICE) as ActivityManager).getMemoryInfo(memoryInfo) in <lambda>()
49 memoryInfo.totalMem in <lambda>()
/expo/packages/expo-device/android/src/main/java/expo/modules/device/
H A DDeviceModule.kt47 val memoryInfo = ActivityManager.MemoryInfo() in <lambda>() constant
48 … (context.getSystemService(Context.ACTIVITY_SERVICE) as ActivityManager).getMemoryInfo(memoryInfo) in <lambda>()
49 memoryInfo.totalMem in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/device/
H A DDeviceModule.kt49 val memoryInfo = ActivityManager.MemoryInfo() in getConstants() constant
50 … (mContext.getSystemService(Context.ACTIVITY_SERVICE) as ActivityManager).getMemoryInfo(memoryInfo) in getConstants()
51 memoryInfo.totalMem in getConstants()