HomeSort by relevance Sort by last modified time
    Searched refs:performGlobalAction (Results 1 - 25 of 40) sorted by null

1 2

  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGlobalActionsTest.java 43 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
52 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
63 getInstrumentation().getUiAutomation().performGlobalAction(
75 getInstrumentation().getUiAutomation().performGlobalAction(
86 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
93 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
103 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
113 getInstrumentation().getUiAutomation().performGlobalAction(
123 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
130 getInstrumentation().getUiAutomation().performGlobalAction(
    [all...]
AccessibilityWindowQueryTest.java 618 assertTrue(uiAutomation.performGlobalAction(
    [all...]
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiAutomatorBridge.java 136 public boolean performGlobalAction(int action) {
137 return mUiAutomation.performGlobalAction(action);
InteractionController.java 768 return mUiAutomatorBridge.performGlobalAction(
779 return mUiAutomatorBridge.performGlobalAction(
790 return mUiAutomatorBridge.performGlobalAction(
  /frameworks/base/core/java/android/accessibilityservice/
IAccessibilityServiceConnection.aidl 67 boolean performGlobalAction(int action);
AccessibilityService.java     [all...]
  /frameworks/base/core/java/android/app/
UiAutomation.java 347 public final boolean performGlobalAction(int action) {
357 return connection.performGlobalAction(action);
359 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0.jar 
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 

Completed in 237 milliseconds

1 2