Home
last modified time | relevance | path

Searched refs:KEY_ACTION_PRIORITY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java6941 boolean priority = action.getExtras().getBoolean(CallStyle.KEY_ACTION_PRIORITY); in generateActionButton()
10405 private static final String KEY_ACTION_PRIORITY = "key_action_priority"; field in Notification.Builder.CallStyle
10672 action.getExtras().putBoolean(KEY_ACTION_PRIORITY, true); in makeAction()
10679 return action != null && action.getExtras().getBoolean(KEY_ACTION_PRIORITY); in isActionAddedByCallStyle()