/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardSecurityContainer.java | 215 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/ |
D | device-admin.jd | 98 <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/ |
D | multi-window.jd | 181 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/ |
D | conflict-res.jd | 143 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/ |
D | android_media_AudioSystem.cpp | 1168 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/ |
D | regular_updates.jd | 102 …erant (such as regular updates), you can simply ignore failed connection and transfer attempts.</p>
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | ConnectivityServiceTest.java | 197 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/ |
D | README.rst | 16 performance *at the same time*. libbcc attempts to address these
|
/frameworks/base/docs/html/training/articles/ |
D | scoped-directory-access.jd | 78 <p>The system attempts to grant access to the external directory, and if
|
D | perf-jni.jd | 545 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/ |
D | wearable-recycler-view.jd | 94 attempts to fit 5 items on the screen, regardless of their size.
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | process-bitmap.jd | 164 running task is already associated with the {@link android.widget.ImageView}. If so, it attempts to
|
/frameworks/base/docs/html/work/ |
D | device-management-policy.jd | 56 uppercase characters are two examples). If an application attempts to invoke methods whose
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 2531 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/ |
D | creating-authenticator.jd | 98 // Ignore attempts to confirm credentials
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | connecting.jd | 59 <p>Before your app attempts to connect to the network, it should check to see whether a
|
/frameworks/base/docs/html/training/custom-views/ |
D | custom-drawing.jd | 175 attempts to make its area
|
/frameworks/base/docs/html/training/basics/intents/ |
D | sending.jd | 165 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/ |
D | android-6.0-changes.jd | 77 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/ |
D | text.jd | 171 <p>If you do not explicitly specify an input action then the system attempts to determine if there
|
/frameworks/base/docs/html/guide/practices/ |
D | verifying-apps-art.jd | 234 JNI. Here is an example of the error logged when an app attempts to call JNI
|
/frameworks/base/docs/html/training/safetynet/ |
D | index.jd | 34 profile of that device. The service then attempts to match it to a list of device models that
|
/frameworks/base/docs/html/topic/performance/ |
D | network-xfer.jd | 316 other words, this project attempts to quantify how distorted your compressed
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | doze-standby.jd | 62 attempts to conserve battery by restricting apps' access to network and
|
/frameworks/base/docs/html/guide/topics/media/ |
D | camera.jd | 217 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
|