OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getnumberofisolatedchildren
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationGroupManager.java
179
return
getNumberOfIsolatedChildren
(group.summary.notification.getGroupKey()) != 0;
182
private int
getNumberOfIsolatedChildren
(String groupKey) {
244
int isolatedChildren =
getNumberOfIsolatedChildren
(sbn.getGroupKey());
Completed in 61 milliseconds