Searched refs:ActionEntry (Results 1 – 4 of 4) sorted by relevance
35 final ArrayMap<String, ActionEntry> mActions = new ArrayMap<>();37 static final Comparator<ActionEntry> ACTIONS_COMPARATOR = new Comparator<ActionEntry>() {38 @Override public int compare(ActionEntry o1, ActionEntry o2) {49 static final class ActionEntry { class in BroadcastStats58 ActionEntry(String action) { in ActionEntry() method in BroadcastStats.ActionEntry78 ActionEntry ae = mActions.get(action); in addBroadcast()80 ae = new ActionEntry(action); in addBroadcast()98 ActionEntry ae = mActions.get(action); in addBackgroundCheckViolation()100 ae = new ActionEntry(action); in addBackgroundCheckViolation()114 ArrayList<ActionEntry> actions = new ArrayList<>(mActions.size()); in dumpStats()[all …]
248 fun ActionEntry( in ActionEntry() method
65 import com.android.credentialmanager.common.ui.ActionEntry in <lambda>()958 ActionEntry( in ActionEntryRow()
5968 HPLcom/android/server/am/BroadcastStats$ActionEntry;-><init>(Ljava/lang/String;)V