Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeCommand.java26 private static final String ID_KEY = "id"; field in ImeCommand
47 mId = bundle.getLong(ID_KEY); in ImeCommand()
59 bundle.putLong(ID_KEY, mId); in toBundle()