Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java310 List<LocalBluetoothProfile> tmpResult = cachedItem.getConnectableProfiles(); in getProfiles() local
311 for (LocalBluetoothProfile profile : tmpResult) { in getProfiles()