HomeSort by relevance Sort by last modified time
    Searched refs:stopMethodTracing (Results 1 - 25 of 41) sorted by null

1 2

  /frameworks/base/core/java/android/ddm/
DdmHandleProfiling.java 128 Debug.stopMethodTracing();
173 Debug.stopMethodTracing();
227 Debug.stopMethodTracing();
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 54 Debug.stopMethodTracing();
58 Debug.stopMethodTracing();
62 Debug.stopMethodTracing();
66 Debug.stopMethodTracing();
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
MiscService.java 106 Debug.stopMethodTracing();
ProviderPerfActivity.java 271 Debug.stopMethodTracing();
  /frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java 76 Debug.stopMethodTracing();
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 177 * Starts method tracing without a backing file. When stopMethodTracing
209 public static native void stopMethodTracing();
  /packages/apps/Browser/src/com/android/browser/
Performance.java 77 Debug.stopMethodTracing();
  /packages/services/Telephony/src/com/android/phone/
CallTime.java 227 Debug.stopMethodTracing();
  /libcore/luni/src/main/java/java/lang/
Runtime.java 471 VMDebug.stopMethodTracing();
  /frameworks/base/core/java/android/os/
Debug.java 57 * {@link #stopMethodTracing()}.
577 * information about reading these files. Call stopMethodTracing() to stop
667 * Starts method tracing without a backing file. When stopMethodTracing
691 public static void stopMethodTracing() {
692 VMDebug.stopMethodTracing();
    [all...]
  /art/runtime/native/
dalvik_system_VMDebug.cc 334 NATIVE_METHOD(VMDebug, stopMethodTracing, "()V"),
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RRuleTest.java 122 Debug.stopMethodTracing();
    [all...]
RecurrenceProcessorTest.java 113 Debug.stopMethodTracing();
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 295 if (mTraceStartUp) Debug.stopMethodTracing();
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 276 Debug.stopMethodTracing();
458 Debug.stopMethodTracing();
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 666 Debug.stopMethodTracing();
752 Debug.stopMethodTracing();
    [all...]
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 177 Debug.stopMethodTracing();
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 283 Debug.stopMethodTracing();
  /frameworks/base/core/java/android/app/
Instrumentation.java 290 Debug.stopMethodTracing();
    [all...]
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 441 if (PROFILE_DUMP) Debug.stopMethodTracing();
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 630 if (TRACE_LAUNCH) android.os.Debug.stopMethodTracing();
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 551 Debug.stopMethodTracing();
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 2190 milliseconds

1 2