Home
last modified time | relevance | path

Searched refs:ACTION_LAUNCH_SETTINGS (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/
H A DDataReportingNotification.java73 Intent prefIntent = new Intent(GeckoApp.ACTION_LAUNCH_SETTINGS); in notifyDataPolicy()
H A DGeckoApp.java126 public static final String ACTION_LAUNCH_SETTINGS = "org.mozilla.gecko.SETTINGS"; field in GeckoApp
1521 if (ACTION_LAUNCH_SETTINGS.equals(action)) { in initialize()
1849 } else if (ACTION_LAUNCH_SETTINGS.equals(action)) { in onNewIntent()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/
H A DDataReportingNotification.java78 Intent prefIntent = new Intent(GeckoApp.ACTION_LAUNCH_SETTINGS); in notifyDataPolicy()
H A DGeckoApp.java147 public static final String ACTION_LAUNCH_SETTINGS = "org.mozilla.gecko.SETTINGS"; field in GeckoApp
1619 if (ACTION_LAUNCH_SETTINGS.equals(action)) { in initialize()
2047 } else if (ACTION_LAUNCH_SETTINGS.equals(action)) { in onNewIntent()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/feeds/action/
H A DCheckForUpdatesAction.java250 final Intent intent = new Intent(GeckoApp.ACTION_LAUNCH_SETTINGS); in createNotificationSettingsAction()