Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java69 static int NOT_SPECIFIED = 0; field in ConnectionServiceFixture
77 int mCapabilities = NOT_SPECIFIED;
78 int mProperties = NOT_SPECIFIED;
98 if (mCapabilities != NOT_SPECIFIED) { in onCreateIncomingConnection()
101 if (mProperties != NOT_SPECIFIED) { in onCreateIncomingConnection()
114 if (mCapabilities != NOT_SPECIFIED) { in onCreateOutgoingConnection()
117 if (mProperties != NOT_SPECIFIED) { in onCreateOutgoingConnection()