Home
last modified time | relevance | path

Searched refs:isInterrupted (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCallAnalytics.java295 private final boolean isInterrupted; field in ParcelableCallAnalytics
328 boolean isAdditionalCall, boolean isInterrupted, int callTechnologies, in ParcelableCallAnalytics() argument
336 this.isInterrupted = isInterrupted; in ParcelableCallAnalytics()
351 isInterrupted = readByteAsBoolean(in); in ParcelableCallAnalytics()
372 writeBooleanAsByte(out, isInterrupted); in writeToParcel()
416 public boolean isInterrupted() { in isInterrupted() method in ParcelableCallAnalytics
417 return isInterrupted; in isInterrupted()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DAnalytics.java178 public void setCallIsInterrupted(boolean isInterrupted) { in setCallIsInterrupted() argument
229 public boolean isInterrupted = false; // true if the call was interrupted by an incoming field in Analytics.CallInfoImpl
270 this.isInterrupted = other.isInterrupted; in CallInfoImpl()
313 public void setCallIsInterrupted(boolean isInterrupted) { in setCallIsInterrupted() argument
314 Log.d(TAG, "setting isInterrupted for call " + callId + " to " + isInterrupted); in setCallIsInterrupted()
315 this.isInterrupted = isInterrupted; in setCallIsInterrupted()
411 + " isInterrupted: " + isInterrupted + '\n' in toString()
482 .setIsInterrupted(isInterrupted) in toProto()
/aosp12/art/test/607-daemon-stress/src/
H A DMain.java29 while (!isInterrupted()); in run()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DAnalyticsTests.java115 assertFalse(callAnalytics.isInterrupted); in testAnalyticsSingleCall()
170 assertEquals(expectedAnalytics.isInterrupted, pCA.isInterrupted()); in testAnalyticsDumping()
218 assertTrue(callAnalytics1.isInterrupted);
354 assertEquals(expectedAnalytics.isInterrupted, callLog.getIsInterrupted()); in testAnalyticsDumpToProto()
/aosp12/art/test/607-daemon-stress/
H A Dinfo.txt2 (for example Thread.isInterrupted). The shutdown thread used to block those daemons
/aosp12/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
H A DPacketResponder.kt64 while (!isInterrupted) {
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestRttActivity.java99 if (Thread.currentThread().isInterrupted()) {
112 if (Thread.currentThread().isInterrupted()) {
H A DRttChatbot.java126 if (Thread.currentThread().isInterrupted()) { in start()
/aosp12/art/test/1936-thread-end-events/src/art/
H A DTest1936.java36 me.getName(), me.isAlive(), me.isInterrupted(), me.isDaemon(), me.getThreadGroup())); in NotifyMethodEntry()
/aosp12/art/test/1934-jvmti-signal-thread/src/art/
H A DTest1934.java246 if (Thread.currentThread().isInterrupted()) { throw new Error("Interrupted!"); } in testInterruptRecur()
282 while (!Thread.currentThread().isInterrupted()) { } in testInterruptSpinning()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPhonebookPullRequest.java64 if (Thread.currentThread().isInterrupted()) { in onPullComplete()
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
H A DRegularMaintenanceJobService.java63 public boolean isInterrupted() { in isInterrupted() method in RegularMaintenanceJobService.InterruptMaintenance
H A DIpMemoryStoreService.java550 if (!interrupt.isInterrupted()) return false; in checkForInterrupt()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionaryDownloadProgressBar.java122 while (!isInterrupted()) { in run()
/aosp12/art/test/051-thread/src/
H A DMain.java117 if (Thread.currentThread().isInterrupted()) { in testSleepZero()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DPersisterQueue.java222 if (Thread.currentThread().isInterrupted()) { in processNextItem()
/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
H A DLoopingAnimationThread.java109 if (isInterrupted()) { in run()
/aosp12/art/runtime/native/
H A Djava_lang_Thread.cc199 FAST_NATIVE_METHOD(Thread, isInterrupted, "()Z"),
/aosp12/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java378 return Thread.currentThread().isInterrupted(); in isCanceled()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java301 if (mThread.isInterrupted()) { in run()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DSecurityLogMonitor.java427 while (!Thread.currentThread().isInterrupted()) { in run()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DImageExporter.java446 if (Thread.currentThread().isInterrupted()) {
/aosp12/packages/apps/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageRenderer.java815 while (!isInterrupted()) { in run()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java812 while (!isInterrupted()) { in run()
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageRenderer.java815 while (!isInterrupted()) { in run()

12