Searched refs:GameManagerInternal (Results 1 – 3 of 3) sorted by relevance
29 import android.app.GameManagerInternal;53 GameManagerInternal mGm;60 mGm = mock(GameManagerInternal.class); in setUp()76 LocalServices.removeServiceForTest(GameManagerInternal.class); in tearDown()81 LocalServices.addService(GameManagerInternal.class, mGm); in testGetCompatScale_gameManagerReturnsPositive()90 LocalServices.addService(GameManagerInternal.class, mGm); in testGetCompatScale_gameManagerReturnsZero()99 LocalServices.addService(GameManagerInternal.class, mGm); in testGetCompatScale_gameManagerReturnsNegative()
25 public abstract class GameManagerInternal { class
42 import android.app.GameManagerInternal;935 private final class LocalService extends GameManagerInternal implements CompatScaleProvider {2106 LocalServices.addService(GameManagerInternal.class, localService);