Home
last modified time | relevance | path

Searched refs:MENU_SERVICE_RELATIVE_CLASS_NAME (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/util/
DAccessibilityUtilsTest.java20 …static com.android.internal.accessibility.util.AccessibilityUtils.MENU_SERVICE_RELATIVE_CLASS_NAME;
168 MENU_SERVICE_RELATIVE_CLASS_NAME)), in getAccessibilityMenuComponentToMigrate_isNull_whenTooManyMenuComponents()
170 MENU_SERVICE_RELATIVE_CLASS_NAME)), in getAccessibilityMenuComponentToMigrate_isNull_whenTooManyMenuComponents()
172 MENU_SERVICE_RELATIVE_CLASS_NAME)))); in getAccessibilityMenuComponentToMigrate_isNull_whenTooManyMenuComponents()
185 MENU_SERVICE_RELATIVE_CLASS_NAME)), in getAccessibilityMenuComponentToMigrate_isNull_whenMenuInSystemNotFound()
187 MENU_SERVICE_RELATIVE_CLASS_NAME)))); in getAccessibilityMenuComponentToMigrate_isNull_whenMenuInSystemNotFound()
198 MENU_SERVICE_RELATIVE_CLASS_NAME); in getAccessibilityMenuComponentToMigrate_returnsMenuOutsideSystem()
/frameworks/base/core/java/com/android/internal/accessibility/util/
DAccessibilityUtils.java88 public static final String MENU_SERVICE_RELATIVE_CLASS_NAME = ".AccessibilityMenuService"; field in AccessibilityUtils
98 + MENU_SERVICE_RELATIVE_CLASS_NAME);
348 if (componentName.getClassName().endsWith(MENU_SERVICE_RELATIVE_CLASS_NAME)) { in findA11yMenuComponentNames()