Home
last modified time | relevance | path

Searched refs:RESULT_UNKNOWN_ERROR (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchResult.java50 RESULT_UNKNOWN_ERROR,
69 public static final int RESULT_UNKNOWN_ERROR = 1; field in AppSearchResult
273 resultCode = AppSearchResult.RESULT_UNKNOWN_ERROR; in throwableToFailedResult()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/
DSyncAppSearchBase.java63 AppSearchResult.RESULT_UNKNOWN_ERROR, in executeAppSearchResultOperation()
99 AppSearchResult.RESULT_UNKNOWN_ERROR, in executeAppSearchBatchResultOperation()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DConnectState.java272 notifyListener(StateMachine.RESULT_UNKNOWN_ERROR); in startConnect()
300 notifyListener(StateMachine.RESULT_UNKNOWN_ERROR); in startConnect()
324 notifyListener(StateMachine.RESULT_UNKNOWN_ERROR); in startSave()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
DStateMachine.java78 public static final int RESULT_UNKNOWN_ERROR = 11; field in StateMachine
109 RESULT_UNKNOWN_ERROR,
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DResultCodeToProtoConverter.java47 return AppSearchResult.RESULT_UNKNOWN_ERROR; in toResultCode()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/
DAppSearchSessionUnitTest.java198 assertThat(result.getResultCode()).isEqualTo(AppSearchResult.RESULT_UNKNOWN_ERROR); in testClosedCallbackExecutor()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactsIndexerUserInstanceTest.java888 updateStats.mUpdateStatuses.add(AppSearchResult.RESULT_UNKNOWN_ERROR); in testLogStats_succeedsWhenMoreUpdateStatusCodesThanDeleteStatusCodes()
917 AppSearchResult.RESULT_UNKNOWN_ERROR, AppSearchResult.RESULT_OUT_OF_SPACE); in testLogStats_succeedsWhenMoreUpdateStatusCodesThanDeleteStatusCodes()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt53 field public static final int RESULT_UNKNOWN_ERROR = 1; // 0x1