Home
last modified time | relevance | path

Searched refs:OUTPUT_NAME (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/appProfileable/src/android/server/wm/profileable/
DComponents.java30 public static final String OUTPUT_NAME = "profile.trace"; field in Components.ProfileableAppActivity
31 public static final String OUTPUT_FILE_PATH = OUTPUT_DIR + OUTPUT_NAME;
DProfileableAppActivity.java21 import static android.server.wm.profileable.Components.ProfileableAppActivity.OUTPUT_NAME;
81 if (OUTPUT_NAME.equals(path)) { in onEvent()