Home
last modified time | relevance | path

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

/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DGlobalSearchSessionCtsTestBase.java152 AppSearchBatchResult<String, GenericDocument> nonExistent = in testGlobalGetById() local
162 assertThat(nonExistent.isSuccess()).isFalse(); in testGlobalGetById()
163 assertThat(nonExistent.getSuccesses()).isEmpty(); in testGlobalGetById()
164 assertThat(nonExistent.getFailures()).containsKey("id1"); in testGlobalGetById()
165 assertThat(nonExistent.getFailures().get("id1").getResultCode()) in testGlobalGetById()
/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DGlobalSearchSessionServiceCtsTestBase.java811 AppSearchBatchResult<String, GenericDocument> nonExistent = mGlobalSearchSession in testGlobalGetById_withAccess() local
817 assertThat(nonExistent.isSuccess()).isFalse(); in testGlobalGetById_withAccess()
818 assertThat(nonExistent.getSuccesses()).isEmpty(); in testGlobalGetById_withAccess()
/cts/tests/tests/identity/src/android/security/identity/cts/
DProvisioningTest.java399 public void nonExistent() throws IdentityCredentialException { in nonExistent() method in ProvisioningTest