Searched refs:getCurrentAgEvents (Results 1 – 9 of 9) sorted by relevance
199 assertThat(mServiceInterface.getCurrentAgEvents(mDevice)).isNull(); in testGetCurrentAgEvents()202 doReturn(TEST_BUNDLE).when(mMockHeadsetClientService).getCurrentAgEvents(mDevice); in testGetCurrentAgEvents()203 assertThat(mServiceInterface.getCurrentAgEvents(mDevice)).isEqualTo(TEST_BUNDLE); in testGetCurrentAgEvents()
109 public Bundle getCurrentAgEvents(BluetoothDevice device) { in getCurrentAgEvents() method in HeadsetClientServiceInterface112 return service.getCurrentAgEvents(device); in getCurrentAgEvents()
317 public Bundle getCurrentAgEvents(BluetoothDevice device, AttributionSource source) { in getCurrentAgEvents() method in HeadsetClientServiceBinder324 return service.getCurrentAgEvents(device); in getCurrentAgEvents()
806 public Bundle getCurrentAgEvents(BluetoothDevice device) { in getCurrentAgEvents() method in HeadsetClientService817 return sm.getCurrentAgEvents(); in getCurrentAgEvents()
2412 public Bundle getCurrentAgEvents() { in getCurrentAgEvents() method in HeadsetClientStateMachine
227 mBinder.getCurrentAgEvents(mDevice, mAttributionSource); in getCurrentAgEvents_callsServiceMethod()229 verify(mService).getCurrentAgEvents(mDevice); in getCurrentAgEvents_callsServiceMethod()
858 Bundle bundle = mHeadsetClientStateMachine.getCurrentAgEvents(); in testGetCurrentAgEvents()
55 Bundle getCurrentAgEvents(in BluetoothDevice device, in AttributionSource attributionSource); in getCurrentAgEvents() method
992 public Bundle getCurrentAgEvents(BluetoothDevice device) { in getCurrentAgEvents() method in BluetoothHeadsetClient1000 return service.getCurrentAgEvents(device, mAttributionSource); in getCurrentAgEvents()1631 Bundle agEvents = getCurrentAgEvents(device); in getNetworkServiceState()