/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/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelBar.java | 200 boolean waiting = false; in collapsePanel() 204 waiting = true; in collapsePanel() 210 if (DEBUG) LOG("collapsePanel: animate=%s waiting=%s", animate, waiting); in collapsePanel() 211 if (!waiting && mState != STATE_CLOSED) { in collapsePanel()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ContentProviderConnection.java | 42 public boolean waiting; field in ContentProviderConnection 131 if (waiting) { in toClientString()
|
D | EventLogTags.logtags | 50 # A client was waiting for a content provider, but its process was lost
|
D | ActivityManagerService.java | 6564 public void showWaitingForDebugger(IApplicationThread who, boolean waiting) { in showWaitingForDebugger() argument 6573 msg.arg1 = waiting ? 1 : 0; in showWaitingForDebugger() 7423 conn.waiting = true; in getContentProviderImpl() 7455 conn.waiting = true; in getContentProviderImpl() 7465 conn.waiting = false; in getContentProviderImpl() 14685 if (conn.waiting) { in removeDyingProviderLocked()
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | layers.proto | 98 // A list of barriers that the layer is waiting to update state. 180 // layer id the barrier is waiting on. 182 // frame number the barrier is waiting on.
|
/frameworks/base/core/java/android/provider/ |
D | FontsContract.java | 356 final AtomicBoolean waiting = new AtomicBoolean(true); in getFontSync() local 375 waiting.set(false); in getFontSync() 388 if (!waiting.get()) { in getFontSync() 397 if (!waiting.get()) { in getFontSync()
|
/frameworks/base/core/proto/android/debug/ |
D | enums.proto | 30 * The adb connection is waiting for approval from the user.
|
/frameworks/base/core/proto/android/bluetooth/ |
D | enums.proto | 125 // Socket acts as a server waiting for connection
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | README.md | 184 Fundamentally the replayer loads a trace and iterates through each increment, waiting the required 218 event.readyToExecute() //time sensitive point...waiting for Main Thread 231 - **Waiting** - The worker is waiting on the main thread to signal it.
|
/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 | 246 The number of runnables waiting to be run
|
/frameworks/base/core/proto/android/os/ |
D | ps.proto | 63 // Interruptible sleep (waiting for an event to complete).
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 720 // Multiparty call on hold, call waiting added 750 // Reject waiting call 906 // or sets UDUB for a waiting call. 931 // or sets UDUB for a waiting call. 973 // (if any exist) and accepts the other (held or waiting) call. 999 // (if any exist) and accepts the other (held or waiting) call. 1089 // (if any exist) and accepts the other (held or waiting) call. 1142 // (if any exist) on hold and accepts the other (held or waiting)
|
/frameworks/base/core/proto/android/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 | 65 calling StatusManager and waiting for the call to come back to IStatusBar.
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | VSyncDispatchTimerQueueTest.cpp | 151 auto waiting = mCv.wait_for(lk, 10s, [this] { return mPause; }); in waitForPause() local 152 return waiting; in waitForPause()
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.aidl | 229 void showWaitingForDebugger(in IApplicationThread who, boolean waiting); in showWaitingForDebugger() argument
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 583 // Processes that are waiting to GC
|
D | jobscheduler.proto | 568 // Whether the listener is waiting for an alarm or not.
|
/frameworks/base/startop/scripts/trace_analyzer/test_fixtures/ |
D | common_systrace | 107 …<...>-11799 (-----) [006] ...1 14594.224006: tracing_mark_write: B|2007|waiting for GPU completion…
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 1986 // Configure current call waiting state
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | metrics.proto | 432 // waiting for a connection success
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 476 * waiting for the execution to complete with
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5498 // This clock stops when the system enters deep sleep (CPU off, display dark, device waiting
|