Home
last modified time | relevance | path

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

12

/frameworks/av/include/media/
DSingleStateQueue.h124 for (int tries = 0; ; ) { in poll() local
127 if (++tries >= MAX_TRIES) { in poll()
141 if (++tries >= MAX_TRIES) { in poll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags58 ## type: 1: USER_BIND_SERVICE Secondary user tries binding to the system sysui service
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags59 # when someone tries to cancel a notification, the notification manager sometimes
62 # 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.jd302 has to account for other sync adapter executions and tries to maximize battery efficiency, the
400 seconds before running the sync request, because it tries to optimize battery use by
/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/permissions/
Dbest-practices.jd117 is running Android 6.0 (API level 23) or later, every time the user tries
152 launch. Instead, wait until the user tries to use the "sharing" feature and
/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/minikin/doc/
Dhyb_file_format.md20 At heart, the file contains packed tries with suffix compression, actually quite similar
/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/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1909 for (unsigned tries = 0;;) { in switchToNextOutput() local
1925 LOG_ALWAYS_FATAL_IF(++tries > kMaxSwitchTries, in switchToNextOutput()
1935 LOG_ALWAYS_FATAL_IF(++tries > kMaxSwitchTries, in switchToNextOutput()
/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/search/
Dsetup.jd144 <p>A {@link android.widget.SearchView} tries to start an activity with the {@link
/frameworks/base/docs/html/training/wearables/ui/
Dlists.jd238 // Instead of creating new views, the list tries to recycle existing ones
/frameworks/base/docs/html/ndk/guides/
Dndk-gdb.jd113 <td><p>When you start {@code ndk-gdb}, it tries by default to attach to an existing running instanc…
/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>
Dwear-permissions.jd310 Therefore, when the user tries to do something that requires a
/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/preview/
Dbehavior-changes.jd598 lower, and tries to access a private library on a device running Android N,
852 permission tries to delete a package, but a different app had installed that package,
/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

12