OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instrumentationProfileFile
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/am/
ProcessRecord.java
97
String
instrumentationProfileFile
; // where to save profiling
182
if (instrumentationClass != null ||
instrumentationProfileFile
!= null
186
pw.print("
instrumentationProfileFile
=");
187
pw.println(
instrumentationProfileFile
);
ActivityManagerService.java
[
all
...]
Completed in 35 milliseconds