Searched refs:mRemoteControlConnected (Results 1 – 4 of 4) sorted by relevance
25 boolean mRemoteControlConnected; field in StackEvent37 return "EVENT_TYPE_CONNECTION_STATE_CHANGED " + mRemoteControlConnected; in toString()48 event.mRemoteControlConnected = remoteControlConnected; in connectionStateChanged()
130 boolean mRemoteControlConnected = false; field in AvrcpControllerStateMachine223 mRemoteControlConnected = event.mRemoteControlConnected; in connect()257 ProfileService.println(sb, "Control: " + mRemoteControlConnected); in dump()
40 assertThat(stackEvent.mRemoteControlConnected).isTrue(); in connectionStateChanged()
350 assertThat(event.mRemoteControlConnected).isEqualTo(remoteControlConnected); in onConnectionStateChanged_connectCase()