OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:durationthreshold
(Results
1 - 2
of
2
) sorted by null
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BaseCluster.java
151
public boolean passThreshold(long
durationThreshold
) {
153
return mDuration >
durationThreshold
;
/frameworks/base/services/core/java/com/android/server/
BatteryService.java
574
long
durationThreshold
= Long.parseLong(durationThresholdString);
576
if (duration <=
durationThreshold
&&
581
if (DEBUG) Slog.v(TAG, "duration threshold: " +
durationThreshold
+
[
all
...]
Completed in 246 milliseconds