Home
last modified time | relevance | path

Searched defs:profileFile (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/app/
DProfilerInfo.java50 public final String profileFile; field in ProfilerInfo
DIActivityManager.aidl237 boolean startInstrumentation(in ComponentName className, in String profileFile, in startInstrumentation()
DContextImpl.java2182 String profileFile, Bundle arguments) { in startInstrumentation()
DActivityThread.java945 String profileFile; field in ActivityThread.Profiler
/frameworks/base/services/core/java/com/android/server/pm/
DDexOptHelper.java146 File profileFile = new File(getPrebuildProfilePath(pkg)); in performDexOptUpgrade() local
294 File profileFile = new File(getPrebuildProfilePath(pkg)); in checkAndDexOptSystemUi() local
/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java84 public String profileFile = null; field in Instrument
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java670 String profileFile, Bundle arguments) { in startInstrumentation()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DApplicationContext.java918 public boolean startInstrumentation(ComponentName className, String profileFile, in startInstrumentation()
/frameworks/base/core/java/android/content/
DContextWrapper.java928 @Nullable String profileFile, @Nullable Bundle arguments) { in startInstrumentation()
DContext.java4057 @Nullable String profileFile, @Nullable Bundle arguments); in startInstrumentation()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15539 String profileFile, int flags, Bundle arguments, in startInstrumentation()
15733 String profileFile, in startInstrumentationOfSdkSandbox()