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

/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java59 if (connection != NULL_CONNECTION && mPendingConnections.contains(connection)) {
60 mPendingConnections.remove(connection);
325 mPendingConnections.clear();
334 private final Set<RemoteConnection> mPendingConnections = new HashSet<>(); field in class:RemoteConnectionService
365 mPendingConnections.add(connection);

Completed in 29 milliseconds