OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationchannels
(Results
1 - 1
of
1
) sorted by null
/packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java
282
SparseLongArray
notificationChannels
= new SparseLongArray();
287
notificationChannels
.put(i, mNotificationChannels[i]);
291
int index =
notificationChannels
.indexOfValue(c.getId());
293
notificationChannels
.removeAt(index);
297
if (
notificationChannels
.size() > 0) {
298
for (int i = 0; i <
notificationChannels
.size(); ++i) {
299
int notificationId =
notificationChannels
.keyAt(i);
Completed in 279 milliseconds