Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
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()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
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()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestRttActivity.java99 if (Thread.currentThread().isInterrupted()) {
112 if (Thread.currentThread().isInterrupted()) {
DRttChatbot.java126 if (Thread.currentThread().isInterrupted()) { in start()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPhonebookPullRequest.java64 if (Thread.currentThread().isInterrupted()) { in onPullComplete()
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DRegularMaintenanceJobService.java63 public boolean isInterrupted() { in isInterrupted() method in RegularMaintenanceJobService.InterruptMaintenance
DIpMemoryStoreService.java550 if (!interrupt.isInterrupted()) return false; in checkForInterrupt()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryDownloadProgressBar.java122 while (!isInterrupted()) { in run()
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
DLoopingAnimationThread.java109 if (isInterrupted()) { in run()
/packages/apps/WallpaperPicker/src/com/android/photos/views/
DTiledImageRenderer.java815 while (!isInterrupted()) { in run()
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java815 while (!isInterrupted()) { in run()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1710 if (!isInterrupted()) sendMessage(CMD_BANDWIDTH_CHECK_COMPLETE, mThreadId); in run()
1717 while (!isInterrupted() && is.read(buffer) > 0) { /* read again */ } in readContentFromDownloadUrl()