OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startingCount
(Results
1 - 2
of
2
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CallLogFacade.java
80
int
startingCount
= callLogGetCount();
90
return callLogGetCount() -
startingCount
;
/cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java
285
int
startingCount
= stats.getAppLaunchCount();
292
assertEquals(
startingCount
+ 1, stats.getAppLaunchCount());
301
assertEquals(
startingCount
+ 2, stats.getAppLaunchCount());
[
all
...]
Completed in 78 milliseconds