return Collections.unmodifiableList(mProfiles); | return new ArrayList<>(mProfiles); | Collections.unmodifiableList(mProfiles) | new ArrayList<>(mProfiles) | platform_frameworks_base | f61e260ca7e980d15adb0e1ce935b5dcca1cc12a | com.android.settingslib.bluetooth.CachedBluetoothDevice | | | | - java.util.ArrayList
- java.util.Collections
| | Uses | True |