Searched refs:eventually (Results 1 – 17 of 17) sorted by relevance
21 import static com.android.compatibility.common.util.SystemUtil.eventually;97 eventually(() -> { in setUp() method229 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_showImeWithHardKeyboard()235 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_showImeWithHardKeyboard()241 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_showImeWithHardKeyboard()256 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isFalse()); in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()262 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()268 eventually(() -> assertThat(mInputMethodService.onEvaluateInputViewShown()).isTrue()); in testOnEvaluateInputViewShown_disableShowImeWithHardKeyboard()342 eventually(() -> assertThat(mUiDevice.isNaturalOrientation()).isFalse()); in testShowSoftInputExplicitly_fullScreenMode()344 eventually(() -> in testShowSoftInputExplicitly_fullScreenMode()[all …]
23 import static com.android.compatibility.common.util.SystemUtil.eventually;166 eventually(() -> assertWithMessage(message).that(callOnMainSync(pred)).isTrue(), TIMEOUT); in waitOnMainUntil()171 eventually( in waitOnMainUntilImeIsShown()181 eventually( in waitOnMainUntilImeIsHidden()191 eventually( in waitOnMainUntilWindowGainsFocus()202 eventually( in waitOnMainUntilViewGainsFocus()
22 import static com.android.compatibility.common.util.SystemUtil.eventually;98 eventually( in showHideDefaultIme()
2 If that happens, just re-run it and it will usually work eventually.
28 import com.android.compatibility.common.util.SystemUtil.eventually in <lambda>()55 eventually { assertThat(Trace.isTagEnabled(TRACE_TAG)).isTrue() } in <lambda>()
5 to this library, and all classes in this library should eventually be
1 // Job Scheduler Service jar, which will eventually be put in the jobscheduler mainline apex.
22 This library will eventually be replaced when the inputmanager
31 This library will eventually be replaced when the media route provider
32 This library will eventually be replaced when the provisioned certificate-
18 the receiver, use the `updateMediaTapToTransferReceiverDisplay` API. The APIs eventually flow into
278 SystemUtil.eventually( in launchApp()296 SystemUtil.eventually(() -> { in launchApp_afterUpdateFont()
73 eventually send every seqId (or a seqId > than it) back to the server.164 eventually be merged to be applied by the WindowManager. We can see that we have a congruent192 by the new sync. It will eventually apply with SysUI's apply token and
90 up the (kernel binder buffer) memory space of the client process, eventually the
168 //This will eventually replace the item above, and serves the
350 risk and performance concerns but will eventually replace it with the more common element
7992 * TODO: DataUsageBytesTransfer should be eventually replaced with DataUsageBytesTransferV2.