Home
last modified time | relevance | path

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

/cts/tests/inputmethod/testapp/src/android/view/inputmethod/ctstestapp/
DMainActivity.java72 private boolean getBooleanIntentExtra(String key) { in getBooleanIntentExtra() method in MainActivity
89 final boolean needShowDialog = getBooleanIntentExtra(EXTRA_KEY_SHOW_DIALOG); in onCreate()