Home
last modified time | relevance | path

Searched refs:attempt (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/proto_logging/stats/atoms/corenetworking/platform/
Dvpn_extension_atoms.proto137 // The all attempt recovery informations in the VPN connection
144 // The list of each ike attempt informations during the VPN connection
152 * Log one ike attempt event informations
155 // Result of the ike attempt
158 // The latency of ike attempt in milliseconds
163 * Log all ike attempt informations during the VPN connection
170 * Log one network switch attempt event informations
173 // Result of the network switch attempt
176 // The latency of the network switch attempt in milliseconds
181 * Log all network switch attempt informations during the VPN connection
[all …]
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
DServicesTests.java59 int attempt = 0; in testStressConcurentFirstLaunch() local
66 attempt ++; in testStressConcurentFirstLaunch()
67 if (attempt >= maxAttempt) { in testStressConcurentFirstLaunch()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests2/src/com/android/framework/multidexlegacytestservices/test2/
DServicesTests.java240 int attempt = 0; in waitServicesCompletion() local
247 attempt++; in waitServicesCompletion()
248 if (attempt >= maxAttempt) { in waitServicesCompletion()
256 int attempt = 0; in waitServicesCompletion() local
263 attempt++; in waitServicesCompletion()
264 if (attempt >= maxAttempt) { in waitServicesCompletion()
/frameworks/proto_logging/stats/enums/stats/otaupdate/
Dupdateengine_enums.proto20 // The payload type of an OTA update attempt on A/B devices.
26 // The attempt result reported by the update engine for an OTA update.
43 // The error code reported by the update engine after an OTA update attempt
/frameworks/compile/mclinker/include/mcld/LD/
DDiagRelocations.inc19 "attempt to generate unsupported relocation `%0' for symbol `%1', "
21 "attempt to generate unsupported relocation `%0' for symbol `%1, "
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
DHostUtils.kt66 var attempt = 0 in retryUntilNonNull() variable
68 while (attempt++ < maxAttempts) { in retryUntilNonNull()
/frameworks/base/samples/training/network-usage/
DREADME.txt14 the device loses its network connection, the app will not attempt to download the feed.
/frameworks/proto_logging/stats/enums/app/wearservices/
Dwearservices_enums.proto91 // This enum depicts an action taken during a backup attempt
97 // Depicts that a backup attempt has begun
100 // Depicts that a backup attempt succeeded
103 // Depicts that a backup attempt did not succeed
107 // This enum depicts an action taken during a restore attempt
113 // Depicts that a restore attempt has begun
116 // Depicts that a restore attempt succeeded
119 // Depicts that a restore attempt did not succeed
/frameworks/base/apex/jobscheduler/service/aconfig/
Djob.aconfig14 …description: "Have JobScheduler attempt to delay the start of some connectivity jobs until there a…
/frameworks/base/core/java/android/app/
DPropertyInvalidatedCache.java709 for (int attempt = 0; attempt < PROPERTY_FAILURE_RETRY_LIMIT; attempt++) {
712 if (attempt > 0) {
717 Log.w(TAG, "Nonce set after " + attempt + " tries");
/frameworks/proto_logging/stats/enums/app/
Dremoteprovisioner_enums.proto21 // The status of an attempt to remotely provision keys and certs.
Dapp_enums.proto45 // No attempt need be made to keep them in sync.
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DPatternBouncerViewModelTest.kt305 repeat(attempts) { attempt -> in <lambda>() method
321 assertWithMessage("Attempt #$attempt").that(dialogViewModel).isNull() in <lambda>()
/frameworks/base/packages/SystemUI/docs/device-entry/
Dbouncer.md20 …1. [KeyguardSecurityContainerController][3] - Manages unlock attempt responses, determines the cor…
/frameworks/base/native/graphics/jni/
DAndroid.bp107 // Image decoders may attempt to allocate a large amount of memory
/frameworks/proto_logging/stats/atoms/telephony/satellite/
Dsatellite_extension_atoms.proto65 // Total count of successful attempt for outgoing datagrams.
69 // Total count of successful attempt for incoming datagrams.
81 // Total count of successful attempt for provisioning.
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java798 int attempt = 0; in startIorapd() local
809 attempt++; in startIorapd()
810 } while (attempt < maxAttempts); in startIorapd()
812 if (attempt == maxAttempts) { in startIorapd()
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto74 // not set applications should not attempt to communicate on this
/frameworks/proto_logging/stats/atoms/credentials/
Dcredentials_extension_atoms.proto134 // Query Start attempt is guaranteed by this emit
273 // Query Start attempt is guaranteed by this emit
359 // Query Start attempt is guaranteed by this emit
/frameworks/minikin/doc/
Dhyb_file_format.md12 It is _not_ intended as an interchange format, so there is no attempt to make the format
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt153 guarantees, the cache implementation should attempt to cache the most
/frameworks/proto_logging/stats/atoms/cronet/
Dcronet_extension_atoms.proto262 // as it may still attempt to keep its internal buffers filled.
372 // how long it took to load (or attempt to load) http flags.
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
DREADME.md113 - Upper layers of the stack, starting from the top (i.e. may not attempt to acquire a higher-layer
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md91 # This will attempt to load layers for all applications, including native executables
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop486 # When enabled, SurfaceFlinger will attempt to clear the per-layer HAL buffer cache slots for

12