Searched refs:hasException (Results 1 – 9 of 9) sorted by relevance
421 boolean hasException = false; in updateBody()426 hasException = true; in updateBody()431 updateButtonWfcMode(wfcEnabled && !hasException, wfcMode, wfcRoamingMode); in updateBody()526 boolean hasException = false; in updateWfcMode()531 hasException = true; in updateWfcMode()536 if (!hasException) { in updateWfcMode()541 hasException = true; in updateWfcMode()545 updateButtonWfcMode(wfcEnabled && !hasException, wfcMode, wfcRoamingMode); in updateWfcMode()626 boolean hasException = false; in onPreferenceChange()636 hasException = true; in onPreferenceChange()[all …]
54 boolean hasException = false; in testGenerateCacheException()58 hasException = true; in testGenerateCacheException()60 assertTrue(hasException); in testGenerateCacheException()
2932 boolean hasException = false; in testGetAndSetTimezoneDatabaseVersion()2936 hasException = true; in testGetAndSetTimezoneDatabaseVersion()2938 assertTrue(hasException); in testGetAndSetTimezoneDatabaseVersion()
96 if (mResponse.hasException() && mResponse.responseBody().length == 0) { in getInputStream()118 if (mResponse.hasException() && mResponse.responseCode() == 0) { in getResponseCode()192 abstract boolean hasException(); in hasException() method in FakeURLStreamHandler.FakeResponse219 public abstract Builder setHasException(boolean hasException); in setHasException() argument
290 public boolean hasException() { in hasException() method in Model.Update296 && hasException() in hasAuthenticationException()302 && hasException() in hasCrossProfileException()
76 if (event.hasException()) { in ModelBackedDocumentsAdapter()
206 if (event.hasException()) {
277 } else if (event.hasException() && !event.hasAuthenticationException()) { in update()
477 assertTrue(listener.getLastValue().hasException()); in testLoadChildrenDocuments_failsWithNonRecentsAndEmptyStack()