HomeSort by relevance Sort by last modified time
    Searched refs:PROPERTY_IS_RTT (Results 1 - 3 of 3) sorted by null

  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionService.java 179 properties |= PROPERTY_IS_RTT;
277 int newProperties = getConnectionProperties() & ~PROPERTY_IS_RTT;
289 setConnectionProperties(getConnectionProperties() | PROPERTY_IS_RTT);
301 setConnectionProperties(getConnectionProperties() | PROPERTY_IS_RTT);
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java     [all...]
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 401 public static final int PROPERTY_IS_RTT = 1 << 8;
    [all...]

Completed in 81 milliseconds