Home
last modified time | relevance | path

Searched refs:fromBundle (Results 1 – 10 of 10) 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
DImeEvent.java163 static ImeEvent fromBundle(@NonNull Bundle bundle) { in fromBundle() method in ImeEvent
173 final ImeState enterState = ImeState.fromBundle(bundle.getBundle("mEnterState")); in fromBundle()
174 final ImeState exitState = ImeState.fromBundle(bundle.getBundle("mExitState")); in fromBundle()
DImeCommand.java52 static ImeCommand fromBundle(@NonNull Bundle bundle) { in fromBundle() method in ImeCommand
DImeEventStreamTestUtils.java211 ImeCommand.fromBundle(event.getArguments().getBundle("command"));
DMockImeSession.java133 mCurrentEventStore.add(ImeEvent.fromBundle(intent.getExtras())); in onReceive()
DMockIme.java134 mOnReceiveCommand.accept(ImeCommand.fromBundle(intent.getExtras())); in onReceive()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/
DFingerprintCallbackHelper.java74 public static State fromBundle(@NonNull Bundle bundle) { in fromBundle() method in FingerprintCallbackHelper.State
DFingerprintServiceTest.java85 FingerprintCallbackHelper.State.fromBundle(bundle); in getCallbackState()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricCallbackHelper.java71 public static BiometricCallbackHelper.State fromBundle(@NonNull Bundle bundle) { in fromBundle() method in BiometricCallbackHelper.State
DBiometricTestBase.java473 BiometricCallbackHelper.State.fromBundle(bundle); in getCallbackState()