OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pagestartcount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java
53
private int
pageStartCount
;
111
pageStartCount
= 0;
212
pageStartCount
++;
249
initialStartCount =
pageStartCount
;
253
if (initialStartCount ==
pageStartCount
&& !isPageDone()) {
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java
60
private int
pageStartCount
;
115
pageStartCount
= 0;
223
pageStartCount
++;
287
initialStartCount =
pageStartCount
;
291
if (initialStartCount ==
pageStartCount
&& !isPageDone()) {
Completed in 932 milliseconds