OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleCloseControls
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java
104
public boolean
handleCloseControls
(boolean save, boolean force);
233
if (mGutsContent == null || !mGutsContent.
handleCloseControls
(save, force)) {
NotificationInfo.java
409
public boolean
handleCloseControls
(boolean save, boolean force) {
NotificationSnooze.java
428
public boolean
handleCloseControls
(boolean save, boolean force) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationInfoTest.java
589
mNotificationInfo.
handleCloseControls
(true, false);
603
mNotificationInfo.
handleCloseControls
(true, false);
[
all
...]
Completed in 172 milliseconds