Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchResult.java57 RESULT_SECURITY_ERROR,
102 public static final int RESULT_SECURITY_ERROR = 8; field in AppSearchResult
271 resultCode = AppSearchResult.RESULT_SECURITY_ERROR; in throwableToFailedResult()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java24 import static android.app.appsearch.AppSearchResult.RESULT_SECURITY_ERROR;
1691 throw new AppSearchException(RESULT_SECURITY_ERROR, in reportUsage()
1697 throw new AppSearchException(RESULT_SECURITY_ERROR, in reportUsage()
2335 RESULT_SECURITY_ERROR, in executeAppFunction()
2352 RESULT_SECURITY_ERROR, in executeAppFunction()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java19 import static android.app.appsearch.AppSearchResult.RESULT_SECURITY_ERROR;
1394 sStatsBuilder.setStatusCode(AppSearchResult.RESULT_SECURITY_ERROR); in query()
2619 RESULT_SECURITY_ERROR, in checkNextPageToken()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java1754 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_SECURITY_ERROR); in testGetNextPageWithDifferentPackage_query()
1886 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_SECURITY_ERROR); in testGetNextPageWithDifferentPackage_globalQuery()
1958 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_SECURITY_ERROR); in testInvalidateNextPageToken_query()
2066 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_SECURITY_ERROR); in testInvalidateNextPageTokenWithDifferentPackage_query()
2142 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_SECURITY_ERROR); in testInvalidateNextPageToken_globalQuery()
2207 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_SECURITY_ERROR); in testInvalidateNextPageTokenWithDifferentPackage_globalQuery()
DAppSearchLoggerTest.java775 assertThat(sStats.getStatusCode()).isEqualTo(AppSearchResult.RESULT_SECURITY_ERROR); in testLoggingStats_search_failure()
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DAppSearchManagerServiceTest.java1500 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_SECURITY_ERROR); in executeAppFunction_callerNoPermission()
1563 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_SECURITY_ERROR); in executeAppFunction_hasDeviceOwner_fail()
1571 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_SECURITY_ERROR); in executeAppFunction_fromManagedProfile_fail()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt51 field public static final int RESULT_SECURITY_ERROR = 8; // 0x8