HomeSort by relevance Sort by last modified time
    Searched defs:updateProfiles (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManagerTest.java 111 * Verify updateProfiles() for a remote HID device updates profiles and removedProfiles
122 mProfileManager.updateProfiles(uuids, localUuids, profiles, removedProfiles, false,
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java 236 // if mProfiles is empty, then do not invoke updateProfiles. This causes a race
384 updateProfiles();
617 private boolean updateProfiles() {
629 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles,
673 updateProfiles();
    [all...]
LocalBluetoothProfileManager.java 533 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids,
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 667 private void updateProfiles(double[] profiles) {
    [all...]

Completed in 477 milliseconds