Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DSystemClock.java117 boolean interrupted = false; in sleep()
123 interrupted = true; in sleep()
128 if (interrupted) { in sleep()
DRecoverySystem.java281 boolean interrupted = false; in verifyPackage()
283 interrupted = Thread.interrupted(); in verifyPackage()
284 if (interrupted) break; in verifyPackage()
308 if (interrupted) { in verifyPackage()
/frameworks/base/core/java/android/speech/tts/
DUtteranceProgressListener.java73 public void onStop(String utteranceId, boolean interrupted) { in onStop() argument
102 public void onStop(String utteranceId, boolean interrupted) { in from() argument
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DCanvasTextureViewActivity.java89 while (mRunning && !Thread.interrupted()) { in run()
DHardwareCanvasSurfaceViewActivity.java92 while (mRunning && !Thread.interrupted()) { in run()
DHardwareCanvasTextureViewActivity.java92 while (mRunning && !Thread.interrupted()) { in run()
/frameworks/base/docs/html/training/multiple-threads/
Drun-code.jd138 * been interrupted
140 if (Thread.interrupted()) {
/frameworks/base/services/core/java/com/android/server/wm/
DViewServer.java296 while (!Thread.interrupted()) { in windowManagerAutolistLoop()
/frameworks/base/docs/html/training/run-background-service/
Dcreate-service.jd54 An operation running on an {@link android.app.IntentService} can't be interrupted.
/frameworks/base/docs/html/design/patterns/
Dbuttons.jd69 interrupted by accidental touches and swipes.
Dfullscreen.jd69 interrupted by accidental touches and swipes.
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java673 Thread.interrupted(); in waitForConnection()
/frameworks/base/docs/html/training/articles/
Dwear-location-detection.jd249 disconnection based upon where that data is interrupted or unavailable. On a wearable device with no
/frameworks/base/docs/html/training/displaying-bitmaps/
Dcache-bitmap.jd177 larger datasets can easily fill up a memory cache. Your application could be interrupted by another
/frameworks/base/docs/html/training/tv/start/
Dhardware.jd382 interrupted or restarted if it is not configured to handle these reconnect events. These events
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd404 wouldn't even notice if some of these services were interrupted and later restarted.</p>
/frameworks/base/docs/html/guide/components/
Dactivities.jd72 reacquire the necessary resources and resume actions that were interrupted. These state transitions
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd360 User is interrupted by a notification – a notification appears and the user wants to act on it
/frameworks/base/docs/html/about/versions/
Dandroid-5.0.jd784 restrict users from leaving your task or being interrupted by notifications.
/frameworks/base/docs/html/tools/testing/
Dactivity_test.jd375 even if it's interrupted by a phone call or destroyed because of memory constraints.
/frameworks/base/docs/html/google/play/
Dexpansion-files.jd398 if interrupted, resume the download when possible.</li>
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/api/
Dcurrent.txt44853 method public static boolean interrupted();
Dsystem-current.txt47459 method public static boolean interrupted();