Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java225 Assert.assertTrue(mTbsGatt.clearSilentModeFlag()); in verifySetValue()
866 mTbsGatt.clearSilentModeFlag(); in testSilentModeAndInbandringtonFlagsChanges()
867 mTbsGatt.clearSilentModeFlag(); in testSilentModeAndInbandringtonFlagsChanges()
868 mTbsGatt.clearSilentModeFlag(); in testSilentModeAndInbandringtonFlagsChanges()
DTbsGenericTest.java103 doReturn(true).when(mTbsGatt).clearSilentModeFlag(); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java156 mTbsGatt.clearSilentModeFlag(); in onReceive()
205 mTbsGatt.clearSilentModeFlag(); in init()
DTbsGatt.java867 public boolean clearSilentModeFlag() { in clearSilentModeFlag() method in TbsGatt