Searched refs:CONTROL_COMPONENT (Results 1 – 1 of 1) sorted by relevance
61 private val CONTROL_COMPONENT = ComponentName.unflattenFromString("TEST_PKG/.TEST_CLS")!! regex112 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, CONTROL_COMPONENT)116 `when`(listingController.getAppLabel(CONTROL_COMPONENT)).thenReturn(LABEL)117 `when`(controller.getFavoritesForComponent(CONTROL_COMPONENT)).thenReturn(emptyList())138 .addFavorite(eq(CONTROL_COMPONENT), eq(control.structure!!), capture(captor))