Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DSystemClock.java119 boolean interrupted = false; in sleep()
125 interrupted = true; in sleep()
130 if (interrupted) { in sleep()
DRecoverySystem.java319 final boolean interrupted = Thread.interrupted(); in verifyPackage()
324 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.java56 boolean interrupted = false; in waitTillValueChanges()
64 interrupted = true; in waitTillValueChanges()
68 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.java170 Thread.currentThread().interrupted(); in run()
174 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/cmds/bootanimation/
DFORMAT.md36 + `p` -- this part will play unless interrupted by the end of the boot
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DDocumentLoader.java192 while (!Thread.interrupted()) { in run()
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DRenderScript.java1682 boolean hasJoined = false, interrupted = false; in helpDestroy()
1688 interrupted = true; in helpDestroy()
1691 if (interrupted) { in helpDestroy()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java1617 boolean hasJoined = false, interrupted = false; in helpDestroy()
1623 interrupted = true; in helpDestroy()
1626 if (interrupted) { in helpDestroy()
/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java101 while(!Thread.interrupted()) { in run()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java673 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/proto/src/
Dwifi.proto81 // Scan was successfully started, but was interrupted.
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1624 interrupted(); // Clear interrupt flag if execute called exit. in run()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt42088 method public static boolean interrupted();
/frameworks/base/api/
Dcurrent.txt54864 method public static boolean interrupted();
Dsystem-current.txt58772 method public static boolean interrupted();