Home
last modified time | relevance | path

Searched defs:profileList (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java312 final List<Integer> profileList = new ArrayList<>(profiles.length); in generateList() local
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp489 std::vector<std::unique_ptr<Profile>> profileList; in processDepthPhotoFrame() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java6075 public void handleSrvccConnectionInfo(List<SrvccCall> profileList) { in handleSrvccConnectionInfo()
6082 public SrvccConnection[] convertToSrvccConnectionInfo(List<SrvccCall> profileList) { in convertToSrvccConnectionInfo()