/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSessionListener.java | 55 } catch (RemoteException e) { in callSessionProgressing() 56 throw new RuntimeException(e); in callSessionProgressing() 68 } catch (RemoteException e) { in callSessionInitiated() 69 throw new RuntimeException(e); in callSessionInitiated() 82 } catch (RemoteException e) { in callSessionInitiatedFailed() 83 throw new RuntimeException(e); in callSessionInitiatedFailed() 95 } catch (RemoteException e) { in callSessionTerminated() 96 throw new RuntimeException(e); in callSessionTerminated() 112 } catch (RemoteException e) { in callSessionHeld() 113 throw new RuntimeException(e); in callSessionHeld() [all …]
|
/frameworks/base/core/java/android/security/keystore/recovery/ |
D | RecoveryController.java | 339 } catch (RemoteException e) { in initRecoveryService() 340 throw e.rethrowFromSystemServer(); in initRecoveryService() 341 } catch (ServiceSpecificException e) { in initRecoveryService() 342 if (e.errorCode == ERROR_BAD_CERTIFICATE_FORMAT in initRecoveryService() 343 || e.errorCode == ERROR_INVALID_CERTIFICATE) { in initRecoveryService() 344 throw new CertificateException("Invalid certificate for recovery service", e); in initRecoveryService() 346 if (e.errorCode == ERROR_DOWNGRADE_CERTIFICATE) { in initRecoveryService() 348 "Downgrading certificate serial version isn't supported.", e); in initRecoveryService() 350 throw wrapUnexpectedServiceSpecificException(e); in initRecoveryService() 367 } catch (RemoteException e) { in getKeyChainSnapshot() [all …]
|
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
D | RemoteXmlPullParserAdapter.java | 42 } catch (RemoteException e) { in setFeature() 43 throw new RuntimeException(e); in setFeature() 51 } catch (RemoteException e) { in getFeature() 52 throw new RuntimeException(e); in getFeature() 60 } catch (RemoteException e) { in setProperty() 61 throw new RuntimeException(e); in setProperty() 69 } catch (RemoteException e) { in getProperty() 70 throw new RuntimeException(e); in getProperty() 78 } catch (RemoteException e) { in setInput() 79 throw new RuntimeException(e); in setInput() [all …]
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/ |
D | IntermediateClass.java | 34 } catch (ExceptionInMainDex e) { in get3() 36 } catch (ExceptionInSecondaryDex e) { in get3() 38 } catch (ExceptionInMainDex2 e) { in get3() 40 } catch (ExceptionInSecondaryDex2 e) { in get3() 42 } catch (OutOfMemoryError e) { in get3() 44 } catch (CaughtOnlyException e) { in get3() 46 } catch (ExceptionInSecondaryDexWithSuperInMain e) { in get3() 48 … catch (SuperExceptionInSecondaryDex|SuperExceptionInMainDex|CaughtOnlyByIntermediateException e) { in get3() 59 } catch (ExceptionInSecondaryDexWithSuperInMain e) { in get4() 61 } catch (ExceptionInSecondaryDex e) { in get4() [all …]
|
/frameworks/base/telecomm/java/android/telecom/ |
D | TelecomManager.java | 802 } catch (RemoteException e) { in getDefaultOutgoingPhoneAccount() 803 Log.e(TAG, "Error calling ITelecomService#getDefaultOutgoingPhoneAccount", e); in getDefaultOutgoingPhoneAccount() 828 } catch (RemoteException e) { in getUserSelectedOutgoingPhoneAccount() 829 Log.e(TAG, "Error calling ITelecomService#getUserSelectedOutgoingPhoneAccount", e); in getUserSelectedOutgoingPhoneAccount() 850 } catch (RemoteException e) { in setUserSelectedOutgoingPhoneAccount() 851 Log.e(TAG, "Error calling ITelecomService#setUserSelectedOutgoingPhoneAccount"); in setUserSelectedOutgoingPhoneAccount() 870 } catch (RemoteException e) { in getSimCallManager() 871 Log.e(TAG, "Error calling ITelecomService#getSimCallManager"); in getSimCallManager() 892 } catch (RemoteException e) { in getSimCallManagerForSubscription() 893 Log.e(TAG, "Error calling ITelecomService#getSimCallManager"); in getSimCallManagerForSubscription() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceHal.java | 91 Log.e(TAG, "initalizing ISupplicant failed."); 131 } catch (RemoteException e) { in linkToServiceManagerDeath() 132 Log.e(TAG, "IServiceManager.linkToDeath exception", e); in linkToServiceManagerDeath() 165 Log.e(TAG, "Failed to get HIDL Service Manager"); in initialize() 175 Log.e(TAG, "Failed to register for notifications to " in initialize() 184 } catch (RemoteException e) { in initialize() 185 Log.e(TAG, "Exception while trying to register a listener for ISupplicant service: " in initialize() 186 + e); in initialize() 201 } catch (RemoteException e) { in linkToSupplicantDeath() 202 Log.e(TAG, "ISupplicant.linkToDeath exception", e); in linkToSupplicantDeath() [all …]
|
/frameworks/base/core/java/android/hardware/radio/ |
D | TunerAdapter.java | 67 } catch (RemoteException e) { in close() 68 Log.e(TAG, "Exception trying to close tuner", e); in close() 79 } catch (IllegalArgumentException e) { in setConfiguration() 80 Log.e(TAG, "Can't set configuration", e); in setConfiguration() 82 } catch (RemoteException e) { in setConfiguration() 83 Log.e(TAG, "service died", e); in setConfiguration() 96 } catch (RemoteException e) { in getConfiguration() 97 Log.e(TAG, "service died", e); in getConfiguration() 106 } catch (IllegalStateException e) { in setMute() 107 Log.e(TAG, "Can't set muted", e); in setMute() [all …]
|
/frameworks/base/core/java/android/app/ |
D | StatsManager.java | 116 } catch (RemoteException e) { in addConfig() 117 Slog.e(TAG, "Failed to connect to statsd when adding configuration"); in addConfig() 118 throw new StatsUnavailableException("could not connect", e); in addConfig() 119 } catch (SecurityException e) { in addConfig() 120 throw new StatsUnavailableException(e.getMessage(), e); in addConfig() 135 } catch (StatsUnavailableException | IllegalArgumentException e) { in addConfiguration() 152 } catch (RemoteException e) { in removeConfig() 153 Slog.e(TAG, "Failed to connect to statsd when removing configuration"); in removeConfig() 154 throw new StatsUnavailableException("could not connect", e); in removeConfig() 155 } catch (SecurityException e) { in removeConfig() [all …]
|
/frameworks/base/core/java/android/bluetooth/le/ |
D | AdvertisingSet.java | 48 } catch (RemoteException e) { in AdvertisingSet() 49 Log.e(TAG, "Failed to get Bluetooth gatt - ", e); in AdvertisingSet() 76 } catch (RemoteException e) { in enableAdvertising() 77 Log.e(TAG, "remote exception - ", e); in enableAdvertising() 96 } catch (RemoteException e) { in setAdvertisingData() 97 Log.e(TAG, "remote exception - ", e); in setAdvertisingData() 113 } catch (RemoteException e) { in setScanResponseData() 114 Log.e(TAG, "remote exception - ", e); in setScanResponseData() 128 } catch (RemoteException e) { in setAdvertisingParameters() 129 Log.e(TAG, "remote exception - ", e); in setAdvertisingParameters() [all …]
|
/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
D | KeyguardServiceWrapper.java | 53 } catch (RemoteException e) { in verifyUnlock() 54 Slog.w(TAG , "Remote Exception", e); in verifyUnlock() 62 } catch (RemoteException e) { in setOccluded() 63 Slog.w(TAG , "Remote Exception", e); in setOccluded() 71 } catch (RemoteException e) { in addStateMonitorCallback() 72 Slog.w(TAG , "Remote Exception", e); in addStateMonitorCallback() 80 } catch (RemoteException e) { in dismiss() 81 Slog.w(TAG , "Remote Exception", e); in dismiss() 89 } catch (RemoteException e) { in onDreamingStarted() 90 Slog.w(TAG , "Remote Exception", e); in onDreamingStarted() [all …]
|
/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
D | Hid.java | 61 } catch (Exception e) { in main() 62 error("HID injection failed.", e); in main() 73 } catch (UnsupportedEncodingException e) { in Hid() 74 throw new RuntimeException(e); in Hid() 80 Event e = null; in run() local 81 while ((e = mReader.getNextEvent()) != null) { in run() 82 process(e); in run() 93 private void process(Event e) { in process() argument 94 final int index = mDevices.indexOfKey(e.getId()); in process() 97 if (Event.COMMAND_DELAY.equals(e.getCommand())) { in process() [all …]
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | RecentsAnimationControllerCompat.java | 42 } catch (RemoteException e) { in screenshotTask() 43 Log.e(TAG, "Failed to screenshot task", e); in screenshotTask() 51 } catch (RemoteException e) { in setInputConsumerEnabled() 52 Log.e(TAG, "Failed to set input consumer enabled state", e); in setInputConsumerEnabled() 59 } catch (RemoteException e) { in setAnimationTargetsBehindSystemBars() 60 Log.e(TAG, "Failed to set whether animation targets are behind system bars", e); in setAnimationTargetsBehindSystemBars() 67 } catch (RemoteException e) { in setSplitScreenMinimized() 68 Log.e(TAG, "Failed to set minimize dock", e); in setSplitScreenMinimized() 75 } catch (RemoteException e) { in hideCurrentInputMethod() 76 Log.e(TAG, "Failed to set hide input method", e); in hideCurrentInputMethod() [all …]
|
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/ |
D | WindowManagerPermissionTests.java | 49 } catch (SecurityException e) { in testMANAGE_APP_TOKENS() 51 } catch (RemoteException e) { in testMANAGE_APP_TOKENS() 59 } catch (SecurityException e) { in testMANAGE_APP_TOKENS() 61 } catch (RemoteException e) { in testMANAGE_APP_TOKENS() 69 } catch (SecurityException e) { in testMANAGE_APP_TOKENS() 71 } catch (RemoteException e) { in testMANAGE_APP_TOKENS() 79 } catch (SecurityException e) { in testMANAGE_APP_TOKENS() 81 } catch (RemoteException e) { in testMANAGE_APP_TOKENS() 89 } catch (SecurityException e) { in testMANAGE_APP_TOKENS() 91 } catch (RemoteException e) { in testMANAGE_APP_TOKENS() [all …]
|
D | ActivityManagerPermissionTests.java | 46 } catch (SecurityException e) { in testREORDER_TASKS() 48 } catch (RemoteException e) { in testREORDER_TASKS() 59 } catch (SecurityException e) { in testCHANGE_CONFIGURATION() 61 } catch (RemoteException e) { in testCHANGE_CONFIGURATION() 72 } catch (SecurityException e) { in testSET_DEBUG_APP() 74 } catch (RemoteException e) { in testSET_DEBUG_APP() 85 } catch (SecurityException e) { in testSET_PROCESS_LIMIT() 87 } catch (RemoteException e) { in testSET_PROCESS_LIMIT() 98 } catch (SecurityException e) { in testALWAYS_FINISH() 100 } catch (RemoteException e) { in testALWAYS_FINISH() [all …]
|
/frameworks/base/services/core/java/com/android/server/stats/ |
D | StatsCompanionService.java | 328 } catch (RemoteException e) { in StatsCompanionService() 329 Slog.e(TAG, "Failed to inform statsd latest update of all apps", e); in StatsCompanionService() 358 } catch (RemoteException e) { in StatsCompanionService() 360 Slog.e(TAG, "register thermal listener error"); in StatsCompanionService() 363 Slog.e(TAG, "cannot find thermalservice, no throttling push notifications"); in StatsCompanionService() 388 } catch (IntentSender.SendIntentException e) { in sendDataBroadcast() 404 } catch (IntentSender.SendIntentException e) { in sendActiveConfigsChangedBroadcast() 439 } catch (IntentSender.SendIntentException e) { in sendSubscriberBroadcast() 475 } catch (IOException e) { in informAllUidsLocked() 476 Slog.e(TAG, "Failed to create a pipe to send uid map data.", e); in informAllUidsLocked() [all …]
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothDevice.java | 1011 Log.e(TAG, "BT not enabled. Cannot get Remote Device name"); in getName() 1020 } catch (RemoteException e) { in getName() 1021 Log.e(TAG, "", e); in getName() 1036 Log.e(TAG, "BT not enabled. Cannot get Remote Device type"); in getType() 1041 } catch (RemoteException e) { in getType() 1042 Log.e(TAG, "", e); in getType() 1058 Log.e(TAG, "BT not enabled. Cannot get Remote Device Alias"); in getAlias() 1063 } catch (RemoteException e) { in getAlias() 1064 Log.e(TAG, "", e); in getAlias() 1083 Log.e(TAG, "BT not enabled. Cannot set Remote Device name"); in setAlias() [all …]
|
/frameworks/base/lowpan/java/android/net/lowpan/ |
D | LowpanException.java | 51 static LowpanException rethrowFromServiceSpecificException(ServiceSpecificException e) in rethrowFromServiceSpecificException() argument 53 switch (e.errorCode) { in rethrowFromServiceSpecificException() 55 throw new InterfaceDisabledException(e); in rethrowFromServiceSpecificException() 58 throw new WrongStateException(e); in rethrowFromServiceSpecificException() 61 throw new OperationCanceledException(e); in rethrowFromServiceSpecificException() 64 throw new JoinFailedException(e); in rethrowFromServiceSpecificException() 67 throw new JoinFailedAtScanException(e); in rethrowFromServiceSpecificException() 70 throw new JoinFailedAtAuthException(e); in rethrowFromServiceSpecificException() 73 throw new NetworkAlreadyExistsException(e); in rethrowFromServiceSpecificException() 77 e.getMessage() != null ? e.getMessage() : "Feature not supported", e); in rethrowFromServiceSpecificException() [all …]
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiTvClient.java | 87 } catch (RemoteException e) { in deviceSelect() 88 Log.e(TAG, "failed to select device: ", e); in deviceSelect() 114 } catch (RemoteException e) { 115 Log.e(TAG, "failed to select port: ", e); 142 } catch (RemoteException e) { 143 Log.e("TAG", "Failed to set InputChangeListener:", e); 165 } catch (RemoteException e) { 166 Log.e("TAG", "Failed to call getDeviceList():", e); 181 } catch (RemoteException e) { 182 Log.e(TAG, "failed to set system audio mode:", e); [all …]
|
/frameworks/base/core/java/android/app/usage/ |
D | StorageStatsManager.java | 70 } catch (RemoteException e) { in isQuotaSupported() 71 throw e.rethrowFromSystemServer(); in isQuotaSupported() 86 } catch (RemoteException e) { in isReservedSupported() 87 throw e.rethrowFromSystemServer(); in isReservedSupported() 110 } catch (ParcelableException e) { in getTotalBytes() 111 e.maybeRethrow(IOException.class); in getTotalBytes() 112 throw new RuntimeException(e); in getTotalBytes() 113 } catch (RemoteException e) { in getTotalBytes() 114 throw e.rethrowFromSystemServer(); in getTotalBytes() 142 } catch (ParcelableException e) { in getFreeBytes() [all …]
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccCardManager.java | 171 } catch (RemoteException e) { in requestAllProfiles() 172 Log.e(TAG, "Error calling getAllProfiles", e); in requestAllProfiles() 173 throw e.rethrowFromSystemServer(); in requestAllProfiles() 195 } catch (RemoteException e) { in requestProfile() 196 Log.e(TAG, "Error calling getProfile", e); in requestProfile() 197 throw e.rethrowFromSystemServer(); in requestProfile() 220 } catch (RemoteException e) { in disableProfile() 221 Log.e(TAG, "Error calling disableProfile", e); in disableProfile() 222 throw e.rethrowFromSystemServer(); in disableProfile() 246 } catch (RemoteException e) { in switchToProfile() [all …]
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SqliteWrapper.java | 44 private static boolean isLowMemory(SQLiteException e) { in isLowMemory() argument 45 return e.getMessage().equals(SQLITE_EXCEPTION_DETAIL_MESSAGE); in isLowMemory() 49 public static void checkSQLiteException(Context context, SQLiteException e) { in checkSQLiteException() argument 50 if (isLowMemory(e)) { in checkSQLiteException() 54 throw e; in checkSQLiteException() 63 } catch (SQLiteException e) { in query() 64 Log.e(TAG, "Catch a SQLiteException when query: ", e); in query() 65 checkSQLiteException(context, e); in query() 73 } catch (SQLiteException e) { in requery() 74 Log.e(TAG, "Catch a SQLiteException when requery: ", e); in requery() [all …]
|
/frameworks/base/core/java/android/se/omapi/ |
D | Session.java | 84 } catch (RemoteException e) { in getATR() 85 throw new IllegalStateException(e.getMessage()); in getATR() 95 Log.e(TAG, "service not connected to system"); in close() 101 } catch (RemoteException e) { in close() 102 Log.e(TAG, "Error closing session", e); in close() 115 } catch (RemoteException e) { in isClosed() 126 Log.e(TAG, "service not connected to system"); in closeChannels() 133 } catch (RemoteException e) { in closeChannels() 134 Log.e(TAG, "Error closing channels", e); in closeChannels() 213 } catch (ServiceSpecificException e) { in openBasicChannel() [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutManager.java | 104 } catch (RemoteException e) { in setDynamicShortcuts() 105 throw e.rethrowFromSystemServer(); in setDynamicShortcuts() 123 } catch (RemoteException e) { in getDynamicShortcuts() 124 throw e.rethrowFromSystemServer(); in getDynamicShortcuts() 142 } catch (RemoteException e) { in getManifestShortcuts() 143 throw e.rethrowFromSystemServer(); in getManifestShortcuts() 164 } catch (RemoteException e) { in addDynamicShortcuts() 165 throw e.rethrowFromSystemServer(); in addDynamicShortcuts() 178 } catch (RemoteException e) { in removeDynamicShortcuts() 179 throw e.rethrowFromSystemServer(); in removeDynamicShortcuts() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | DataIntegrityChecker.java | 145 } catch (IOException e) { in isOk() 146 reportException(e, "readIntegrityData had an IO exception"); in isOk() 148 } catch (ClassNotFoundException e) { in isOk() 149 reportException(e, "readIntegrityData could not find the class EncryptedData"); in isOk() 167 } catch (NoSuchAlgorithmException e) { in getDigest() 168 reportException(e, "getDigest could not find algorithm: " + DIGEST_ALGORITHM); in getDigest() 185 } catch (NoSuchAlgorithmException e) { in encrypt() 186 reportException(e, "encrypt could not find the algorithm: " + CIPHER_ALGORITHM); in encrypt() 187 } catch (NoSuchPaddingException e) { in encrypt() 188 reportException(e, "encrypt had a padding exception"); in encrypt() [all …]
|
/frameworks/base/services/net/java/android/net/ |
D | NetworkMonitorManager.java | 51 private void log(String s, Throwable e) { in log() argument 52 Log.e(mTag, s, e); in log() 62 } catch (RemoteException e) { in start() 63 log("Error in start", e); in start() 75 } catch (RemoteException e) { in launchCaptivePortalApp() 76 log("Error in launchCaptivePortalApp", e); in launchCaptivePortalApp() 88 } catch (RemoteException e) { in notifyCaptivePortalAppFinished() 89 log("Error in notifyCaptivePortalAppFinished", e); in notifyCaptivePortalAppFinished() 101 } catch (RemoteException e) { in setAcceptPartialConnectivity() 102 log("Error in setAcceptPartialConnectivity", e); in setAcceptPartialConnectivity() [all …]
|