Home
last modified time | relevance | path

Searched defs:newProperties (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/service/java/com/android/server/bluetooth/
DBluetoothDeviceConfigChangeTracker.java46 public boolean shouldRestartWhenPropertiesUpdated(Properties newProperties) { in shouldRestartWhenPropertiesUpdated()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConferenceController.java283 int newProperties = connection.getConnectionProperties() in recalculateConference() local
DTelephonyConnection.java1463 int newProperties = buildConnectionProperties(); in updateConnectionProperties() local
1487 public void setTelephonyConnectionProperties(int newProperties) { in setTelephonyConnectionProperties()
3599 private void notifyConnectionPropertiesChanged(int newProperties) { in notifyConnectionPropertiesChanged()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java286 int newProperties = getConnectionProperties() & ~PROPERTY_IS_RTT; in onStopRtt() local