You know exactly what I'm talking about. Yes the first Java JVMs were bytecode interpreters and there are possibly still some out there for some platforms however modern JVMs have JIT.
Android applications are written in the Java language syntax yes but they don't use the Java platform or run as Java on the phone.