Searched refs:illegalStateException (Results 1 – 7 of 7) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/ |
D | ProtectedSignalsServiceImpl.java | 390 } catch (IllegalStateException illegalStateException) { in getCallingUid() 393 throw illegalStateException; in getCallingUid()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | AdIdFetcher.java | 127 illegalStateException -> { in isLimitedAdTrackingEnabled()
|
D | AdSelectionServiceImpl.java | 1193 } catch (IllegalStateException illegalStateException) { in getCallingUid() 1199 throw illegalStateException; in getCallingUid()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/ |
D | HealthConnectServiceImpl.java | 753 } catch (IllegalStateException illegalStateException) { in readRecords() 755 Slog.e(TAG, "IllegalStateException: ", illegalStateException); in readRecords() 756 tryAndThrowException(callback, illegalStateException, ERROR_INTERNAL); in readRecords() 1079 } catch (IllegalStateException illegalStateException) { in getChangeLogs() 1081 Slog.e(TAG, "IllegalStateException: ", illegalStateException); in getChangeLogs() 1082 tryAndThrowException(callback, illegalStateException, ERROR_INTERNAL); in getChangeLogs() 2292 } catch (IllegalStateException illegalStateException) { in readMedicalResources() 2294 Slog.e(TAG, "IllegalStateException: ", illegalStateException); in readMedicalResources() 2295 tryAndThrowException(callback, illegalStateException, ERROR_INTERNAL); in readMedicalResources()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
D | EapTtlsMethodStateMachine.java | 539 Exception illegalStateException = in handleTunnelTlsResult() local 543 mTAG, eapIdentifier, new EapError(illegalStateException)); in handleTunnelTlsResult()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/ |
D | CustomAudienceServiceImpl.java | 734 } catch (IllegalStateException illegalStateException) { in getCallingUid() 740 throw illegalStateException; in getCallingUid()
|
/packages/modules/Connectivity/tests/common/java/android/net/ |
D | NetworkCapabilitiesTest.java | 976 final Class<IllegalStateException> illegalStateException = in testEnterpriseId() local 978 assertThrows(illegalStateException, () -> new NetworkCapabilities.Builder() in testEnterpriseId()
|