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

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java890 if (connection2 == getNullConnection()) {
901 if (connection1 == getNullConnection()) {
909 if (connection2 != getNullConnection()) {
935 if (connection == getNullConnection()) {
1430 return getNullConnection();
1433 static synchronized Connection getNullConnection() { method in class:ConnectionService

Completed in 74 milliseconds