Home
last modified time | relevance | path

Searched refs:GuestSession (Results 1 – 12 of 12) sorted by relevance

/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/lib/Tmdb/Api/
H A DGuestSession.php22 class GuestSession extends AbstractApi class
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/xml/lib/Api/
H A DGuestSession.php22 class GuestSession extends AbstractApi class
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/lib/Tmdb/
H A DApiMethodsTrait.php110 return new Api\GuestSession($this);
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/
H A DGuestSession.java18 public final class GuestSession { class
H A DBrowserApp.java813 } else if (GuestSession.NOTIFICATION_INTENT.equals(action)) { in onCreate()
814 GuestSession.onNotificationIntentReceived(this); in onCreate()
1336 GuestSession.showNotification(BrowserApp.this); in onStart()
1341 GuestSession.hideNotification(BrowserApp.this); in onStart()
1366 GuestSession.hideNotification(this); in onStop()
4161 GuestSession.hideNotification(context); in showGuestModeDialog()
4263 if (GuestSession.NOTIFICATION_INTENT.equals(action)) { in onNewIntent()
4264 GuestSession.onNotificationIntentReceived(this); in onNewIntent()
H A DGeckoApp.java557 GuestSession.hideNotification(this); in onOptionsItemSelected()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/
H A DGuestSession.java18 public final class GuestSession { class
H A DBrowserApp.java690 } else if (GuestSession.NOTIFICATION_INTENT.equals(action)) { in onCreate()
691 GuestSession.onNotificationIntentReceived(this); in onCreate()
1137 GuestSession.showNotification(BrowserApp.this); in onStart()
1142 GuestSession.hideNotification(BrowserApp.this); in onStart()
1165 GuestSession.hideNotification(this); in onStop()
3857 GuestSession.hideNotification(context); in showGuestModeDialog()
3961 if (GuestSession.NOTIFICATION_INTENT.equals(action)) { in onNewIntent()
3962 GuestSession.onNotificationIntentReceived(this); in onNewIntent()
H A DGeckoApp.java523 GuestSession.hideNotification(this); in onOptionsItemSelected()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/
H A Dgeckoview.ddf51 org.mozilla.gecko.GuestSession \
H A Dmoz.build435 'GuestSession.java',
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/
H A Dmoz.build82 with Files('java/org/mozilla/gecko/*GuestSession*'):