Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java277 final List<Integer> profileList = new ArrayList<>(profiles.length); in generateList() local
279 profileList.add(profile); in generateList()
281 return profileList; in generateList()
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp485 std::vector<std::unique_ptr<Profile>> profileList; in processDepthPhotoFrame() local
486 profileList.emplace_back(Profile::FromData("DepthPhoto", {0})); in processDepthPhotoFrame()
487 deviceParams->profiles = Profiles::FromProfileArray(&profileList); in processDepthPhotoFrame()