Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/av/media/libmedia/
DSingleStateQueue.cpp70 for (int tries = 0; ; ) { in poll() local
73 if (++tries >= MAX_TRIES) { in poll()
87 if (++tries >= MAX_TRIES) { in poll()
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags56 # when someone tries to cancel a notification, the notification manager sometimes
59 # when someone tries to cancel all of the notifications for a particular package
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt42 The application tries to take good pictures for you automatically when in the
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-stub-provider.jd41 If the sync adapter framework tries to run your sync adapter, and your app doesn't have a
153 stub provider to the system, nothing tries to access the provider itself.
Drunning-sync-adapter.jd365 has to account for other sync adapter executions and tries to maximize battery efficiency, the
463 seconds before running the sync request, because it tries to optimize battery use by
Dcreating-sync-adapter.jd306 creating it until the service starts, which happens when the framework first tries to run your
/frameworks/base/docs/html/training/secure-file-sharing/
Dretrieve-info.jd27 Before a client app tries to work with a file for which it has a content URI, the app can
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dadvanced-nfc.jd121 the tag dispatch system tries to start an activity with the {@link
132 intents</a> for more information. In general, the tag dispatch system tries to start a {@link
Dnfc.jd82 NFC tags, parses them, and tries to locate applications that are interested in the scanned data. It
122 formatted data, it parses the message and tries to figure out the data's MIME type or identifying
253 the highest priority intent, and the tag dispatch system tries to start an Activity with this
259 intent, the tag dispatch system tries to start an application with this intent. This
283 intent or until the tag dispatch system tries all possible intents.</li>
/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd187 <td>Device A tries to save state to cloud.<br />
311 <td>Device A tries to upload its data to the cloud.
406 <td>Device A tries to upload its data to the cloud.
558 <td>Device A tries to upload its data to the cloud. <br />
/frameworks/base/docs/html/training/sharing/
Dreceive.jd79 <p>When another application tries to share any of these things by constructing an intent and passing
/frameworks/base/docs/html/google/gcm/
Dhelper.jd135 …<li><code>onError(Context context, String errorId)</code>: Called when the device tries to registe…
136 …ableError(Context context, String errorId)</code>: Called when the device tries to register or unr…
/frameworks/base/docs/html/tools/testing/
Dactivity_testing.jd369 then tries to do something outside the UI thread or tries to invoke
/frameworks/base/docs/html/training/search/
Dsetup.jd144 <p>A {@link android.widget.SearchView} tries to start an activity with the {@link
/frameworks/base/docs/html/training/app-indexing/
Ddeep-linking.jd135 <p>For example, the command below tries to view a target app activity that
/frameworks/base/docs/html/training/wearables/ui/
Dlists.jd224 // Instead of creating new views, the list tries to recycle existing ones
/frameworks/base/docs/html/training/location/
Dactivity-recognition.jd34 Activity recognition tries to detect the user's current physical activity, such as walking,
314 To guard against race conditions that might arise if your app tries to start another request
/frameworks/base/docs/html/training/articles/
Dmemory.jd88 <p>In order to fit everything it needs in RAM, Android tries to share RAM pages across processes. It
146 has available overall. If your app has reached the heap capacity and tries to allocate more
316 megabytes. If your app tries to allocate more memory than is available here, it will receive an
709 temporarily and the system tries to keep them running whenever possible.</li>
/frameworks/base/docs/html/tools/help/
DMonkeyImage.jd429 method tries to guess the format from the filename's extension. If no
Dproguard.jd141 <p>The default <code>proguard.cfg</code> file tries to cover general cases, but you might
/frameworks/base/docs/html/about/versions/
Dandroid-1.1.jd75 it tries to use the Android 1.1 APIs.</p>
/frameworks/base/docs/html/training/id-auth/
Dauthenticate.jd208 So this is a failure that can only be detected when an application like yours tries to use the auth
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd282 files are now ELF files and not an extended form of DEX files. While ART tries
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd348 while your service is running. Because the Android system tries to conserve
349 battery while the device is sleeping, the system tries to shut off any
/frameworks/base/docs/html/guide/faq/
Dtroubleshooting.jd115 can sometimes create odd errors when Android tries to access screen elements

12