Searched refs:PROFILE_A2DP (Results 1 – 5 of 5) sorted by relevance
289 public static final int PROFILE_A2DP = 1; field in BluetoothClass314 if (profile == PROFILE_A2DP) { in doesClassMatch()
249 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getIconRes()
371 when(mockBtClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)).thenReturn(true); in testHasA2dpCapability_withBluetoothClassMatchingA2dp()380 when(mockBtClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)).thenReturn(false); in testHasA2dpCapability_withNoUuidsAndNonMatchingBluetoothClass()
643 if (btClass != null && btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in hasA2dpCapability()
333 field public static final int PROFILE_A2DP = 1; // 0x1