Home
last modified time | relevance | path

Searched refs:isProfiling (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DInstrumentation.java279 if (!isProfiling()) { in startPerformanceSnapshot()
285 if (!isProfiling()) { in endPerformanceSnapshot()
354 public boolean isProfiling() { in isProfiling() method in Instrumentation
355 return mThread.isProfiling(); in isProfiling()
364 if (mThread.isProfiling()) { in startProfiling()
375 if (mThread.isProfiling()) { in stopProfiling()
H A DActivityThread.java2614 public boolean isProfiling() { in isProfiling() method in ActivityThread
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5419 method public boolean isProfiling();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4356 method public boolean isProfiling();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2136 Landroid/app/ActivityThread;->isProfiling()Z