Searched refs:interrupted (Results 1 – 24 of 24) sorted by relevance
119 boolean interrupted = false; in sleep()125 interrupted = true; in sleep()130 if (interrupted) { in sleep()
319 final boolean interrupted = Thread.interrupted(); in verifyPackage()324 if (interrupted) { in verifyPackage()
75 public void onStop(String utteranceId, boolean interrupted) { in onStop() argument177 public void onStop(String utteranceId, boolean interrupted) { in from() argument
56 boolean interrupted = false; in waitTillValueChanges()64 interrupted = true; in waitTillValueChanges()68 if (interrupted) { in waitTillValueChanges()
198 if (!Thread.interrupted()) { in run()220 while (!Thread.interrupted()) { in doListening()224 if (Thread.interrupted()) in doListening()305 while (!Thread.interrupted()) { in doSending()
170 Thread.currentThread().interrupted(); in run()174 mNotified = !Thread.interrupted(); in run()
89 while (mRunning && !Thread.interrupted()) { in run()
92 while (mRunning && !Thread.interrupted()) { in run()
129 while (mRunning && !Thread.interrupted()) { in run()
299 while (!Thread.interrupted()) { in windowManagerAutolistLoop()
127 while (!Thread.interrupted()) { in run()
36 + `p` -- this part will play unless interrupted by the end of the boot
192 while (!Thread.interrupted()) { in run()
1682 boolean hasJoined = false, interrupted = false; in helpDestroy()1688 interrupted = true; in helpDestroy()1691 if (interrupted) { in helpDestroy()
1617 boolean hasJoined = false, interrupted = false; in helpDestroy()1623 interrupted = true; in helpDestroy()1626 if (interrupted) { in helpDestroy()
101 while(!Thread.interrupted()) { in run()
673 Thread.interrupted(); in waitForConnection()
44 off VSync injections if it interrupted in any way other than fully replaying the trace
81 // Scan was successfully started, but was interrupted.
1624 interrupted(); // Clear interrupt flag if execute called exit. in run()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
42088 method public static boolean interrupted();
54864 method public static boolean interrupted();
58772 method public static boolean interrupted();