Home
last modified time | relevance | path

Searched defs:profilerControl (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl101 void profilerControl(boolean start, in ProfilerInfo profilerInfo, int profileType); in profilerControl() method
H A DActivityThread.java1247 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in profilerControl() method in ActivityThread.ApplicationThread
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTransactionParcelTests.java502 public void profilerControl(boolean b, ProfilerInfo profilerInfo, int i) in profilerControl() method in TransactionParcelTests.StubAppThread