Searched refs:customKey (Results 1 – 1 of 1) sorted by relevance
139 String customKey = mCustomKeyEditText.getText().toString(); in injectCustomKey() local140 if (customKey == null || customKey.length() == 0) { in injectCustomKey()144 injectKeyByShell(Integer.parseInt(customKey)); in injectCustomKey()146 Log.e(TAG, "Invalid key code: " + customKey, e); in injectCustomKey()