Home
last modified time | relevance | path

Searched defs:handleError (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DBeeper.java256 private void handleError() { in handleError() method in Beeper.BeepRecord
/packages/modules/Wifi/service/java/com/android/server/wifi/
DInsecureEapNetworkHandler.java604 private void handleError(@Nullable String ssid) { in handleError() method in InsecureEapNetworkHandler
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailPlaybackPresenter.java579 protected void handleError(Exception e) { in handleError() method in VoicemailPlaybackPresenter
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintSettings.java291 protected void handleError(int errMsgId, CharSequence msg) { in handleError() method in FingerprintSettings.FingerprintSettingsFragment
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java466 private void handleError() { in handleError() method in IpServer.DhcpServerCallbacksImpl
/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp48 static Type handleError(GeneralResult<Type> result) { in handleError() function