Searched refs:RESULT_SECURITY_ERROR (Results 1 – 7 of 7) sorted by relevance
57 RESULT_SECURITY_ERROR,102 public static final int RESULT_SECURITY_ERROR = 8; field in AppSearchResult271 resultCode = AppSearchResult.RESULT_SECURITY_ERROR; in throwableToFailedResult()
24 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()
19 import static android.app.appsearch.AppSearchResult.RESULT_SECURITY_ERROR;1394 sStatsBuilder.setStatusCode(AppSearchResult.RESULT_SECURITY_ERROR); in query()2619 RESULT_SECURITY_ERROR, in checkNextPageToken()
1754 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()
775 assertThat(sStats.getStatusCode()).isEqualTo(AppSearchResult.RESULT_SECURITY_ERROR); in testLoggingStats_search_failure()
1500 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()
51 field public static final int RESULT_SECURITY_ERROR = 8; // 0x8