Searched refs:ACTION_ADD_CONTROL (Results 1 – 3 of 3) sorted by relevance
79 intent = Intent(ControlsProviderService.ACTION_ADD_CONTROL).apply { in setUp()162 val badIntent = Intent(ControlsProviderService.ACTION_ADD_CONTROL).apply { in testClassCastExceptionComponentName_noCrash()173 val badIntent = Intent(ControlsProviderService.ACTION_ADD_CONTROL).apply { in testClassCastExceptionControl_noCrash()193 val badIntent = Intent(ControlsProviderService.ACTION_ADD_CONTROL).apply { in testClassNotFoundExceptionComponent_noCrash()212 val badIntent = Intent(ControlsProviderService.ACTION_ADD_CONTROL).apply { in testClassNotFoundExceptionControl_noCrash()222 val badIntent = Intent(ControlsProviderService.ACTION_ADD_CONTROL).apply { in testMissingComponentName_noCrash()232 val badIntent = Intent(ControlsProviderService.ACTION_ADD_CONTROL).apply { in testMissingControl_noCrash()
128 public static final String ACTION_ADD_CONTROL = field in ControlsProviderService419 Intent intent = new Intent(ACTION_ADD_CONTROL);
306 assertEquals(ControlsProviderService.ACTION_ADD_CONTROL, intent.getAction()); in testRequestAdd()