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.java155 assertThat(callback.getErrorCode()).isEqualTo( in testRetrieveBugreportConsentGranted()
207 assertThat(callback.getErrorCode()).isEqualTo( in testRetrieveBugreportConsentDenied()
219 assertThat(callback.getErrorCode()).isEqualTo( in testRetrieveBugreportConsentDenied()
561 public int getErrorCode() { in getErrorCode() method in BugreportManagerTest.BugreportCallbackImpl