Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DWindowMagnificationPromptController.java59 static final String ACTION_TURN_ON_IN_SETTINGS = field in WindowMagnificationPromptController
120 .setContentIntent(createPendingIntent(ACTION_TURN_ON_IN_SETTINGS)) in showNotificationIfNeeded()
145 createPendingIntent(ACTION_TURN_ON_IN_SETTINGS)).build(); in buildTurnOnAction()
161 intentFilter.addAction(ACTION_TURN_ON_IN_SETTINGS); in registerReceiverIfNeeded()
201 if (ACTION_TURN_ON_IN_SETTINGS.equals(action)) { in onReceive()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DWindowMagnificationPromptControllerTest.java23 ….server.accessibility.magnification.WindowMagnificationPromptController.ACTION_TURN_ON_IN_SETTINGS;
112 final Intent intent = new Intent(ACTION_TURN_ON_IN_SETTINGS); in tapTurnOnAction_isShown_cancelNotificationAndLaunchMagnificationSettings()
123 final Intent intent = new Intent(ACTION_TURN_ON_IN_SETTINGS); in tapTurnOnAction_isShown_settingsValueIsFalseAndUnregisterReceiver()