Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/remoteaccess/
DCarRemoteAccessService.java164 private final ArrayMap<String, ArrayList<RemoteTask>> mTasksToBeNotifiedByClientId = field in CarRemoteAccessService
275 if (mTasksToBeNotifiedByClientId.get(clientId) == null) { in maybeStartNewRemoteTask()
286 mTasksToBeNotifiedByClientId.remove(clientId); in maybeStartNewRemoteTask()
299 mTasksToBeNotifiedByClientId.remove(clientId); in maybeStartNewRemoteTask()
563 for (int i = 0; i < mTasksToBeNotifiedByClientId.size(); i++) { in dump()
564 String clientId = mTasksToBeNotifiedByClientId.keyAt(i); in dump()
566 List<RemoteTask> tasks = mTasksToBeNotifiedByClientId.valueAt(i); in dump()
1708 ArrayList remoteTasks = mTasksToBeNotifiedByClientId.get(clientId); in pushTaskToPendingQueueLocked()
1711 mTasksToBeNotifiedByClientId.put(clientId, remoteTasks); in pushTaskToPendingQueueLocked()
1721 List<RemoteTask> pendingTasks = mTasksToBeNotifiedByClientId.get(task.clientId); in onPendingTaskTimeout()
[all …]