Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/app/
H A DGlobalSearchSessionServiceCtsTestBase.java863 AtomicReference<String> errorMessageNonExistent = new AtomicReference<>(); in testGlobalGetById_sameErrorMessages() local
879 errorMessageNonExistent.set( in testGlobalGetById_sameErrorMessages()
922 assertThat(errorMessageNonExistent.get()).isEqualTo(errorMessageUnauth.get()); in testGlobalGetById_sameErrorMessages()
923 assertThat(errorMessageNonExistent.get()) in testGlobalGetById_sameErrorMessages()