Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchResult.java54 RESULT_OUT_OF_SPACE,
93 public static final int RESULT_OUT_OF_SPACE = 5; field in AppSearchResult
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DResultCodeToProtoConverter.java43 return AppSearchResult.RESULT_OUT_OF_SPACE; in toResultCode()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DAppSearchHelperTest.java193 AppSearchResult.RESULT_OUT_OF_SPACE, "errorMessage").build()); in testIndexContacts_outOfSpace_shouldNeverCompleteNormally()
205 AppSearchResult.RESULT_OUT_OF_SPACE); in testIndexContacts_outOfSpace_shouldNeverCompleteNormally()
216 AppSearchResult.RESULT_OUT_OF_SPACE); in testIndexContacts_outOfSpace_shouldNeverCompleteNormally()
DFakeAppSearchHelper.java67 new AppSearchException(AppSearchResult.RESULT_OUT_OF_SPACE, in indexContactsAsync()
DContactsIndexerUserInstanceTest.java760 mUpdateStats.mUpdateStatuses.add(AppSearchResult.RESULT_OUT_OF_SPACE); in testDeltaUpdate_outOfSpaceError_fullUpdateScheduled()
889 updateStats.mUpdateStatuses.add(AppSearchResult.RESULT_OUT_OF_SPACE); in testLogStats_succeedsWhenMoreUpdateStatusCodesThanDeleteStatusCodes()
917 AppSearchResult.RESULT_UNKNOWN_ERROR, AppSearchResult.RESULT_OUT_OF_SPACE); in testLogStats_succeedsWhenMoreUpdateStatusCodesThanDeleteStatusCodes()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java3664 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_OUT_OF_SPACE); in testLimitConfig_DocumentSize()
3695 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_OUT_OF_SPACE); in testLimitConfig_DocumentSize()
3766 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_OUT_OF_SPACE); in testLimitConfig_Init()
3809 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_OUT_OF_SPACE); in testLimitConfig_Init()
3891 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_OUT_OF_SPACE); in testLimitConfig_Remove()
3918 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_OUT_OF_SPACE); in testLimitConfig_Remove()
3947 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_OUT_OF_SPACE); in testLimitConfig_Remove()
4053 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_OUT_OF_SPACE); in testLimitConfig_DifferentPackages()
4105 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_OUT_OF_SPACE); in testLimitConfig_DifferentPackages()
4130 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_OUT_OF_SPACE); in testLimitConfig_DifferentPackages()
[all …]
/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/
DAppSearchHelper.java182 if (failure.getResultCode() == AppSearchResult.RESULT_OUT_OF_SPACE) { in indexApps()
/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppSearchHelperTest.java172 "id", AppSearchResult.RESULT_OUT_OF_SPACE, "errorMessage") in testIndexApps_outOfSpace_shouldNotCompleteNormally()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerUserInstance.java564 AppSearchResult.RESULT_OUT_OF_SPACE)) { in doDeltaUpdateAsync()
DAppSearchHelper.java354 .RESULT_OUT_OF_SPACE) { in indexContactsAsync()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java1130 AppSearchResult.RESULT_OUT_OF_SPACE, in enforceLimitConfigLocked()
1169 AppSearchResult.RESULT_OUT_OF_SPACE, in enforceLimitConfigLocked()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt49 field public static final int RESULT_OUT_OF_SPACE = 5; // 0x5