/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_smoke_test.cpp | 124 int getErrorCode() { in getErrorCode() function in android::os::dumpstate::DumpstateListener 372 while (!listener->getIsFinished() && listener->getErrorCode() == -1 && in WaitTillExecutionComplete() 413 listener->getErrorCode() == IDumpstateListener::BUGREPORT_ERROR_USER_DENIED_CONSENT || in TEST_F() 414 listener->getErrorCode() == IDumpstateListener::BUGREPORT_ERROR_USER_CONSENT_TIMED_OUT); in TEST_F() 442 EXPECT_EQ(listener->getErrorCode(), IDumpstateListener::BUGREPORT_ERROR_INVALID_INPUT); in TEST_F() 477 EXPECT_EQ(listener2->getErrorCode(), in TEST_F() 486 listener1->getErrorCode() == IDumpstateListener::BUGREPORT_ERROR_USER_DENIED_CONSENT || in TEST_F() 487 listener1->getErrorCode() == IDumpstateListener::BUGREPORT_ERROR_USER_CONSENT_TIMED_OUT); in TEST_F()
|
/frameworks/base/core/tests/bugreports/src/android/server/bugreports/ |
D | BugreportManagerTest.java | 106 assertThat(callback.getErrorCode()).isEqualTo( in normalFlow_wifi() 122 assertThat(callback.getErrorCode()).isEqualTo( in normalFlow_interactive() 134 assertThat(callback.getErrorCode()).isEqualTo( in normalFlow_full() 159 assertThat(callback2.getErrorCode()).isEqualTo( in simultaneousBugreportsNotAllowed() 265 public int getErrorCode() { in getErrorCode() method in BugreportManagerTest.BugreportCallbackImpl
|
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/ |
D | JDWPClassDataRetriever.java | 87 if (reply.getErrorCode() != JDWPConstants.Error.NONE) { in retrieveImpl() 98 if (reply.getErrorCode() != JDWPConstants.Error.NONE) { in retrieveImpl() 166 if (reply.getErrorCode() != JDWPConstants.Error.NONE) { in checkClass() 187 if (reply.getErrorCode() != JDWPConstants.Error.NONE) { in checkArrayClass()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCardTest.java | 335 assertEquals(3, ((EuiccCardErrorException) resultCaptor.exception).getErrorCode()); in testDisableProfile_Error() 371 assertEquals(3, ((EuiccCardErrorException) resultCaptor.exception).getErrorCode()); in testSwitchToProfile_Error() 419 assertEquals(3, ((EuiccCardErrorException) resultCaptor.exception).getErrorCode()); in testDeleteProfile_Error() 600 assertEquals(3, ((EuiccCardErrorException) resultCaptor.exception).getErrorCode()); in testAuthenticateServer_Error() 673 assertEquals(3, ((EuiccCardErrorException) resultCaptor.exception).getErrorCode()); in testPrepareDownload_Error() 763 assertEquals(3, ((EuiccCardErrorException) resultCaptor.exception).getErrorCode()); in testLoadBoundProfilePackage_ErrorAtEnd() 810 assertEquals(3, ((EuiccCardErrorException) resultCaptor.exception).getErrorCode()); in testLoadBoundProfilePackage_ErrorInMiddle() 884 assertEquals(3, ((EuiccCardErrorException) resultCaptor.exception).getErrorCode()); in testCancelSession_Error() 920 assertEquals(3, ((EuiccCardErrorException) resultCaptor.exception).getErrorCode()); in testListNotifications_Error() 976 assertEquals(3, ((EuiccCardErrorException) resultCaptor.exception).getErrorCode()); in testRetrieveNotificationList_Error() [all …]
|
/frameworks/base/core/java/android/webkit/ |
D | WebResourceError.java | 32 public abstract int getErrorCode(); in getErrorCode() method in WebResourceError
|
D | WebViewClient.java | 338 error.getErrorCode(), error.getDescription().toString(), in onReceivedError()
|
/frameworks/base/keystore/java/android/security/ |
D | KeyStoreException.java | 37 public int getErrorCode() { in getErrorCode() method in KeyStoreException
|
D | KeyStore.java | 499 return promise.getFuture().get().getErrorCode() == NO_ERROR; in addRngEntropy() 580 error = result.getKeystoreResponse().getErrorCode(); in generateKeyInternal() 631 error = result.getKeystoreResponse().getErrorCode(); in getKeyCharacteristics() 665 error = result.getKeystoreResponse().getErrorCode(); in importKeyInternal() 773 error = result.getKeystoreResponse().getErrorCode(); in importWrappedKeyInternal() 977 return promise.getFuture().get().getErrorCode(); in abort() 1141 error = result.getKeystoreResponse().getErrorCode(); in attestKey() 1170 error = result.getKeystoreResponse().getErrorCode(); in attestDeviceIds() 1314 switch (e.getErrorCode()) { in getInvalidKeyException()
|
/frameworks/base/keystore/java/android/security/keystore/ |
D | KeystoreResponse.java | 56 public final int getErrorCode() { in getErrorCode() method in KeystoreResponse
|
D | AndroidKeyStoreSignatureSpiBase.java | 366 switch (e.getErrorCode()) { in engineVerify()
|
D | AndroidKeyStoreCipherSpiBase.java | 511 switch (e.getErrorCode()) { in engineDoFinal()
|
/frameworks/base/media/java/android/media/ |
D | MediaCasStateException.java | 94 public int getErrorCode() { in getErrorCode() method in MediaCasStateException
|
D | MediaDrm.java | 281 public int getErrorCode() { 329 public int getErrorCode() {
|
D | MediaCodec.java | 2236 public int getErrorCode() { 2377 public int getErrorCode() {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCardErrorException.java | 103 public int getErrorCode() { in getErrorCode() method in EuiccCardErrorException
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | SystemUpdatePolicyTest.java | 414 e.getErrorCode() == expectedError); in testFreezePeriodsFails() 430 e.getErrorCode() == expectedError); in testPrevFreezePeriodFails()
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionGroup.java | 1425 onError(getErrorCode(exception), exception.toString()); 1433 onError(getErrorCode(statusCode), createErrorMessage(response)); 1437 private int getErrorCode(int responseStatusCode) { 1464 private int getErrorCode(Throwable exception) { 1487 onRegistrationFailed(getErrorCode(statusCode),
|
/frameworks/base/packages/OsuLogin/src/com/android/hotspot2/osu/ |
D | OsuLoginActivity.java | 279 Log.e(TAG, "onReceived Error for MainFrame: " + error.getErrorCode()); in onReceivedError()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 1664 return getErrorCode(status); 1690 private long getErrorCode(int status) {
|
/frameworks/base/core/java/android/app/admin/ |
D | SystemUpdatePolicy.java | 242 public @ValidationFailureType int getErrorCode() { in getErrorCode() method in SystemUpdatePolicy.ValidationFailedException
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccCardController.java | 212 return ((EuiccCardErrorException) e).getErrorCode(); in getResultCode()
|
/frameworks/base/api/ |
D | test-current.txt | 2389 method public int getErrorCode();
|
D | current.txt | 7098 method public int getErrorCode(); 24238 method public int getErrorCode(); 24247 method public int getErrorCode(); 24948 method public int getErrorCode(); 54316 method public abstract int getErrorCode(); 66583 method public int getErrorCode();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14552 method public int getErrorCode(); 46674 method public int getErrorCode();
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 5135 Landroid/app/DownloadManager$CursorTranslator;->getErrorCode(I)J 39542 Landroid/media/MediaCasStateException;->getErrorCode()I 39957 Landroid/media/MediaDrm$MediaDrmStateException;->getErrorCode()I
|