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

  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 91 int restartCount; // number of restarts performed in a row.
231 if (executeNesting != 0 || crashCount != 0 || restartCount != 0
234 pw.print(" restartCount="); pw.print(restartCount);
312 restartCount = 0;
ActivityManagerService.java     [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 90 extern int restartCount;
1083 if(restartCount)
    [all...]
camera_test_menu.cpp 435 int restartCount = 0;
    [all...]

Completed in 1982 milliseconds