/packages/apps/Settings/tests/robotests/src/com/android/settings/media/ |
D | MediaDeviceUpdateWorkerTest.java | 140 final List<MediaDevice> devices = in onDeviceListUpdate_sameDeviceList_shouldBeEqual() local 159 final List<MediaDevice> devices = in onDeviceListUpdate_add1DeviceToDeviceList_shouldBeEqual() local 173 final List<MediaDevice> devices = in onDeviceListUpdate_less1DeviceToDeviceList_shouldBeEqual() local
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | WiredHeadsetManager.java | 53 public void onAudioDevicesRemoved(AudioDeviceInfo[] devices) { in onAudioDevicesRemoved() 105 AudioDeviceInfo[] devices = mAudioManager.getDevices(AudioManager.GET_DEVICES_ALL); in isWiredHeadsetPluggedIn() local
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | ShortcutsUpdater.java | 56 List<ShortcutInfo> devices = getDeviceShortcuts(roots); in update() local 81 List<ShortcutInfo> devices = new ArrayList<>(); in getDeviceShortcuts() local
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | UsbUtil.java | 36 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in findAllPossibleAndroidDevices() local 88 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in isDeviceConnected() local
|
/packages/apps/Settings/src/com/android/settings/media/ |
D | MediaOutputIndicatorWorker.java | 135 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() 140 private void buildMediaDevices(List<MediaDevice> devices) { in buildMediaDevices()
|
D | MediaDeviceUpdateWorker.java | 104 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate() 109 private void buildMediaDevices(List<MediaDevice> devices) { in buildMediaDevices()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestFree.cpp | 58 std::vector<ANeuralNetworksDevice*> devices; in createDeviceList() local 101 const auto devices = createDeviceList(); in TEST() local
|
D | TestPartitioning.cpp | 846 int partitionTheWork(const std::vector<std::shared_ptr<Device>>& devices, in partitionTheWork() 942 const std::vector<std::shared_ptr<Device>>& devices) { in PartitioningCompilation() 1128 std::vector<std::shared_ptr<Device>> devices; in makeDevices() local 1826 const auto devices = makeDevices({{"V1_0", 0.6, HalVersion::V1_0, ~0U}, in TEST_F() local 1848 const auto devices = makeDevices({{"1", 0.5, 1 << kDevOp}}); in TEST_F() local 1960 const auto devices = makeDevices({{"hw", 0.5, (1 << 0)}}); in TEST_F() local 2013 const auto devices = makeDevices({{"0", 0.5, 1 << 0}, {"1", 0.5, 1 << 1}}); in TEST_F() local 2099 const auto devices = makeDevices({// Best choice for non-relaxed model. in TEST_F() local 2165 const auto devices = in TEST_F() local 2185 const auto devices = in TEST_F() local [all …]
|
/packages/apps/Settings/src/com/android/settings/sound/ |
D | AudioSwitchPreferenceController.java | 196 final List<BluetoothDevice> devices = hfpProfile.getConnectedDevices(); in getConnectedHfpDevices() local 227 final List<BluetoothDevice> devices = hapProfile.getConnectedDevices(); in getConnectedHearingAidDevices() local 294 public void onAudioDevicesRemoved(AudioDeviceInfo[] devices) { in onAudioDevicesRemoved()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | BluetoothProfileDeviceManagerTest.java | 211 String devices = Settings.Secure.getStringForUser(mMockContext.getContentResolver(), in getSettingsDeviceList() local 218 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in makeDeviceList() local 232 List<String> devices) { in setPreconditionsAndStart() 336 ArrayList<BluetoothDevice> devices = mProfileDeviceManager.getDeviceListSnapshot(); in assertDeviceList() local 602 ArrayList<BluetoothDevice> devices = makeDeviceList(SMALL_DEVICE_LIST); in testGetConnectionPriority_prioritiesReturned() local 852 ArrayList<BluetoothDevice> devices = makeDeviceList(SMALL_DEVICE_LIST); in testAutoConnectSeveralDevices_attemptsToConnectEachDevice() local
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/bluetooth/ |
D | BluetoothPairListLiveData.java | 84 Set<BluetoothDevice> devices = mBluetoothAdapter.getBondedDevices(); in updateList() local
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothSummaryUpdater.java | 95 final Set<BluetoothDevice> devices = mBluetoothAdapter.getBondedDevices(); in getConnectedDeviceSummary() local
|
/packages/services/Car/service/src/com/android/car/ |
D | BluetoothProfileDeviceManager.java | 400 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in load() local 454 ArrayList<BluetoothDevice> devices = getDeviceListSnapshot(); in sync() local 469 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in getDeviceListSnapshot() local 809 ArrayList<BluetoothDevice> devices = getDeviceListSnapshot(); in dump() local
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | GameControllerPreferenceController.java | 71 final int[] devices = mIm.getInputDeviceIds(); in getAvailabilityStatus() local
|
/packages/services/Mtp/tests/src/com/android/mtp/ |
D | TestUtil.java | 88 final HashMap<String,UsbDevice> devices = usbManager.getDeviceList(); in findMtpDevice() local
|
/packages/services/Mtp/src/com/android/mtp/ |
D | RootScanner.java | 136 final MtpDeviceRecord[] devices = mManager.getDevices(); in run() local
|
/packages/modules/adb/client/ |
D | console.cpp | 67 std::string devices; in adb_get_emulator_console_port() local
|
/packages/modules/NeuralNetworks/driver/sample_shim/ |
D | ShellServiceSample.cpp | 64 int registerDevices(const std::string& driverPath, const std::vector<Names>& devices) { in registerDevices()
|
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/ |
D | CarModeInCallUI.java | 52 public void update(Collection<BluetoothDevice> devices) { in update()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | AddAccessoryPreferenceFragment.java | 68 public void updateList(List<BluetoothDevice> devices, String currentTargetAddress, in updateList()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/ |
D | LeAudioService.java | 306 List<BluetoothDevice> devices = new ArrayList<>(); in getConnectedDevices() local 317 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in getDevicesMatchingConnectionStates() local 354 List<BluetoothDevice> devices = new ArrayList<>(); in getDevices() local
|
/packages/services/Car/cpp/evs/sampleDriver/ |
D | ConfigManager.h | 105 unordered_set<string> devices; variable
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | RemoteVolumeGroupController.java | 217 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate()
|
/packages/services/Car/service/src/com/android/car/audio/ |
D | CarVolumeGroupMuting.java | 154 private static void dumpDeviceAddresses(IndentingPrintWriter writer, String[] devices) { in dumpDeviceAddresses()
|
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimDeviceManager.cpp | 146 std::vector<std::shared_ptr<IDevice>> devices; in registerDevices() local
|