Home
last modified time | relevance | path

Searched defs:actionIndices (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/java/src/com/android/textclassifier/common/logging/
DTextClassifierEvent.java158 private final int[] actionIndices; field in TextClassifierEvent
304 private int[] actionIndices = new int[0]; field in TextClassifierEvent.Builder
399 public T setActionIndices(@Nonnull int... actionIndices) { in setActionIndices()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java1189 int[] actionIndices = new int[3]; in getActionIndicesForCompactView() local