Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java85 private static Class[] SUPPORTED_PROFILES = new Class[0]; field in Config
105 SUPPORTED_PROFILES = new Class[totalProfiles]; in init()
106 profiles.toArray(SUPPORTED_PROFILES); in init()
110 return SUPPORTED_PROFILES; in getSupportedProfiles()