D | ImeCommand.java | 23 public final class ImeCommand { class 37 ImeCommand(@NonNull String name, long id, boolean dispatchToMainThread, in ImeCommand() method in ImeCommand 45 private ImeCommand(@NonNull Bundle bundle) { in ImeCommand() method in ImeCommand 52 static ImeCommand fromBundle(@NonNull Bundle bundle) { in fromBundle() 53 return new ImeCommand(bundle); in fromBundle()
|