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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DConfig.java102 final int profileIndex = getProfileIndex(profileClass);
105 mask |= 1 << getProfileIndex(profileClass);
113 final int profileIndex = getProfileIndex(profile);
128 private static int getProfileIndex(Class profile) { method in class:Config

Completed in 105 milliseconds