Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityContainer.java215 private void showAlmostAtWipeDialog(int attempts, int remaining, int userType) { in showAlmostAtWipeDialog() argument
220 attempts, remaining); in showAlmostAtWipeDialog()
224 attempts, remaining); in showAlmostAtWipeDialog()
228 attempts, remaining); in showAlmostAtWipeDialog()
234 private void showWipeDialog(int attempts, int userType) { in showWipeDialog() argument
239 attempts); in showWipeDialog()
243 attempts); in showWipeDialog()
247 attempts); in showWipeDialog()
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd98 <p>If a device attempts to connect to a server that requires policies not
193 <td>Maximum failed password attempts </td>
250 <li>Set how many failed password attempts can occur before the device is wiped
347 example, if the user attempts to set a new password that doesn't meet the policy
615 <h5>Set maximum failed password attempts</h5>
616 <p>You can set the maximum number of allowed failed password attempts before the
685 wiped after a specific number of failed password attempts.</p>
/frameworks/base/docs/html/guide/topics/ui/
Dmulti-window.jd181 the user attempts to open a fixed-orientation app under multi-window mode,
203 user attempts to launch the activity in multi-window mode, the activity takes
402 <li>If the device is in split-screen mode, the system attempts to create the
508 If your app targets API level 23 or lower and the user attempts to use
/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd143 Then device B saves the state to the cloud. When device A attempts to save, a
386 <td>Device B attempts to save state to cloud.
431 <p>Analyzing the previous attempts, it seems that what those strategies
539 <td>Device B attempts to save state to cloud.
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp1168 int attempts = MAX_PORT_GENERATION_SYNC_ATTEMPTS; in android_media_AudioSystem_listAudioPorts() local
1173 if (attempts-- < 0) { in android_media_AudioSystem_listAudioPorts()
1399 int attempts = MAX_PORT_GENERATION_SYNC_ATTEMPTS; in android_media_AudioSystem_listAudioPatches() local
1404 if (attempts-- < 0) { in android_media_AudioSystem_listAudioPatches()
/frameworks/base/docs/html/training/efficient-downloads/
Dregular_updates.jd102 …erant (such as regular updates), you can simply ignore failed connection and transfer attempts.</p>
/frameworks/base/services/tests/servicestests/src/com/android/server/
DConnectivityServiceTest.java197 final int attempts = 50; // Causes the test to take about 200ms on bullhead-eng. in testIdleableHandlerThread() local
200 for (int i = 0; i < attempts; i++) { in testIdleableHandlerThread()
213 for (int i = 0; i < attempts; i++) { in testIdleableHandlerThread()
220 for (int i = 0; i < attempts; i++) { in testIdleableHandlerThread()
229 fail("expected race condition at least once in " + attempts + " attempts"); in testIdleableHandlerThread()
/frameworks/compile/libbcc/
DREADME.rst16 performance *at the same time*. libbcc attempts to address these
/frameworks/base/docs/html/training/articles/
Dscoped-directory-access.jd78 <p>The system attempts to grant access to the external directory, and if
Dperf-jni.jd545 Older versions will vigorously reject attempts to use them. You can use
674 with your application, so attempts to find app-specific classes will fail.</p>
/frameworks/base/docs/html/wear/preview/features/
Dwearable-recycler-view.jd94 attempts to fit 5 items on the screen, regardless of their size.
/frameworks/base/docs/html/training/displaying-bitmaps/
Dprocess-bitmap.jd164 running task is already associated with the {@link android.widget.ImageView}. If so, it attempts to
/frameworks/base/docs/html/work/
Ddevice-management-policy.jd56 uppercase characters are two examples). If an application attempts to invoke methods whose
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2531 int attempts = 3; in loadSoundEffects() local
2536 while ((reply.mStatus == 1) && (attempts-- > 0)) { in loadSoundEffects()
4355 int attempts = 3; in onLoadSoundEffects() local
4356 while ((mSoundPoolCallBack == null) && (attempts-- > 0)) { in onLoadSoundEffects()
4419 attempts = 3; in onLoadSoundEffects()
4421 while ((status == 1) && (attempts-- > 0)) { in onLoadSoundEffects()
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-authenticator.jd98 // Ignore attempts to confirm credentials
/frameworks/base/docs/html/training/basics/network-ops/
Dconnecting.jd59 <p>Before your app attempts to connect to the network, it should check to see whether a
/frameworks/base/docs/html/training/custom-views/
Dcustom-drawing.jd175 attempts to make its area
/frameworks/base/docs/html/training/basics/intents/
Dsending.jd165 starts in case you need to disable the feature that uses the intent before the user attempts to use
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0-changes.jd77 for a period of time, the device goes into <em>Doze</em> mode, where it attempts to keep the system
255 application attempts to use the camera. In the deprecated {@link android.hardware.Camera} API,
/frameworks/base/docs/html/guide/topics/ui/controls/
Dtext.jd171 <p>If you do not explicitly specify an input action then the system attempts to determine if there
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd234 JNI. Here is an example of the error logged when an app attempts to call JNI
/frameworks/base/docs/html/training/safetynet/
Dindex.jd34 profile of that device. The service then attempts to match it to a list of device models that
/frameworks/base/docs/html/topic/performance/
Dnetwork-xfer.jd316 other words, this project attempts to quantify how distorted your compressed
/frameworks/base/docs/html/training/monitoring-device-state/
Ddoze-standby.jd62 attempts to conserve battery by restricting apps' access to network and
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd217 subsequent attempts to access the camera, including those by your own application, will fail and may
786 your application does not properly release the camera, all subsequent attempts to access the camera,
827 camera, all subsequent attempts to access the camera, including those by your own application, will

123