/aosp14/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
H A D | BlobStoreManager.java | 198 } catch (RemoteException e) { in createSession() 220 } catch (RemoteException e) { in openSession() 241 } catch (RemoteException e) { in abandonSession() 265 } catch (RemoteException e) { in openBlob() 323 } catch (RemoteException e) { in acquireLease() 386 } catch (RemoteException e) { in acquireLease() 504 } catch (RemoteException e) { in releaseLease() 520 } catch (RemoteException e) { in releaseAllLeases() 538 } catch (RemoteException e) { in getRemainingLeaseQuotaBytes() 558 } catch (RemoteException e) { in waitForIdle() [all …]
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityClient.java | 48 } catch (RemoteException e) { in activityIdle() 57 } catch (RemoteException e) { in activityResumed() 66 } catch (RemoteException e) { in activityRefreshed() 78 } catch (RemoteException e) { in activityTopResumedStateLost() 87 } catch (RemoteException e) { in activityPaused() 98 } catch (RemoteException e) { in activityStopped() 107 } catch (RemoteException e) { in activityDestroyed() 116 } catch (RemoteException e) { in activityLocalRelaunch() 125 } catch (RemoteException e) { in activityRelaunched() 133 } catch (RemoteException e) { in reportSizeConfigurations() [all …]
|
/aosp14/frameworks/base/keystore/java/android/security/ |
H A D | AndroidKeyStoreMaintenance.java | 58 Log.e(TAG, "onUserAdded failed", e); in onUserAdded() 61 Log.e(TAG, "Can not connect to keystore", e); in onUserAdded() 78 Log.e(TAG, "onUserRemoved failed", e); in onUserRemoved() 81 Log.e(TAG, "Can not connect to keystore", e); in onUserRemoved() 100 Log.e(TAG, "onUserPasswordChanged failed", e); in onUserPasswordChanged() 103 Log.e(TAG, "Can not connect to keystore", e); in onUserPasswordChanged() 117 Log.e(TAG, "clearNamespace failed", e); in clearNamespace() 120 Log.e(TAG, "Can not connect to keystore", e); in clearNamespace() 135 Log.e(TAG, "getState failed", e); in getState() 138 Log.e(TAG, "Can not connect to keystore", e); in getState() [all …]
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsCallSessionListener.java | 77 } catch (RemoteException e) { in callSessionInitiating() 91 } catch (RemoteException e) { in callSessionInitiatingFailed() 105 } catch (RemoteException e) { in callSessionProgressing() 119 } catch (RemoteException e) { in callSessionInitiated() 138 } catch (RemoteException e) { in callSessionInitiatedFailed() 151 } catch (RemoteException e) { in callSessionTerminated() 168 } catch (RemoteException e) { in callSessionHeld() 181 } catch (RemoteException e) { in callSessionHoldFailed() 194 } catch (RemoteException e) { in callSessionHoldReceived() 208 } catch (RemoteException e) { in callSessionResumed() [all …]
|
H A D | ImsMmTelManager.java | 337 throw new ImsException(e.getMessage(), e.errorCode); in registerImsRegistrationCallback() 377 throw new ImsException(e.getMessage(), e.errorCode); in registerImsRegistrationCallback() 412 } catch (RemoteException e) { in unregisterImsRegistrationCallback() 444 } catch (RemoteException e) { in unregisterImsRegistrationCallback() 591 throw new ImsException(e.getMessage(), e.errorCode); in registerMmTelCapabilityCallback() 592 } catch (RemoteException e) { in registerMmTelCapabilityCallback() 637 } catch (RemoteException e) { in unregisterMmTelCapabilityCallback() 693 } catch (RemoteException e) { in isAdvancedCallingSettingEnabled() 739 } catch (RemoteException e) { in setAdvancedCallingSettingEnabled() 771 } catch (RemoteException e) { in isCapable() [all …]
|
/aosp14/frameworks/base/core/java/android/security/keystore/recovery/ |
H A D | RecoveryController.java | 349 } catch (RemoteException e) { in initRecoveryService() 377 } catch (RemoteException e) { in getKeyChainSnapshot() 402 } catch (RemoteException e) { in setSnapshotCreatedPendingIntent() 424 } catch (RemoteException e) { in setServerParams() 439 } catch (RemoteException e) { in getAliases() 462 } catch (RemoteException e) { in setRecoveryStatus() 492 } catch (RemoteException e) { in getRecoveryStatus() 513 } catch (RemoteException e) { in setRecoverySecretTypes() 534 } catch (RemoteException e) { in getRecoverySecretTypes() 783 return new InternalRecoveryServiceException(e.getMessage(), e); in wrapUnexpectedServiceSpecificException() [all …]
|
/aosp14/frameworks/base/core/java/android/hardware/radio/ |
H A D | TunerAdapter.java | 96 Log.e(TAG, "Service died", e); in setConfiguration() 110 Log.e(TAG, "Service died", e); in getConfiguration() 123 Log.e(TAG, "Service died", e); in setMute() 134 Log.e(TAG, "Service died", e); in getMute() 145 Log.e(TAG, "Can't step", e); in step() 148 Log.e(TAG, "Service died", e); in step() 160 Log.e(TAG, "Can't scan", e); in scan() 163 Log.e(TAG, "Service died", e); in scan() 175 Log.e(TAG, "Can't seek", e); in seek() 193 Log.e(TAG, "Can't tune", e); in tune() [all …]
|
/aosp14/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
H A D | Hid.java | 56 } catch (Exception e) { in main() 75 Event e = null; in run() local 77 process(e); in run() 88 private void process(Event e) { in process() argument 108 registerDevice(e); in process() 119 int id = e.getId(); in registerDevice() 120 Device d = new Device(id, e.getName(), e.getVendorId(), e.getProductId(), e.getBus(), in registerDevice() 121 e.getDescriptor(), e.getReport(), e.getFeatureReports(), e.getOutputs()); in registerDevice() 130 Log.e(TAG, msg); in error() 131 if (e != null) { in error() [all …]
|
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/ |
H A D | IntermediateClass.java | 34 } catch (ExceptionInMainDex e) { in get3() 38 } catch (ExceptionInMainDex2 e) { in get3() 42 } catch (OutOfMemoryError e) { in get3() 44 } catch (CaughtOnlyException e) { in get3() 65 } catch (OutOfMemoryError e) { in get4() 67 } catch (ExceptionInMainDex2 e) { in get4() 69 } catch (ExceptionInMainDex e) { in get4() 71 } catch (CaughtOnlyException e) { in get4() 86 } catch (ExceptionInMainDex e) { in get5() 94 } catch (OutOfMemoryError e) { in get5() [all …]
|
/aosp14/frameworks/base/identity/java/android/security/identity/ |
H A D | CredstoreIdentityCredential.java | 114 + e.errorCode, e); in ensureEphemeralKeyPair() 141 + e.errorCode, e); in setReaderEphemeralPublicKey() 243 + e.errorCode, e); in getCredentialKeyCertificateChain() 291 + e.errorCode, e); in getCredstoreOperationHandle() 349 + e.errorCode, e); in getEntries() 395 + e.errorCode, e); in setAvailableAuthenticationKeys() 422 + e.errorCode, e); in getAuthKeysNeedingCertification() 485 + e.errorCode, e); in getAuthenticationDataUsageCount() 513 + e.errorCode, e); in getAuthenticationKeyMetadata() 543 + e.errorCode, e); in delete() [all …]
|
H A D | CredstoreIdentityCredentialStore.java | 69 } catch (android.os.RemoteException e) { in getInstanceForType() 76 + e.errorCode, e); in getInstanceForType() 116 + e.errorCode, e); in getSupportedDocTypes() 131 throw new AlreadyPersonalizedException(e.getMessage(), e); in createCredential() 133 throw new DocTypeNotSupportedException(e.getMessage(), e); in createCredential() 136 + e.errorCode, e); in createCredential() 155 throw new CipherSuiteNotSupportedException(e.getMessage(), e); in getCredentialByName() 158 + e.errorCode, e); in getCredentialByName() 181 + e.errorCode, e); in deleteCredentialByName() 196 throw new CipherSuiteNotSupportedException(e.getMessage(), e); in createPresentationSession() [all …]
|
/aosp14/frameworks/base/media/java/android/media/tv/tunerresourcemanager/ |
H A D | TunerResourceManager.java | 138 } catch (RemoteException e) { in registerClientProfile() 152 } catch (RemoteException e) { in unregisterClientProfile() 178 } catch (RemoteException e) { in updateClientPriority() 193 } catch (RemoteException e) { in hasUnusedFrontend() 216 } catch (RemoteException e) { in isLowestPriority() 234 } catch (RemoteException e) { in storeResourceMap() 252 } catch (RemoteException e) { in clearResourceMap() 269 } catch (RemoteException e) { in restoreResourceMap() 286 } catch (RemoteException e) { in setFrontendInfoList() 303 } catch (RemoteException e) { in setDemuxInfoList() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | RecentsAnimationControllerCompat.java | 46 } catch (RemoteException e) { in screenshotTask() 47 Log.e(TAG, "Failed to screenshot task", e); in screenshotTask() 56 Log.e(TAG, "Failed to set input consumer enabled state", e); in setInputConsumerEnabled() 64 Log.e(TAG, "Failed to set whether animation targets are behind system bars", e); in setAnimationTargetsBehindSystemBars() 96 Log.e(TAG, "Failed to finish recents animation", e); in finish() 104 Log.e(TAG, "Failed to set deferred cancel with screenshot", e); in setDeferCancelUntilNextTransition() 112 Log.e(TAG, "Failed to clean up screenshot of recents animation", e); in cleanupScreenshot() 123 Log.e(TAG, "Failed to set overview reached state", e); in setWillFinishToHome() 134 Log.e(TAG, "Failed to remove remote animation target", e); in removeTask() 146 Log.e(TAG, "Failed to detach the navigation bar from app", e); in detachNavigationBarFromApp() [all …]
|
/aosp14/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
H A D | Uinput.java | 63 } catch (Exception e) { in main() 85 Event e = null; in run() local 87 process(e); in run() 98 private void process(Event e) { in process() argument 105 registerDevice(e); in process() 124 int id = e.getId(); in registerDevice() 125 Device d = new Device(id, e.getName(), e.getVendorId(), e.getProductId(), e.getBus(), in registerDevice() 126 e.getConfiguration(), e.getFfEffectsMax(), e.getAbsInfo(), e.getPort()); in registerDevice() 135 Log.e(TAG, msg); in error() 136 if (e != null) { in error() [all …]
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | TelecomManager.java | 1805 Log.e(TAG, "RemoteException calling isInCall().", e); in isInCall() 1938 Log.e(TAG, "Error calling ITelecomService#endCall", e); in endCall() 2426 Log.e(TAG, "Error enablePhoneAbbount", e); in enablePhoneAccount() 2446 Log.e(TAG, "Error dumping call analytics", e); in dumpAnalytics() 2542 Log.e(TAG, "Error isIncomingCallPermitted", e); in isIncomingCallPermitted() 2576 Log.e(TAG, "Error isOutgoingCallPermitted", e); in isOutgoingCallPermitted() 2632 Log.e(TAG, "RemoteException acceptHandover: " + e); in acceptHandover() 2652 Log.e(TAG, "RemoteException isInEmergencyCall: " + e); in isInEmergencyCall() 2677 Log.e(TAG, "RemoteException isInSelfManagedCall: " + e); in isInSelfManagedCall() 2789 Log.e(TAG, "RemoteException addCall: " + e); in addCall() [all …]
|
/aosp14/frameworks/base/core/java/android/app/usage/ |
H A D | StorageStatsManager.java | 75 } catch (RemoteException e) { in isQuotaSupported() 91 } catch (RemoteException e) { in isReservedSupported() 118 } catch (RemoteException e) { in getTotalBytes() 150 } catch (RemoteException e) { in getFreeBytes() 168 } catch (RemoteException e) { in getCacheBytes() 219 } catch (RemoteException e) { in queryStatsForPackage() 260 } catch (RemoteException e) { in queryStatsForUid() 298 } catch (RemoteException e) { in queryStatsForUser() 335 } catch (RemoteException e) { in queryExternalStatsForUser() 351 } catch (RemoteException e) { in getCacheQuotaBytes() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
H A D | KeyguardServiceWrapper.java | 55 } catch (RemoteException e) { in verifyUnlock() 64 } catch (RemoteException e) { in setOccluded() 73 } catch (RemoteException e) { in addStateMonitorCallback() 82 } catch (RemoteException e) { in dismiss() 91 } catch (RemoteException e) { in onDreamingStarted() 100 } catch (RemoteException e) { in onDreamingStopped() 109 } catch (RemoteException e) { in onStartedGoingToSleep() 119 } catch (RemoteException e) { in onFinishedGoingToSleep() 129 } catch (RemoteException e) { in onStartedWakingUp() 138 } catch (RemoteException e) { in onFinishedWakingUp() [all …]
|
/aosp14/frameworks/base/core/java/android/os/image/ |
H A D | DynamicSystemManager.java | 133 } catch (RemoteException e) { in startInstallation() 157 } catch (RemoteException e) { in createPartition() 170 } catch (RemoteException e) { in closePartition() 182 } catch (RemoteException e) { in finishInstallation() 198 } catch (RemoteException e) { in getInstallationProgress() 215 } catch (RemoteException e) { in abort() 225 } catch (RemoteException e) { in isInUse() 235 } catch (RemoteException e) { in isInstalled() 245 } catch (RemoteException e) { in isEnabled() 259 } catch (RemoteException e) { in remove() [all …]
|
/aosp14/frameworks/base/core/java/android/hardware/hdmi/ |
H A D | HdmiTvClient.java | 91 Log.e(TAG, "failed to select device: ", e); in deviceSelect() 118 Log.e(TAG, "failed to select port: ", e); 187 Log.e(TAG, "failed to set system audio mode:", e); 202 Log.e(TAG, "failed to set volume: ", e); 215 Log.e(TAG, "failed to set mute: ", e); 231 Log.e(TAG, "failed to set record listener.", e); 244 Log.e(TAG, "sendStandby threw exception ", e); 301 Log.e(TAG, "failed to start record: ", e); 314 Log.e(TAG, "failed to stop record: ", e); 352 Log.e(TAG, "failed to start record: ", e); [all …]
|
H A D | HdmiControlManager.java | 1352 } catch (RemoteException e) { in getConnectedDevices() 1365 } catch (RemoteException e) { in getConnectedDevicesList() 1381 } catch (RemoteException e) { in getPortInfo() 1399 } catch (RemoteException e) { in powerOffDevice() 1414 } catch (RemoteException e) { in powerOffRemoteDevice() 1434 } catch (RemoteException e) { in powerOnDevice() 1901 Log.e(TAG, 1951 Log.e(TAG, 1980 Log.e(TAG, 2438 Log.e(TAG, [all …]
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | ShortcutManager.java | 152 } catch (RemoteException e) { in setDynamicShortcuts() 172 } catch (RemoteException e) { in getDynamicShortcuts() 192 } catch (RemoteException e) { in getManifestShortcuts() 221 } catch (RemoteException e) { in getShortcuts() 244 } catch (RemoteException e) { in addDynamicShortcuts() 258 } catch (RemoteException e) { in removeDynamicShortcuts() 271 } catch (RemoteException e) { in removeAllDynamicShortcuts() 285 } catch (RemoteException e) { in removeLongLivedShortcuts() 800 } catch (Throwable e) { in getFutureOrThrow() 802 e = e.getCause(); in getFutureOrThrow() [all …]
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | BatteryStatsManager.java | 204 } catch (RemoteException e) { in getBatteryUsageStats() 218 } catch (RemoteException e) { in reportWifiRssiChanged() 230 } catch (RemoteException e) { in reportWifiOn() 242 } catch (RemoteException e) { in reportWifiOff() 258 } catch (RemoteException e) { in reportWifiState() 272 } catch (RemoteException e) { in reportWifiScanStartedFromSource() 286 } catch (RemoteException e) { in reportWifiScanStoppedFromSource() 302 } catch (RemoteException e) { in reportWifiBatchedScanStartedFromSource() 316 } catch (RemoteException e) { in reportWifiBatchedScanStoppedFromSource() 332 } catch (RemoteException e) { in getCellularBatteryStats() [all …]
|
/aosp14/frameworks/base/telephony/java/android/telephony/data/ |
H A D | DataServiceCallback.java | 92 } catch (RemoteException e) { in onSetupDataCallComplete() 111 } catch (RemoteException e) { in onDeactivateDataCallComplete() 129 } catch (RemoteException e) { in onSetInitialAttachApnComplete() 147 } catch (RemoteException e) { in onSetDataProfileComplete() 168 } catch (RemoteException e) { in onRequestDataCallListComplete() 187 } catch (RemoteException e) { in onDataCallListChanged() 207 } catch (RemoteException e) { in onHandoverStarted() 227 } catch (RemoteException e) { in onHandoverCancelled() 278 } catch (RemoteException e) { in onApnUnthrottled() 279 Rlog.e(TAG, "onApnUnthrottled: remote exception", e); in onApnUnthrottled() [all …]
|
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A D | SqliteWrapper.java | 49 if (isLowMemory(e)) { in checkSQLiteException() 53 throw e; in checkSQLiteException() 62 } catch (SQLiteException e) { in query() 63 Log.e(TAG, "Catch a SQLiteException when query: ", e); in query() 72 } catch (SQLiteException e) { in requery() 73 Log.e(TAG, "Catch a SQLiteException when requery: ", e); in requery() 83 } catch (SQLiteException e) { in update() 84 Log.e(TAG, "Catch a SQLiteException when update: ", e); in update() 95 } catch (SQLiteException e) { in delete() 96 Log.e(TAG, "Catch a SQLiteException when delete: ", e); in delete() [all …]
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | IInputMethodManagerGlobalInvoker.java | 99 exceptionHandler.accept(e); in handleRemoteExceptionOrRethrow() 125 } catch (RemoteException e) { in startProtoDump() 144 } catch (RemoteException e) { in startImeTrace() 163 } catch (RemoteException e) { in stopImeTrace() 182 } catch (RemoteException e) { in isImeTraceEnabled() 199 } catch (RemoteException e) { in removeImeSurface() 213 } catch (RemoteException e) { in addClient() 228 } catch (RemoteException e) { in getCurrentInputMethodInfoAsUser() 244 } catch (RemoteException e) { in getInputMethodList() 259 } catch (RemoteException e) { in getEnabledInputMethodList() [all …]
|