Searched refs:mA11yManager (Results 1 – 3 of 3) sorted by relevance
137 private AccessibilityManager mA11yManager; field in SystemActions146 mA11yManager = (AccessibilityManager) mContext.getSystemService( in SystemActions()207 mA11yManager.registerSystemAction(actionBack, SYSTEM_ACTION_ID_BACK); in registerActions()208 mA11yManager.registerSystemAction(actionHome, SYSTEM_ACTION_ID_HOME); in registerActions()209 mA11yManager.registerSystemAction(actionRecents, SYSTEM_ACTION_ID_RECENTS); in registerActions()210 mA11yManager.registerSystemAction(actionNotifications, SYSTEM_ACTION_ID_NOTIFICATIONS); in registerActions()211 mA11yManager.registerSystemAction(actionQuickSettings, SYSTEM_ACTION_ID_QUICK_SETTINGS); in registerActions()212 mA11yManager.registerSystemAction(actionPowerDialog, SYSTEM_ACTION_ID_POWER_DIALOG); in registerActions()213 mA11yManager.registerSystemAction(actionLockScreen, SYSTEM_ACTION_ID_LOCK_SCREEN); in registerActions()214 mA11yManager.registerSystemAction(actionTakeScreenshot, SYSTEM_ACTION_ID_TAKE_SCREENSHOT); in registerActions()[all …]
81 private final Lazy<AccessibilityManager> mA11yManager; field in AssistHandleBehaviorController110 mA11yManager = a11yManager; in AssistHandleBehaviorController()229 return mA11yManager.get().getRecommendedTimeoutMillis( in getShowAndGoDuration()
105 private final AccessibilityManager mA11yManager; field in AccessibilityInteractionController131 mA11yManager = mViewRootImpl.mContext.getSystemService(AccessibilityManager.class); in AccessibilityInteractionController()218 mA11yManager.getRequestPreparersForAccessibilityId(accessibilityViewId); in holdOffMessageIfNeeded()