Searched defs:actionIndex (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DEventInfo.java169 public int actionIndex; field in class:EventInfo
213 this.actionIndex = -1;
222 * @param actionIndex The index of that button that was interacted with.
225 public void setPosition(@SliceButtonPosition int actionPosition, int actionIndex, argument
228 this.actionIndex = actionIndex;
240 sb.append(", actionIndex=").append(actionIndex);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java28 void onNotificationActionClick(int callingUid, int callingPid, String key, int actionIndex, argument
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompatJellybean.java163 public static NotificationCompat.Action getAction(Notification notif, int actionIndex) { argument
168 Object actionObject = actionObjects[actionIndex];
175 actionExtras = actionExtrasMap.get(actionIndex);
H A DNotificationCompat.java4211 * @param actionIndex The index of the action to hoist onto the current notification page.
4216 public WearableExtender setContentAction(int actionIndex) { argument
4217 mContentActionIndex = actionIndex;
5025 * @param actionIndex The index of the action to retrieve.
5027 public static Action getAction(Notification notification, int actionIndex) { argument
5029 return getActionCompatFromAction(notification.actions[actionIndex]);
5031 Notification.Action action = notification.actions[actionIndex];
5036 actionExtras = actionExtrasMap.get(actionIndex);
5041 return NotificationCompatJellybean.getAction(notification, actionIndex);
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1016 public void onNotificationActionClick(String key, int actionIndex, NotificationVisibility nv) { argument
1023 actionIndex, nv);
/frameworks/base/core/java/android/app/
H A DNotification.java8676 * @param actionIndex The index of the action to hoist onto the current notification page.
8681 public WearableExtender setContentAction(int actionIndex) { argument
8682 mContentActionIndex = actionIndex;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 229 milliseconds