Home
last modified time | relevance | path

Searched refs:illegalArgumentException (Results 1 – 7 of 7) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/utils/
DInternalExternalRecordConverter.java90 } catch (IllegalArgumentException illegalArgumentException) { in getExternalRecords()
91 if (!illegalArgumentException in getExternalRecords()
94 throw illegalArgumentException; in getExternalRecords()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DEncryptionManager.java167 } catch (IllegalArgumentException illegalArgumentException) { in encryptTopicWithKey()
169 illegalArgumentException, in encryptTopicWithKey()
173 illegalArgumentException, in encryptTopicWithKey()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/
DHealthConnectServiceImpl.java868 } catch (IllegalArgumentException illegalArgumentException) { in updateRecords()
872 Slog.e(TAG, "IllegalArgumentException: ", illegalArgumentException); in updateRecords()
875 illegalArgumentException, in updateRecords()
945 } catch (IllegalArgumentException illegalArgumentException) { in getChangeLogToken()
948 Slog.e(TAG, "IllegalArgumentException: ", illegalArgumentException); in getChangeLogToken()
951 illegalArgumentException, in getChangeLogToken()
1062 } catch (IllegalArgumentException illegalArgumentException) { in getChangeLogs()
1065 Slog.e(TAG, "IllegalArgumentException: ", illegalArgumentException); in getChangeLogs()
1068 illegalArgumentException, in getChangeLogs()
1167 } catch (IllegalArgumentException illegalArgumentException) { in deleteUsingFiltersForSelf()
[all …]
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DMediaProviderTest.java525 IllegalArgumentException illegalArgumentException = Assert.assertThrows( in testInsertionWithFilePathOnAnotherUserVolume_throwsIllegalArgumentException() local
530 assertThat(illegalArgumentException).hasMessageThat().contains( in testInsertionWithFilePathOnAnotherUserVolume_throwsIllegalArgumentException()
540 IllegalArgumentException illegalArgumentException = Assert.assertThrows( in testInsertionWithInvalidFilePath_throwsIllegalArgumentException() local
545 assertThat(illegalArgumentException).hasMessageThat().contains( in testInsertionWithInvalidFilePath_throwsIllegalArgumentException()
561 IllegalArgumentException illegalArgumentException = Assert.assertThrows( in testUpdationWithInvalidFilePath_throwsIllegalArgumentException() local
565 assertThat(illegalArgumentException).hasMessageThat().contains( in testUpdationWithInvalidFilePath_throwsIllegalArgumentException()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DPersistAdSelectionResultRunner.java754 } catch (IllegalArgumentException illegalArgumentException) {
755 sLogger.w(illegalArgumentException.getMessage());
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModelTest.java441 } catch (IllegalArgumentException illegalArgumentException) { in test_preSelectionItemsExceedMaxLimit_initialisationOfItemsFails()
442 assertThat(illegalArgumentException.getMessage()).isEqualTo( in test_preSelectionItemsExceedMaxLimit_initialisationOfItemsFails()
/packages/providers/MediaProvider/src/com/android/providers/media/
DPickerUriResolver.java460 } catch (IllegalArgumentException illegalArgumentException) { in populateLocalAndCloudIdListsForSelection()