Home
last modified time | relevance | path

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

/test/cts-root/tests/bugreport/src/android/bugreport/cts_root/
DBugreportManagerTest.java152 assertThat(callback.getErrorCode()).isEqualTo( in testRetrieveBugreportConsentGranted()
204 assertThat(callback.getErrorCode()).isEqualTo( in testRetrieveBugreportConsentDenied()
216 assertThat(callback.getErrorCode()).isEqualTo( in testRetrieveBugreportConsentDenied()
542 public int getErrorCode() { in getErrorCode() method in BugreportManagerTest.BugreportCallbackImpl