Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java106 private static Class[] sSupportedProfiles = new Class[0]; field in Config
131 sSupportedProfiles = profiles.toArray(new Class[profiles.size()]); in init()
135 return sSupportedProfiles; in getSupportedProfiles()