Home
last modified time | relevance | path

Searched refs:ConnectionResult (Results 1 – 25 of 74) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/gcore/
H A DGoogleApiClientHelperTest.java15 import com.google.android.gms.common.ConnectionResult;
58 helper.onConnectionFailed(new ConnectionResult(ConnectionResult.SERVICE_UPDATING)); in connectionAttemptDelayTest()
72 helper.onConnectionFailed(new ConnectionResult(ConnectionResult.DEVELOPER_ERROR)); in connectionFailureTest()
80 helper.onConnectionFailed(new ConnectionResult(ConnectionResult.SERVICE_UPDATING)); in connectionFailureTest()
88 helper.onConnectionFailed(new ConnectionResult(ConnectionResult.SERVICE_UPDATING)); in connectionFailureTest()
103 helper.onConnectionFailed(new ConnectionResult(ConnectionResult.SERVICE_UPDATING)); in connectionAttemptsResetTest()
115 helper.onConnectionFailed(new ConnectionResult(ConnectionResult.SERVICE_UPDATING)); in connectionAttemptsResetTest()
123 helper.onConnectionFailed(new ConnectionResult(ConnectionResult.SERVICE_UPDATING)); in connectionAttemptsResetTest()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrake.Worker/Routing/Results/
H A DConnectionResult.cs12 public class ConnectionResult class
14 public ConnectionResult() in ConnectionResult() method in HandBrake.Worker.Routing.Results.ConnectionResult
18 public ConnectionResult(bool isSuccessfulConnection, string token, string error) in ConnectionResult() method in HandBrake.Worker.Routing.Results.ConnectionResult
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/gcore/
H A DGoogleApiClientHelper.java10 import com.google.android.gms.common.ConnectionResult;
211 public void onConnectionFailed(ConnectionResult result) { in onConnectionFailed()
245 return errorCode == ConnectionResult.INTERNAL_ERROR in isErrorRecoverableByRetrying()
246 || errorCode == ConnectionResult.NETWORK_ERROR in isErrorRecoverableByRetrying()
247 || errorCode == ConnectionResult.SERVICE_UPDATING; in isErrorRecoverableByRetrying()
H A DChromeGoogleApiClientImpl.java9 import com.google.android.gms.common.ConnectionResult;
65 ConnectionResult result = mClient.blockingConnect(timeout, TimeUnit.MILLISECONDS); in connectWithTimeout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/background_sync/
H A DBackgroundSyncGooglePlayServicesCheckerTest.java10 import com.google.android.gms.common.ConnectionResult;
28 ConnectionResult.SUCCESS); in testDisableLogicWhenGooglePlayServicesReturnsSuccess()
36 ConnectionResult.SERVICE_VERSION_UPDATE_REQUIRED); in testDisableLogicWhenGooglePlayServicesReturnsError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/externalauth/
H A DExternalAuthUtils.java18 import com.google.android.gms.common.ConnectionResult;
161 return (resultCode == ConnectionResult.SERVICE_MISSING in isGooglePlayServicesMissing()
162 || resultCode == ConnectionResult.SERVICE_INVALID); in isGooglePlayServicesMissing()
179 if (resultCode == ConnectionResult.SUCCESS) return true; in canUseGooglePlayServices()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_deps/util/org/chromium/gms/
H A DChromiumPlayServicesAvailability.java8 import com.google.android.gms.common.ConnectionResult;
49 == ConnectionResult.SUCCESS; in isGooglePlayServicesAvailable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/shape_detection/android/java/src/org/chromium/shape_detection/
H A DFaceDetectionProviderImpl.java7 import com.google.android.gms.common.ConnectionResult;
29 == ConnectionResult.SUCCESS; in createFaceDetection()
H A DBarcodeDetectionProviderImpl.java11 import com.google.android.gms.common.ConnectionResult;
59 != ConnectionResult.SUCCESS) { in create()
H A DTextDetectionImpl.java11 import com.google.android.gms.common.ConnectionResult;
94 != ConnectionResult.SUCCESS) { in create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/geolocation/android/java/src/org/chromium/device/geolocation/
H A DLocationProviderGmsCore.java11 import com.google.android.gms.common.ConnectionResult;
46 == ConnectionResult.SUCCESS; in isGooglePlayServicesAvailable()
115 public void onConnectionFailed(ConnectionResult result) { in onConnectionFailed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/
H A DAppHooks.java13 import com.google.android.gms.common.ConnectionResult;
335 if (apkVersion >= minApkVersion) return ConnectionResult.SUCCESS; in isGoogleApiAvailableWithMinApkVersion()
337 return ConnectionResult.SERVICE_MISSING; in isGoogleApiAvailableWithMinApkVersion()
339 return ConnectionResult.SERVICE_VERSION_UPDATE_REQUIRED; in isGoogleApiAvailableWithMinApkVersion()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/mysql/connection/
H A Durl.rs7 use result::{ConnectionError, ConnectionResult};
18 pub fn parse(database_url: &str) -> ConnectionResult<Self> { in parse()
77 fn decode_into_cstring(s: &str) -> ConnectionResult<CString> { in decode_into_cstring()
H A Draw.rs10 use result::{ConnectionError, ConnectionResult, QueryResult};
42 pub fn connect(&self, connection_options: &ConnectionOptions) -> ConnectionResult<()> { in connect() argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/mysql/connection/
H A Durl.rs7 use result::{ConnectionError, ConnectionResult};
18 pub fn parse(database_url: &str) -> ConnectionResult<Self> { in parse()
77 fn decode_into_cstring(s: &str) -> ConnectionResult<CString> { in decode_into_cstring()
H A Draw.rs10 use result::{ConnectionError, ConnectionResult, QueryResult};
42 pub fn connect(&self, connection_options: &ConnectionOptions) -> ConnectionResult<()> { in connect() argument
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/
H A Devent.h83 DEFINE_EVENT_BEGIN(ConnectionResult)
85 DEFINE_EVENT_END(ConnectionResult)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/shape_detection/android/javatests/src/org/chromium/shape_detection/
H A DTestUtils.java13 import com.google.android.gms.common.ConnectionResult;
34 == ConnectionResult.SUCCESS; in isGmsCoreSupported()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/
H A DChromeCastDisplay.java15 import com.google.android.gms.common.ConnectionResult;
36 if (status != ConnectionResult.SUCCESS) { in ChromeCastDisplay()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/gcm/
H A DGcmTokenClient.java13 import com.google.android.gms.common.ConnectionResult;
53 if (resultCode != ConnectionResult.SUCCESS) { in ensurePlayServices()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/
H A DChromeCastDisplay.java17 import com.google.android.gms.common.ConnectionResult;
38 if (status != ConnectionResult.SUCCESS) { in ChromeCastDisplay()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/gcm/
H A DGcmTokenClient.java13 import com.google.android.gms.common.ConnectionResult;
53 if (resultCode != ConnectionResult.SUCCESS) { in ensurePlayServices()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/geolocation/android/java/src/org/chromium/device/geolocation/
H A DLocationProviderGmsCore.java11 import com.google.android.gms.common.ConnectionResult;
114 public void onConnectionFailed(ConnectionResult result) { in onConnectionFailed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/externalauth/
H A DExternalAuthUtilsTest.java19 import com.google.android.gms.common.ConnectionResult;
56 ConnectionResult.SUCCESS); in testCanUseGooglePlayServicesSuccess()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/signin/core/browser/android/java/src/org/chromium/components/signin/
H A DSystemAccountManagerDelegate.java32 import com.google.android.gms.common.ConnectionResult;
94 if (resultCode == ConnectionResult.SUCCESS) { in checkCanUseGooglePlayServices()
267 return resultCode == ConnectionResult.SUCCESS; in isGooglePlayServicesAvailable()

123