Home
last modified time | relevance | path

Searched refs:eventually (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
DInputMethodServiceTest.java21 import static com.android.compatibility.common.util.SystemUtil.eventually;
97 eventually(() -> { in setUp() method
229 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 …]
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DImeStressTestUtil.java23 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()
DDefaultImeVisibilityTest.java22 import static com.android.compatibility.common.util.SystemUtil.eventually;
98 eventually( in showHideDefaultIme()
/frameworks/av/services/mediametrics/benchmarks/
DREADME.md2 If that happens, just re-run it and it will usually work eventually.
/frameworks/base/apct-tests/perftests/permission/src/android/perftests/permission/
DPermissionServicePerfTest.kt28 import com.android.compatibility.common.util.SystemUtil.eventually in <lambda>()
55 eventually { assertThat(Trace.isTagEnabled(TRACE_TAG)).isTrue() } in <lambda>()
/frameworks/base/location/lib/
DREADME.txt5 to this library, and all classes in this library should eventually be
/frameworks/base/apex/jobscheduler/service/
DAndroid.bp1 // Job Scheduler Service jar, which will eventually be put in the jobscheduler mainline apex.
/frameworks/base/media/lib/tvremote/
DREADME.txt22 This library will eventually be replaced when the inputmanager
/frameworks/base/media/lib/remotedisplay/
DREADME.txt31 This library will eventually be replaced when the media route provider
/frameworks/base/media/lib/signer/
DREADME.txt32 This library will eventually be replaced when the provisioned certificate-
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/
DREADME.md18 the receiver, use the `updateMediaTapToTransferReceiverDisplay` API. The APIs eventually flow into
/frameworks/base/tests/UpdatableSystemFontTest/src/com/android/updatablesystemfont/
DUpdatableSystemFontTest.java278 SystemUtil.eventually( in launchApp()
296 SystemUtil.eventually(() -> { in launchApp_afterUpdateFont()
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md73 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 congruent
192 by the new sync. It will eventually apply with SysUI's apply token and
/frameworks/hardware/interfaces/sensorservice/1.0/
DREADME90 up the (kernel binder buffer) memory space of the client process, eventually the
/frameworks/base/
DAndroid.bp168 //This will eventually replace the item above, and serves the
/frameworks/base/packages/SystemUI/docs/
Dscene.md350 risk and performance concerns but will eventually replace it with the more common element
/frameworks/proto_logging/stats/
Datoms.proto7992 * TODO: DataUsageBytesTransfer should be eventually replaced with DataUsageBytesTransferV2.