OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pressKeyCode
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/keystore/src/android/server/am/
UiDeviceUtils.java
108
pressKeyCode
(KEYCODE_APP_SWITCH);
114
pressKeyCode
(keyCode);
126
private static void
pressKeyCode
(int keyCode) {
127
getDevice().
pressKeyCode
(keyCode);
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
UiDeviceUtils.java
110
pressKeyCode
(KEYCODE_WINDOW);
115
pressKeyCode
(KEYCODE_APP_SWITCH);
121
pressKeyCode
(keyCode);
133
private static void
pressKeyCode
(int keyCode) {
134
getDevice().
pressKeyCode
(keyCode);
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerThrottlingTest.java
145
ud.
pressKeyCode
(KeyEvent.KEYCODE_A);
146
ud.
pressKeyCode
(KeyEvent.KEYCODE_B);
147
ud.
pressKeyCode
(KeyEvent.KEYCODE_C);
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
FbeHelper.java
93
mUiDevice.
pressKeyCode
(KeyEvent.KEYCODE_0 + key - '0');
/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
EncryptionAppTest.java
170
mDevice.
pressKeyCode
(KeyEvent.KEYCODE_1);
171
mDevice.
pressKeyCode
(KeyEvent.KEYCODE_2);
172
mDevice.
pressKeyCode
(KeyEvent.KEYCODE_3);
173
mDevice.
pressKeyCode
(KeyEvent.KEYCODE_4);
174
mDevice.
pressKeyCode
(KeyEvent.KEYCODE_5);
/cts/tests/providerui/src/android/providerui/cts/
MediaStoreUiTest.java
333
mDevice.
pressKeyCode
(KeyEvent.KEYCODE_CAMERA);
337
mDevice.
pressKeyCode
(KeyEvent.KEYCODE_DPAD_CENTER);
/cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java
[
all
...]
Completed in 781 milliseconds