Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DDockService.java641 int numOfProfiles; in initBtSettings() local
646 numOfProfiles = 1; in initBtSettings()
649 numOfProfiles = 2; in initBtSettings()
655 mProfiles = new LocalBluetoothProfile[numOfProfiles]; in initBtSettings()
656 mCheckedItems = new boolean[numOfProfiles]; in initBtSettings()
657 CharSequence[] items = new CharSequence[numOfProfiles]; in initBtSettings()