Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationCompat.java3120 boolean allowGeneratedReplies, @SemanticAction int semanticAction, in Action() argument
3129 this.mSemanticAction = semanticAction; in Action()
3238 @SemanticAction int semanticAction, boolean showsUserInterface) { in Builder() argument
3246 mSemanticAction = semanticAction; in Builder()
3310 public Builder setSemanticAction(@SemanticAction int semanticAction) { in setSemanticAction() argument
3311 mSemanticAction = semanticAction; in setSemanticAction()
5075 final @Action.SemanticAction int semanticAction; in getActionCompatFromAction() local
5077 semanticAction = action.getSemanticAction(); in getActionCompatFromAction()
5079 semanticAction = action.getExtras().getInt( in getActionCompatFromAction()
5085 semanticAction, showsUserInterface); in getActionCompatFromAction()
/frameworks/base/core/java/android/app/
DNotification.java1462 @SemanticAction int semanticAction) { in Action() argument
1472 this.mSemanticAction = semanticAction; in Action()
1579 @SemanticAction int semanticAction) { in Builder() argument
1589 mSemanticAction = semanticAction; in Builder()
1652 public Builder setSemanticAction(@SemanticAction int semanticAction) { in setSemanticAction() argument
1653 mSemanticAction = semanticAction; in setSemanticAction()