Searched refs:fooRemoteCallbackList (Results 1 – 1 of 1) sorted by relevance
19 RemoteCallbackList<Foo> fooRemoteCallbackList = new RemoteCallbackList<Foo>(); in testBasicWiring() local21 fooRemoteCallbackList.register(callback); in testBasicWiring()23 fooRemoteCallbackList.beginBroadcast(); in testBasicWiring()25 assertThat(fooRemoteCallbackList.getBroadcastItem(0), sameInstance(callback)); in testBasicWiring()