Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeState.java61 static ImeState fromBundle(@Nullable Bundle bundle) { in fromBundle() method in ImeState
DImeCommand.java52 static ImeCommand fromBundle(@NonNull Bundle bundle) { in fromBundle() method in ImeCommand
DImeEvent.java187 static ImeEvent fromBundle(@NonNull Bundle bundle) { in fromBundle() method in ImeEvent
197 final ImeState enterState = ImeState.fromBundle(bundle.getBundle("mEnterState")); in fromBundle()
198 final ImeState exitState = ImeState.fromBundle(bundle.getBundle("mExitState")); in fromBundle()
DImeEventStreamTestUtils.java277 ImeCommand.fromBundle(event.getArguments().getBundle("command"));
394 ImeCommand.fromBundle(event.getArguments().getBundle("command"));
DMockImeSession.java177 mCurrentEventStore.add(ImeEvent.fromBundle(bundle)); in accept()
DMockIme.java143 onReceiveCommand(ImeCommand.fromBundle(bundle));
/cts/tests/inputmethod/mocka11yime/common/src/com/android/cts/mocka11yime/
DMockA11yImeCommand.java56 static MockA11yImeCommand fromBundle(@NonNull Bundle bundle) { in fromBundle() method in MockA11yImeCommand
DMockA11yImeEvent.java178 static MockA11yImeEvent fromBundle(@NonNull Bundle bundle) { in fromBundle() method in MockA11yImeEvent
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/util/
DFingerprintCallbackHelper.java74 public static State fromBundle(@NonNull Bundle bundle) { in fromBundle() method in FingerprintCallbackHelper.State
/cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/
DMockA11yImeEventStreamUtils.java176 MockA11yImeCommand.fromBundle(event.getArguments().getBundle("command"));
DMockA11yImeSession.java139 MockA11yImeEvent.fromBundle(intent.getExtras())); in onReceive()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/util/
DBiometricCallbackHelper.java71 public static BiometricCallbackHelper.State fromBundle(@NonNull Bundle bundle) { in fromBundle() method in BiometricCallbackHelper.State
/cts/tests/app/src/android/app/cts/
DBroadcastOptionsTest.java46 return BroadcastOptions.fromBundle(bo.toBundle()); in cloneViaBundle()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/
DFingerprintManagerTest.java109 FingerprintCallbackHelper.State.fromBundle(bundle); in getCallbackState()
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
DMockA11yIme.java83 mOnReceiveCommand.accept(MockA11yImeCommand.fromBundle(intent.getExtras())); in onReceive()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricTestBase.java561 BiometricCallbackHelper.State.fromBundle(bundle); in getCallbackState()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt5462 … method @NonNull public static android.app.BroadcastOptions fromBundle(@NonNull android.os.Bundle);