Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/BinderProxyCountingTestService/src/com/android/frameworks/coretests/binderproxycountingtestservice/
DBpcTestServiceCmdService.java43 int gcCount = Integer.parseInt(Debug.getRuntimeStat("art.gc.gc-count"));
45 while (gcCount == Integer.parseInt(Debug.getRuntimeStat("art.gc.gc-count")) && i > 0) {
/frameworks/base/core/java/android/os/
DDebug.java1844 public static String getRuntimeStat(String statName) { in getRuntimeStat() method in Debug
1845 return VMDebug.getRuntimeStat(statName); in getRuntimeStat()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt36019 method public static String getRuntimeStat(String);