OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cutofftime_expr
(Results
1 - 1
of
1
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java
159
String
cutOffTime_expr
= "(?3 - " + mConfig.getMaxStatAgeMillis() + ")";
161
String ageRestriction = ClickLog.hit_time.fullName + " >= " +
cutOffTime_expr
;
166
"SUM((" + ClickLog.hit_time.fullName + " - " +
cutOffTime_expr
+ ") / 1000)";
[
all
...]
Completed in 26 milliseconds