Searched refs:sOfficialRemoteLabels (Results 1 – 1 of 1) sorted by relevance
42 private static List<String> sOfficialRemoteLabels = null; field in BluetoothUtils79 sOfficialRemoteLabels = Collections.unmodifiableList(Arrays.asList( in setRemoteLabels()184 if (sOfficialRemoteLabels == null) { in isOfficialDevice()192 if (sOfficialRemoteLabels == null) { in isOfficialDevice()197 for (String knownLabel : sOfficialRemoteLabels) { in isOfficialDevice()