Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 25 of 57) 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/services/tests/servicestests/src/com/android/server/
DConnectivityServiceTest.java187 final int attempts = 50; // Causes the test to take about 200ms on bullhead-eng. in testIdleableHandlerThread() local
190 for (int i = 0; i < attempts; i++) { in testIdleableHandlerThread()
203 for (int i = 0; i < attempts; i++) { in testIdleableHandlerThread()
210 for (int i = 0; i < attempts; i++) { in testIdleableHandlerThread()
219 fail("expected race condition at least once in " + attempts + " attempts"); in testIdleableHandlerThread()
/frameworks/base/docs/html/preview/features/
Dmulti-window.jd181 the user attempts to open a fixed-orientation app under multi-window mode,
200 user attempts to launch the activity in multi-window mode, the activity takes
390 <li>If the device is in split-screen mode, the system attempts to create the
501 If you did not build your app with the N Preview SDK and the user attempts to use
Dscoped-folder-access.jd71 <p>The system attempts to grant access to the external directory, and if
Dafw.jd103 user attempts to open any work apps. If the user successfully completes the
/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.cpp1129 int attempts = MAX_PORT_GENERATION_SYNC_ATTEMPTS; in android_media_AudioSystem_listAudioPorts() local
1134 if (attempts-- < 0) { in android_media_AudioSystem_listAudioPorts()
1360 int attempts = MAX_PORT_GENERATION_SYNC_ATTEMPTS; in android_media_AudioSystem_listAudioPatches() local
1365 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/compile/libbcc/
DREADME.rst16 performance *at the same time*. libbcc attempts to address these
/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.java2528 int attempts = 3; in loadSoundEffects() local
2533 while ((reply.mStatus == 1) && (attempts-- > 0)) { in loadSoundEffects()
4344 int attempts = 3; in onLoadSoundEffects() local
4345 while ((mSoundPoolCallBack == null) && (attempts-- > 0)) { in onLoadSoundEffects()
4408 attempts = 3; in onLoadSoundEffects()
4410 while ((status == 1) && (attempts-- > 0)) { in onLoadSoundEffects()
/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/sync-adapters/
Dcreating-authenticator.jd98 // Ignore attempts to confirm credentials
/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.jd212 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/training/monitoring-device-state/
Ddoze-standby.jd62 attempts to conserve battery by restricting apps' access to network and
/frameworks/base/docs/html/training/articles/
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-intl/intl/ru/guide/topics/providers/
Dcontent-provider-creating.jd738 * Creates the data repository. This is called when the provider attempts to open the
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Dcontent-provider-creating.jd738 * Creates the data repository. This is called when the provider attempts to open the

123