Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DConfig.java112 private static Class[] sSupportedProfiles = new Class[0]; field in Config
147 sSupportedProfiles = profiles.toArray(new Class[profiles.size()]); in init()
152 return sSupportedProfiles; in getSupportedProfiles()