Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEvent.java156 static ImeEvent fromBundle(@NonNull Bundle bundle) { in fromBundle() method in ImeEvent
166 final ImeState enterState = ImeState.fromBundle(bundle.getBundle("mEnterState")); in fromBundle()
167 final ImeState exitState = ImeState.fromBundle(bundle.getBundle("mExitState")); in fromBundle()
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
DImeEventStreamTestUtils.java202 ImeCommand.fromBundle(event.getArguments().getBundle("command"));
DMockImeSession.java126 mCurrentEventStore.add(ImeEvent.fromBundle(intent.getExtras())); in onReceive()
DMockIme.java109 mOnReceiveCommand.accept(ImeCommand.fromBundle(intent.getExtras())); in onReceive()