Searched refs:memoryInfo (Results 1 – 4 of 4) sorted by relevance
49 val memoryInfo = ActivityManager.MemoryInfo() in <lambda>() constant50 … (context.getSystemService(Context.ACTIVITY_SERVICE) as ActivityManager).getMemoryInfo(memoryInfo) in <lambda>()51 memoryInfo.totalMem in <lambda>()
47 val memoryInfo = ActivityManager.MemoryInfo() in <lambda>() constant48 … (context.getSystemService(Context.ACTIVITY_SERVICE) as ActivityManager).getMemoryInfo(memoryInfo) in <lambda>()49 memoryInfo.totalMem in <lambda>()
49 val memoryInfo = ActivityManager.MemoryInfo() in getConstants() constant50 … (mContext.getSystemService(Context.ACTIVITY_SERVICE) as ActivityManager).getMemoryInfo(memoryInfo) in getConstants()51 memoryInfo.totalMem in getConstants()