Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DAppSearchManagerServiceTest.java1096 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_OK); in testDenylistSomeApis()
1133 verifyExecuteAppFunctionCallbackResult(RESULT_RATE_LIMITED); in testAppSearchRateLimit_rateLimitOn_allApis()
1193 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_OK); in testAppSearchRateLimit_rateLimitOn_dropTaskDueToCapacitiesExceeded()
1244 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_OK); in testAppSearchRateLimit_rateLimitOnToOff()
1288 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_OK); in testAppSearchRateLimit_rateLimitOffToOn()
1491 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_OK); in executeAppFunction_success()
1500 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_SECURITY_ERROR); in executeAppFunction_callerNoPermission()
1508 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_NOT_FOUND); in executeAppFunction_cannotResolveService()
1521 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_NOT_FOUND); in executeAppFunction_serviceNotPermissionProtected()
1529 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_INTERNAL_ERROR); in executeAppFunction_bindServiceReturnsFalse()
[all …]