Searched defs:userAction (Results 1 – 8 of 8) sorted by relevance
| /frameworks/base/core/java/android/app/ |
| D | RecoverableSecurityException.java | 82 RemoteAction userAction) { in RecoverableSecurityException() 91 CharSequence userActionTitle, PendingIntent userAction) { in RecoverableSecurityException()
|
| D | AuthenticationRequiredException.java | 61 public AuthenticationRequiredException(Throwable cause, PendingIntent userAction) { in AuthenticationRequiredException()
|
| /frameworks/base/services/core/java/com/android/server/notification/ |
| D | NotificationDelegate.java | 43 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded); in onNotificationExpansionChanged()
|
| D | NotificationUsageStats.java | 911 public void onExpansionChanged(boolean userAction, boolean expanded) { in onExpansionChanged()
|
| /frameworks/base/core/java/com/android/internal/statusbar/ |
| D | IStatusBarService.aidl | 66 void onNotificationExpansionChanged(in String key, in boolean userAction, in boolean expanded); in onNotificationExpansionChanged()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| D | NotificationSnooze.java | 335 private void setSelected(SnoozeOption option, boolean userAction) { in setSelected()
|
| D | NotificationEntryManager.java | 326 public void logNotificationExpansion(String key, boolean userAction, boolean expanded) { in logNotificationExpansion()
|
| /frameworks/base/services/core/java/com/android/server/statusbar/ |
| D | StatusBarManagerService.java | 1075 public void onNotificationExpansionChanged(String key, boolean userAction, in onNotificationExpansionChanged()
|