HomeSort by relevance Sort by last modified time
    Searched refs:profileFd (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/app/
ProfilerInfo.java 34 public ParcelFileDescriptor profileFd;
44 profileFd = fd;
50 if (profileFd != null) {
51 return profileFd.describeContents();
59 if (profileFd != null) {
61 profileFd.writeToParcel(out, flags);
82 profileFd = in.readInt() != 0 ? ParcelFileDescriptor.CREATOR.createFromParcel(in) : null;
ActivityThread.java 530 ParcelFileDescriptor profileFd;
536 ParcelFileDescriptor fd = profilerInfo.profileFd;
547 if (profileFd != null) {
549 profileFd.close();
555 profileFd = fd;
560 if (profileFd == null || profiling) {
565 VMDebug.startMethodTracing(profileFile, profileFd.getFileDescriptor(),
571 profileFd.close();
572 profileFd = null;
582 if (profileFd != null)
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java     [all...]
ActivityManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-16.jar 

Completed in 831 milliseconds