OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINUTE_BUCKETS
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenModePanel.java
75
private static final int[]
MINUTE_BUCKETS
= ZenModeConfig.
MINUTE_BUCKETS
;
76
private static final int MIN_BUCKET_MINUTES =
MINUTE_BUCKETS
[0];
77
private static final int MAX_BUCKET_MINUTES =
MINUTE_BUCKETS
[
MINUTE_BUCKETS
.length - 1];
78
private static final int DEFAULT_BUCKET_INDEX = Arrays.binarySearch(
MINUTE_BUCKETS
, 60);
302
MINUTE_BUCKETS
[mBucketIndex], ActivityManager.getCurrentUser());
600
MINUTE_BUCKETS
[favoriteIndex], ActivityManager.getCurrentUser());
696
button2.setEnabled(mBucketIndex <
MINUTE_BUCKETS
.length - 1);
744
final int N =
MINUTE_BUCKETS
.length
[
all
...]
/frameworks/base/core/java/android/service/notification/
ZenModeConfig.java
73
public static final int[]
MINUTE_BUCKETS
= generateMinuteBuckets();
[
all
...]
Completed in 107 milliseconds