Searched refs:getKeyInterceptTimeout (Results 1 – 3 of 3) sorted by relevance
229 long getKeyInterceptTimeout(int keyCode) { in getKeyInterceptTimeout() method in KeyCombinationManager
2994 final long interceptTimeout = mKeyCombinationManager.getKeyInterceptTimeout(keyCode);
229 assertTrue(mKeyCombinationManager.getKeyInterceptTimeout(KEYCODE_VOLUME_UP) > eventTime); in testKeyInterceptTimeout()