Searched refs:interrupted (Results 1 – 24 of 24) sorted by relevance
117 boolean interrupted = false; in sleep()123 interrupted = true; in sleep()128 if (interrupted) { in sleep()
281 boolean interrupted = false; in verifyPackage()283 interrupted = Thread.interrupted(); in verifyPackage()284 if (interrupted) break; in verifyPackage()308 if (interrupted) { in verifyPackage()
73 public void onStop(String utteranceId, boolean interrupted) { in onStop() argument102 public void onStop(String utteranceId, boolean interrupted) { in from() argument
89 while (mRunning && !Thread.interrupted()) { in run()
92 while (mRunning && !Thread.interrupted()) { in run()
138 * been interrupted140 if (Thread.interrupted()) {
296 while (!Thread.interrupted()) { in windowManagerAutolistLoop()
54 An operation running on an {@link android.app.IntentService} can't be interrupted.
69 interrupted by accidental touches and swipes.
673 Thread.interrupted(); in waitForConnection()
249 disconnection based upon where that data is interrupted or unavailable. On a wearable device with no
177 larger datasets can easily fill up a memory cache. Your application could be interrupted by another
382 interrupted or restarted if it is not configured to handle these reconnect events. These events
404 wouldn't even notice if some of these services were interrupted and later restarted.</p>
72 reacquire the necessary resources and resume actions that were interrupted. These state transitions
360 User is interrupted by a notification – a notification appears and the user wants to act on it
784 restrict users from leaving your task or being interrupted by notifications.
375 even if it's interrupted by a phone call or destroyed because of memory constraints.
398 if interrupted, resume the download when possible.</li>
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
44853 method public static boolean interrupted();
47459 method public static boolean interrupted();