Searched refs:illegalArgumentException (Results 1 – 7 of 7) sorted by relevance
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/utils/ |
D | InternalExternalRecordConverter.java | 90 } 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/ |
D | EncryptionManager.java | 167 } catch (IllegalArgumentException illegalArgumentException) { in encryptTopicWithKey() 169 illegalArgumentException, in encryptTopicWithKey() 173 illegalArgumentException, in encryptTopicWithKey()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/ |
D | HealthConnectServiceImpl.java | 868 } 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/ |
D | MediaProviderTest.java | 525 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/ |
D | PersistAdSelectionResultRunner.java | 754 } catch (IllegalArgumentException illegalArgumentException) { 755 sLogger.w(illegalArgumentException.getMessage());
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/viewmodel/ |
D | PickerViewModelTest.java | 441 } catch (IllegalArgumentException illegalArgumentException) { in test_preSelectionItemsExceedMaxLimit_initialisationOfItemsFails() 442 assertThat(illegalArgumentException.getMessage()).isEqualTo( in test_preSelectionItemsExceedMaxLimit_initialisationOfItemsFails()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | PickerUriResolver.java | 460 } catch (IllegalArgumentException illegalArgumentException) { in populateLocalAndCloudIdListsForSelection()
|