Home
last modified time | relevance | path

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

/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DConfigGenerator.java135 public static final String NODE_BLUETOOTH_PROFILES = "bluetooth-profiles"; field in ConfigGenerator
556 Element bluetoothProfiles = doc.createElement(PREFIX + NODE_BLUETOOTH_PROFILES); in generateConfig()