Searched refs:SUPPORTED_PROFILES (Results 1 - 1 of 1) sorted by path

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DConfig.java73 private static Class[] SUPPORTED_PROFILES = new Class[0]; field in class:Config
92 SUPPORTED_PROFILES = profiles.toArray(new Class[profiles.size()]);
96 return SUPPORTED_PROFILES;

Completed in 312 milliseconds