/frameworks/base/core/java/android/content/ |
D | AsyncTaskLoader.java | 67 boolean waiting; field in AsyncTaskLoader.LoadTask 118 waiting = false; in run() 187 if (mTask.waiting) { in onCancelLoad() 188 mTask.waiting = false; in onCancelLoad() 193 } else if (mTask.waiting) { in onCancelLoad() 197 mTask.waiting = false; in onCancelLoad() 227 if (mTask.waiting) { in executePendingTask() 228 mTask.waiting = false; in executePendingTask() 238 mTask.waiting = true; in executePendingTask() 372 writer.print(" waiting="); writer.println(mTask.waiting); in dump() [all …]
|
/frameworks/base/core/proto/android/server/ |
D | biometrics.proto | 38 * Authentication was called and we are waiting for the <Biometric>Services to return their 54 * Authentication is paused, waiting for the user to press "try again" button. Only 62 * Paused, but "try again" was pressed. Sensors have new cookies and we're now waiting for 68 * Authentication is successful, but we're waiting for the user to press "confirm" button. 73 * Biometric authenticated, waiting for SysUI to finish animation 78 * Biometric error, waiting for SysUI to finish animation 89 * requested and we're waiting for the HAL(s) to send ERROR_CANCELED.
|
/frameworks/proto_logging/stats/express/catalog/ |
D | webview.cfg | 21 display_name: "Apps waiting time for RELRO completion" 22 …description: "The delay the app experience waiting for RELRO completion when trying to load WebVie…
|
/frameworks/base/packages/SettingsLib/AvatarPicker/src/ |
D | AvatarPhotoController.java | 105 AvatarPhotoController(AvatarUi avatarUi, ContextInjector contextInjector, boolean waiting) { in AvatarPhotoController() argument 112 .createTempImageUri(mImagesDir, PRE_CROP_PICTURE_FILE_NAME, !waiting); in AvatarPhotoController() 114 mContextInjector.createTempImageUri(mImagesDir, CROP_PICTURE_FILE_NAME, !waiting); in AvatarPhotoController() 116 mContextInjector.createTempImageUri(mImagesDir, TAKE_PICTURE_FILE_NAME, !waiting); in AvatarPhotoController()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ContentProviderConnection.java | 55 public boolean waiting; field in ContentProviderConnection 175 if (waiting) { in toClientString()
|
D | BroadcastQueue.md | 47 * Blocked waiting for an earlier receiver to complete. For example, an 63 longest-waiting process first, which aims to reduce overall broadcast dispatch
|
D | ContentProviderRecord.java | 194 if (conn.waiting && conn.client != null) { in onProviderPublishStatusLocked() 224 conn.waiting = false; in onProviderPublishStatusLocked()
|
D | ContentProviderHelper.java | 611 conn.waiting = true; in getContentProviderImpl() 636 conn.waiting = true; in getContentProviderImpl() 675 conn.waiting = true; in getContentProviderImpl() 685 conn.waiting = false; in getContentProviderImpl() 1822 if (conn.waiting) { in removeDyingProviderLocked()
|
D | EventLogTags.logtags | 50 # A client was waiting for a content provider, but its process was lost
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | KeyguardController.java | 581 void updateDeferTransitionForAod(boolean waiting) { in updateDeferTransitionForAod() argument 583 if (waiting == (mWaitAodHide != null)) { in updateDeferTransitionForAod() 587 if (waiting == mWaitingForWakeTransition) { in updateDeferTransitionForAod() 595 if (waiting && isAodShowing(DEFAULT_DISPLAY)) { in updateDeferTransitionForAod() 601 } else if (!waiting) { in updateDeferTransitionForAod()
|
/frameworks/base/core/java/android/provider/ |
D | FontsContract.java | 376 final AtomicBoolean waiting = new AtomicBoolean(true); in getFontSync() local 395 waiting.set(false); in getFontSync() 408 if (!waiting.get()) { in getFontSync() 417 if (!waiting.get()) { in getFontSync()
|
/frameworks/proto_logging/stats/enums/debug/ |
D | enums.proto | 30 * The adb connection is waiting for approval from the user.
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-testing.md | 7 …t its end state. For normal animations, we can invoke skipToEnd to avoid waiting. While this metho…
|
D | executors.md | 253 The number of runnables waiting to be run
|
/frameworks/base/ravenwood/ |
D | README.md | 9 …cal Android device has substantial overhead, such as flashing the build, waiting for the boot to c…
|
/frameworks/base/media/java/android/media/flags/ |
D | media_better_together.aconfig | 37 …description: "Introduces a waiting state for the session creation request and prevents it from ear…
|
/frameworks/base/core/proto/android/os/ |
D | ps.proto | 63 // Interruptible sleep (waiting for an event to complete).
|
/frameworks/proto_logging/stats/atoms/appsearch/ |
D | appsearch_extension_atoms.proto | 93 // Time used for creating or waiting the user executor. 99 // Time passed while waiting to acquire the lock during Java function calls.
|
/frameworks/proto_logging/stats/atoms/cronet/ |
D | cronet_extension_atoms.proto | 225 // Note: this includes time spent waiting for the user to issue an I/O request. 263 // An example of Cronet idly waiting for the user would look like the following 299 // This field contains the sum of Cronet Idle time waiting for user calls.
|
/frameworks/base/core/java/android/window/ |
D | SurfaceSyncGroup.md | 50 …nsaction, but send it to SSG-2 to apply. SSG-2 will end up waiting for SSG-1 which is waiting for …
|
/frameworks/proto_logging/stats/enums/view/inputmethod/ |
D | enums.proto | 152 // The server is waiting for a connection to the IME.
|
/frameworks/proto_logging/stats/enums/bluetooth/ |
D | enums.proto | 130 // Socket acts as a server waiting for connection
|
/frameworks/proto_logging/stats/enums/telecomm/ |
D | enums.proto | 44 * The state of an outgoing {@code Call} when waiting on user to select a
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 91 calling StatusManager and waiting for the call to come back to IStatusBar.
|
/frameworks/base/packages/SystemUI/aconfig/ |
D | systemui.aconfig | 21 …description: "Decrease screen off blocking calls by waiting until the device is finished going to … 276 "Note that, even after this callback is called, we're waiting for all windows to finish "
|