Home
last modified time | relevance | path

Searched refs:PUSH_ENDPOINT (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DWebPushTest.kt32 val PUSH_ENDPOINT: String = "https://test.endpoint" constant
85 …ssertThat("Push endpoint should match", subscription.getString("endpoint"), equalTo(PUSH_ENDPOINT)) in verifySubscription()
207 WebPushSubscription("https://scope", PUSH_ENDPOINT, in invalidDuplicateKeys()
215 val sub = WebPushSubscription(testScope, PUSH_ENDPOINT, in parceling()
245 …storedSubscription = WebPushSubscription(scope, PUSH_ENDPOINT, appServerKey, WebPushUtils.keyToByt… in onSubscribe()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DWebPushTest.kt33 val PUSH_ENDPOINT: String = "https://test.endpoint" in <lambda>() constant
88 …ssertThat("Push endpoint should match", subscription.getString("endpoint"), equalTo(PUSH_ENDPOINT)) in <lambda>()
203 WebPushSubscription("https://scope", PUSH_ENDPOINT, in <lambda>()
211 val sub = WebPushSubscription(testScope, PUSH_ENDPOINT, in <lambda>()
241 …storedSubscription = WebPushSubscription(scope, PUSH_ENDPOINT, appServerKey, WebPushUtils.keyToByt… in <lambda>()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DWebPushTest.kt32 val PUSH_ENDPOINT: String = "https://test.endpoint" in <lambda>() constant
88 …ssertThat("Push endpoint should match", subscription.getString("endpoint"), equalTo(PUSH_ENDPOINT)) in <lambda>()
215 WebPushSubscription("https://scope", PUSH_ENDPOINT, in <lambda>()
223 val sub = WebPushSubscription(testScope, PUSH_ENDPOINT, in <lambda>()
253 …storedSubscription = WebPushSubscription(scope, PUSH_ENDPOINT, appServerKey, WebPushUtils.keyToByt… in <lambda>()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DWebPushTest.kt32 val PUSH_ENDPOINT: String = "https://test.endpoint" in <lambda>() constant
88 …ssertThat("Push endpoint should match", subscription.getString("endpoint"), equalTo(PUSH_ENDPOINT)) in <lambda>()
215 WebPushSubscription("https://scope", PUSH_ENDPOINT, in <lambda>()
223 val sub = WebPushSubscription(testScope, PUSH_ENDPOINT, in <lambda>()
253 …storedSubscription = WebPushSubscription(scope, PUSH_ENDPOINT, appServerKey, WebPushUtils.keyToByt… in <lambda>()
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/optimize/
H A Dbackstop.py17 PUSH_ENDPOINT = "{head_repository}/json-pushes/?startID={push_id_start}&endID={push_id_end}" variable
93 url = PUSH_ENDPOINT.format(
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/util/
H A Dseta.py24 PUSH_ENDPOINT = "https://hg.mozilla.org/integration/%s/json-pushes/?startID=%d&endID=%d" variable
129 url = PUSH_ENDPOINT % (project, cur_push_id - 2, prev_push_id)