Searched refs:INPUT_SERVICE (Results 1 – 11 of 11) sorted by relevance
79 `when`(context.getSystemService(eq(Context.INPUT_SERVICE))).thenReturn(inputManager) in setup()
91 when(mContextSpy.getSystemService(eq(Context.INPUT_SERVICE))).thenReturn(inputManager); in setUp()
88 when(mContextSpy.getSystemService(eq(Context.INPUT_SERVICE))).thenReturn(inputManager); in setUp()
192 when(mContextSpy.getSystemService(eq(Context.INPUT_SERVICE))).thenReturn(inputManager); in setUp()
85 @SystemService(Context.INPUT_SERVICE)332 .asInterface(ServiceManager.getServiceOrThrow(Context.INPUT_SERVICE))); in getInstance()
3883 INPUT_SERVICE,5350 public static final String INPUT_SERVICE = "input"; field in Context
496 registerService(Context.INPUT_SERVICE, InputManager.class, in registerService() argument
1588 ServiceManager.addService(Context.INPUT_SERVICE, inputManager, in startOtherServices()
2714 addServiceToMap(mAppBindArgs, Context.INPUT_SERVICE); in getCommonServicesLocked()
7250 field public static final java.lang.String INPUT_SERVICE = "input";
9816 field public static final String INPUT_SERVICE = "input";