Searched refs:IGameServiceController (Results 1 – 5 of 5) sorted by relevance
20 import android.service.games.IGameServiceController;27 void connected(in IGameServiceController gameServiceController); in connected()
92 private IGameServiceController mGameServiceController;96 public void connected(IGameServiceController gameServiceController) {131 private void doOnConnected(@NonNull IGameServiceController gameServiceController) { in doOnConnected()
22 oneway interface IGameServiceController { interface
47 import android.service.games.IGameServiceController;189 private final IGameServiceController mGameServiceController =190 new IGameServiceController.Stub() {
67 import android.service.games.IGameServiceController;1210 private IGameServiceController mGameServiceController;1234 public void connected(IGameServiceController gameServiceController) { in connected()