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

/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java45 private static final RemoteConnection NULL_CONNECTION = field in class:RemoteConnectionService
59 if (connection != NULL_CONNECTION && mPendingConnections.contains(connection)) {
157 if (connection != NULL_CONNECTION) {
397 return NULL_CONNECTION;

Completed in 137 milliseconds