Home
last modified time | relevance | path

Searched refs:interrupted (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/os/
DSystemClock.java128 boolean interrupted = false; in sleep()
134 interrupted = true; in sleep()
139 if (interrupted) { in sleep()
DRecoverySystem.java344 final boolean interrupted = Thread.interrupted(); in verifyPackage()
349 if (interrupted) { in verifyPackage()
/frameworks/base/core/java/android/speech/tts/
DUtteranceProgressListener.java75 public void onStop(String utteranceId, boolean interrupted) { in onStop() argument
177 public void onStop(String utteranceId, boolean interrupted) { in from() argument
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DInstallNonMarketAppsDeprecationTest.java57 boolean interrupted = false; in waitTillValueChanges()
65 interrupted = true; in waitTillValueChanges()
69 if (interrupted) { in waitTillValueChanges()
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
DBTtraffic.java198 if (!Thread.interrupted()) { in run()
220 while (!Thread.interrupted()) { in doListening()
224 if (Thread.interrupted()) in doListening()
305 while (!Thread.interrupted()) { in doSending()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerInternalTest.java161 Thread.interrupted(); in run()
165 mNotified = !Thread.interrupted(); in run()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DCanvasTextureViewActivity.java89 while (mRunning && !Thread.interrupted()) { in run()
DHardwareCanvasTextureViewActivity.java92 while (mRunning && !Thread.interrupted()) { in run()
DHardwareCanvasSurfaceViewActivity.java129 while (mRunning && !Thread.interrupted()) { in run()
/frameworks/base/services/core/java/com/android/server/wm/
DViewServer.java299 while (!Thread.interrupted()) { in windowManagerAutolistLoop()
/frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
DSvcMonitor.java127 while (!Thread.interrupted()) { in run()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DDocumentLoader.java192 while (!Thread.interrupted()) { in run()
/frameworks/base/cmds/bootanimation/
DFORMAT.md36 + `p` -- this part will play unless interrupted by the end of the boot
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java1696 boolean hasJoined = false, interrupted = false; in helpDestroy()
1702 interrupted = true; in helpDestroy()
1705 if (interrupted) { in helpDestroy()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java1634 boolean hasJoined = false, interrupted = false; in helpDestroy()
1640 interrupted = true; in helpDestroy()
1643 if (interrupted) { in helpDestroy()
/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java112 while(!Thread.interrupted()) { in run()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java759 Thread.interrupted(); in waitForConnection()
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md44 off VSync injections if it interrupted in any way other than fully replaying the trace
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java2628 interrupted(); // Clear interrupt flag if execute called exit.
/frameworks/base/proto/src/
Dwifi.proto81 // Scan was successfully started, but was interrupted.
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto6210 // Time since this notification last interrupted (visibly or audible) the user
6213 // OPEN: Notification interrupted the user, either audibly or visually.
/frameworks/base/cmds/statsd/src/
Datoms.proto4224 // was interrupted and resumed (e.g. in case of a system reboot during the
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt42088 method public static boolean interrupted();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt105465 Ljava/nio/channels/spi/AbstractInterruptibleChannel;->interrupted:Ljava/lang/Thread;
108030 Ljava/util/concurrent/CompletableFuture$Signaller;->interrupted:Z
/frameworks/base/non-updatable-api/
Dcurrent.txt62255 method public static boolean interrupted();

12