Searched refs:RESULT_OUT_OF_SPACE (Results 1 – 12 of 12) sorted by relevance
54 RESULT_OUT_OF_SPACE,93 public static final int RESULT_OUT_OF_SPACE = 5; field in AppSearchResult
43 return AppSearchResult.RESULT_OUT_OF_SPACE; in toResultCode()
193 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()
67 new AppSearchException(AppSearchResult.RESULT_OUT_OF_SPACE, in indexContactsAsync()
760 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()
3664 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 …]
182 if (failure.getResultCode() == AppSearchResult.RESULT_OUT_OF_SPACE) { in indexApps()
172 "id", AppSearchResult.RESULT_OUT_OF_SPACE, "errorMessage") in testIndexApps_outOfSpace_shouldNotCompleteNormally()
564 AppSearchResult.RESULT_OUT_OF_SPACE)) { in doDeltaUpdateAsync()
354 .RESULT_OUT_OF_SPACE) { in indexContactsAsync()
1130 AppSearchResult.RESULT_OUT_OF_SPACE, in enforceLimitConfigLocked()1169 AppSearchResult.RESULT_OUT_OF_SPACE, in enforceLimitConfigLocked()
49 field public static final int RESULT_OUT_OF_SPACE = 5; // 0x5