Home
last modified time | relevance | path

Searched refs:valueBool2 (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlStackEvent.java44 public boolean valueBool2; field in VolumeControlStackEvent
62 result.append(", valueBool2:" + eventTypeValueBool2ToString(type, valueBool2)); in toString()
DVolumeControlNativeInterface.java262 event.valueBool2 = isAutonomous; in onVolumeStateChanged()
277 event.valueBool2 = isAutonomous; in onGroupVolumeStateChanged()
DVolumeControlService.java1134 stackEvent.valueBool2); in messageFromNative()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java577 stackEvent.valueBool2 = true; // isAutonomous in testVolumeCalculations()
629 stackEvent.valueBool2 = true; // isAutonomous in testAutonomousMuteUnmute()
669 stackEvent.valueBool2 = true; /* autonomous */ in testVolumeCache()
724 stackEvent.valueBool2 = true; /* autonomous */ in testMuteCache()
757 stackEvent.valueBool2 = true; /* autonomous */ in testVolumeChangeWhileMuted()
1383 stackEvent.valueBool2 = true; in testVolumeControlChangedCallback()
1397 stackEvent2.valueBool2 = false; in testVolumeControlChangedCallback()