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

  /frameworks/base/core/java/android/accessibilityservice/
IAccessibilityServiceConnection.aidl 67 boolean performGlobalAction(int action);
AccessibilityService.java 521 public final boolean performGlobalAction(int action) {
526 return connection.performGlobalAction(action);
528 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiAutomatorBridge.java 136 public boolean performGlobalAction(int action) {
137 return mUiAutomation.performGlobalAction(action);
InteractionController.java 770 return mUiAutomatorBridge.performGlobalAction(
781 return mUiAutomatorBridge.performGlobalAction(
792 return mUiAutomatorBridge.performGlobalAction(
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 522 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
531 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
541 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
552 getInstrumentation().getUiAutomation().performGlobalAction(
562 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
569 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
579 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
586 getInstrumentation().getUiAutomation().performGlobalAction(
596 assertTrue(getInstrumentation().getUiAutomation().performGlobalAction(
603 getInstrumentation().getUiAutomation().performGlobalAction(
    [all...]
  /frameworks/base/core/java/android/app/
UiAutomation.java 284 public final boolean performGlobalAction(int action) {
294 return connection.performGlobalAction(action);
296 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 361 milliseconds