Searched refs:control2 (Results 1 – 4 of 4) sorted by relevance
42 final int control2 = 3; in call_writeToBundle_fromBundle_reconstructsSuccessfully() local52 call.addControl(control2); in call_writeToBundle_fromBundle_reconstructsSuccessfully()67 assertThat(reconstructedCall.getControls()).containsExactly(control1, control2); in call_writeToBundle_fromBundle_reconstructsSuccessfully()
124 Control control2 = new Control.StatelessBuilder("TEST_ID_2", mPendingIntent) in testOnLoad_allStateless() local134 list.add(control2); in testOnLoad_allStateless()187 Control control2 = new Control.StatelessBuilder("TEST_ID_2", mPendingIntent) in testOnLoadSuggested_allStateless() local197 list.add(control2); in testOnLoadSuggested_allStateless()
549 final InsetsSourceControl control2 = imeInsetsProvider.getControl(app2); in testGetInsetsHintForNewControl() local550 assertNotNull(control2); in testGetInsetsHintForNewControl()552 control2.getInsetsHint().bottom); in testGetInsetsHintForNewControl()
329 val control2 = statelessBuilderFromInfo(TEST_CONTROL_INFO_2).build() regex343 assertEquals(ControlStatus(control2, TEST_COMPONENT, false), controlStatus2)353 controlLoadCallbackCaptor.value.accept(listOf(control, control2))