/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/ |
D | ConsentCompositeStorage.java | 86 } catch (ConsentStorageDeferException e) { in clearAllAppConsentData() 90 } catch (IOException e) { in clearAllAppConsentData() 91 ErrorLogUtil.e( in clearAllAppConsentData() 92 e, in clearAllAppConsentData() 95 throw new RuntimeException(e); in clearAllAppConsentData() 110 } catch (ConsentStorageDeferException e) { in clearConsentForUninstalledApp() 114 } catch (IOException e) { in clearConsentForUninstalledApp() 115 ErrorLogUtil.e( in clearConsentForUninstalledApp() 116 e, in clearConsentForUninstalledApp() 134 } catch (ConsentStorageDeferException e) { in clearConsentForUninstalledApp() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceHalAidlImpl.java | 161 } catch (RemoteException e) { in setDebugParams() 162 handleRemoteException(e, methodStr); in setDebugParams() 163 } catch (ServiceSpecificException e) { in setDebugParams() 164 handleServiceSpecificException(e, methodStr); in setDebugParams() 185 Log.e(TAG, "Unable to obtain ISupplicant binder."); in initialize() 197 } catch (RemoteException e) { in initialize() 198 handleRemoteException(e, methodStr); in initialize() 218 Log.e(TAG, "Unable to add iface " + ifaceName); in setupIface() 228 Log.e(TAG, "Unable to register callback for iface " + ifaceName); in setupIface() 245 } catch (RemoteException e) { in addIface() [all …]
|
D | SupplicantP2pIfaceHalHidlImpl.java | 98 Log.e(TAG, "Initializing ISupplicant failed."); 138 } catch (RemoteException e) { in linkToServiceManagerDeath() 139 Log.e(TAG, "IServiceManager.linkToDeath exception", e); in linkToServiceManagerDeath() 177 Log.e(TAG, "Got null ISupplicant service. Stopping supplicant HIDL startup"); in setDebugParams() 184 Log.e(TAG, "Failed to set debug params " + status); in setDebugParams() 187 } catch (RemoteException e) { in setDebugParams() 188 Log.e(TAG, "Exception while setting debug params for ISupplicant service: " + e); in setDebugParams() 215 Log.e(TAG, "Failed to get HIDL Service Manager"); in initialize() 225 Log.e(TAG, "Failed to register for notifications to " in initialize() 234 } catch (RemoteException e) { in initialize() [all …]
|
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/ |
D | AdServicesManager.java | 96 } catch (RemoteException e) { in getConsent() 97 throw e.rethrowFromSystemServer(); in getConsent() 107 } catch (RemoteException e) { in setConsent() 108 throw e.rethrowFromSystemServer(); in setConsent() 120 } catch (RemoteException e) { in recordNotificationDisplayed() 121 throw e.rethrowFromSystemServer(); in recordNotificationDisplayed() 134 } catch (RemoteException e) { in wasNotificationDisplayed() 135 throw e.rethrowFromSystemServer(); in wasNotificationDisplayed() 147 } catch (RemoteException e) { in recordGaUxNotificationDisplayed() 148 throw e.rethrowFromSystemServer(); in recordGaUxNotificationDisplayed() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaNetworkHalAidlImpl.java | 210 Log.e(TAG, "failed to read ssid"); in loadWifiConfiguration() 218 Log.e(TAG, "getId failed"); in loadWifiConfiguration() 319 Log.e(TAG, "failed to disable EHT (Wi-Fi 7)"); in saveWifiConfiguration() 327 Log.e(TAG, "failed to set SSID: " + wifiSsid); in saveWifiConfiguration() 336 Log.e(TAG, "failed to set BSSID: " + bssidStr); in saveWifiConfiguration() 342 Log.e(TAG, config.SSID + ": failed to set hiddenSSID: " + config.hiddenSSID); in saveWifiConfiguration() 358 Log.e(TAG, config.SSID + ": failed to set requirePMF: " + config.requirePmf); in saveWifiConfiguration() 372 Log.e(TAG, "failed to set Key Management"); in saveWifiConfiguration() 378 Log.e(TAG, "failed to set Suite-B-192 configuration"); in saveWifiConfiguration() 384 Log.e(TAG, "failed to set DPP connection params"); in saveWifiConfiguration() [all …]
|
D | SupplicantStaIfaceHalAidlImpl.java | 278 Log.e(TAG, "Iface " + ifaceName + " already exists."); in setupIface() 284 Log.e(TAG, "Unable to add iface " + ifaceName); in setupIface() 297 Log.e(TAG, "Unable to register callback for iface " + ifaceName); in setupIface() 317 } catch (RemoteException e) { in addIface() 318 handleRemoteException(e, methodStr); in addIface() 319 } catch (ServiceSpecificException e) { in addIface() 320 handleServiceSpecificException(e, methodStr); in addIface() 321 } catch (NoSuchElementException | IllegalArgumentException e) { in addIface() 322 Log.e(TAG, "Encountered exception at addIface: ", e); in addIface() 352 } catch (RemoteException e) { in teardownIface() [all …]
|
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/ |
D | BpfCoordinatorShimImpl.java | 126 } catch (ErrnoException e) { in BpfCoordinatorShimImpl() 127 mLog.e("Could not clear mBpfDownstream4Map: " + e); in BpfCoordinatorShimImpl() 131 } catch (ErrnoException e) { in BpfCoordinatorShimImpl() 132 mLog.e("Could not clear mBpfUpstream4Map: " + e); in BpfCoordinatorShimImpl() 136 } catch (ErrnoException e) { in BpfCoordinatorShimImpl() 137 mLog.e("Could not clear mBpfDownstream6Map: " + e); in BpfCoordinatorShimImpl() 141 } catch (ErrnoException e) { in BpfCoordinatorShimImpl() 142 mLog.e("Could not clear mBpfUpstream6Map: " + e); in BpfCoordinatorShimImpl() 146 } catch (ErrnoException e) { in BpfCoordinatorShimImpl() 147 mLog.e("Could not clear mBpfStatsMap: " + e); in BpfCoordinatorShimImpl() [all …]
|
/packages/modules/StatsD/framework/java/android/app/ |
D | StatsManager.java | 173 } catch (RemoteException e) { in addConfig() 174 Log.e(TAG, "Failed to connect to statsmanager when adding configuration"); in addConfig() 175 throw new StatsUnavailableException("could not connect", e); in addConfig() 176 } catch (SecurityException e) { in addConfig() 177 throw new StatsUnavailableException(e.getMessage(), e); in addConfig() 178 } catch (IllegalStateException e) { in addConfig() 179 Log.e(TAG, "Failed to addConfig in statsmanager"); in addConfig() 180 throw new StatsUnavailableException(e.getMessage(), e); in addConfig() 195 } catch (StatsUnavailableException | IllegalArgumentException e) { in addConfiguration() 214 } catch (RemoteException e) { in removeConfig() [all …]
|
/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/ |
D | ImsAudioSession.java | 50 } catch (RemoteException e) { in getSessionId() 51 Log.e(TAG, "Failed to get session ID: " + e); in getSessionId() 63 } catch (RemoteException e) { in modifySession() 64 Log.e(TAG, "Failed to modify session: " + e); in modifySession() 74 } catch (RemoteException e) { in setMediaQualityThreshold() 75 Log.e(TAG, "Failed to modify session: " + e); in setMediaQualityThreshold() 88 } catch (RemoteException e) { in addConfig() 89 Log.e(TAG, "Failed to add config: " + e); in addConfig() 103 } catch (RemoteException e) { in deleteConfig() 104 Log.e(TAG, "Failed to delete config: " + e); in deleteConfig() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | WifiChipAidlImpl.java | 114 } catch (RemoteException e) { in configureChip() 115 handleRemoteException(e, methodStr); in configureChip() 116 } catch (ServiceSpecificException e) { in configureChip() 117 handleServiceSpecificException(e, methodStr); in configureChip() 143 } catch (RemoteException e) { in createApIface() 144 handleRemoteException(e, methodStr); in createApIface() 145 } catch (ServiceSpecificException e) { in createApIface() 146 handleServiceSpecificException(e, methodStr); in createApIface() 172 } catch (RemoteException e) { in createBridgedApIface() 173 handleRemoteException(e, methodStr); in createBridgedApIface() [all …]
|
D | WifiApIfaceAidlImpl.java | 56 } catch (RemoteException e) { in getName() 57 handleRemoteException(e, methodStr); in getName() 58 } catch (ServiceSpecificException e) { in getName() 59 handleServiceSpecificException(e, methodStr); in getName() 77 Log.e(TAG, methodStr + " received a null array from the HAL"); in getBridgedInstances() 81 } catch (RemoteException e) { in getBridgedInstances() 82 handleRemoteException(e, methodStr); in getBridgedInstances() 83 } catch (ServiceSpecificException e) { in getBridgedInstances() 84 handleServiceSpecificException(e, methodStr); in getBridgedInstances() 102 } catch (RemoteException e) { in getFactoryMacAddress() [all …]
|
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/ |
D | TestAdSelectionManager.java | 108 } catch (NullPointerException e) { in overrideAdSelectionConfigRemoteInfo() 109 sLogger.e(e, "Unable to find the AdSelection service."); in overrideAdSelectionConfigRemoteInfo() 111 new IllegalStateException("Unable to find the AdSelection service.", e)); in overrideAdSelectionConfigRemoteInfo() 112 } catch (RemoteException e) { in overrideAdSelectionConfigRemoteInfo() 113 sLogger.e(e, "Exception"); in overrideAdSelectionConfigRemoteInfo() 114 receiver.onError(new IllegalStateException("Failure of AdSelection service.", e)); in overrideAdSelectionConfigRemoteInfo() 164 } catch (NullPointerException e) { in removeAdSelectionConfigRemoteInfoOverride() 165 sLogger.e(e, "Unable to find the AdSelection service."); in removeAdSelectionConfigRemoteInfoOverride() 167 new IllegalStateException("Unable to find the AdSelection service.", e)); in removeAdSelectionConfigRemoteInfoOverride() 168 } catch (RemoteException e) { in removeAdSelectionConfigRemoteInfoOverride() [all …]
|
D | AdSelectionManager.java | 253 } catch (IOException e) { in getAdSelectionData() 257 e)); in getAdSelectionData() 278 } catch (NullPointerException e) { in getAdSelectionData() 279 sLogger.e(e, "Unable to find the AdSelection service."); in getAdSelectionData() 281 new IllegalStateException("Unable to find the AdSelection service.", e)); in getAdSelectionData() 282 } catch (RemoteException e) { in getAdSelectionData() 283 sLogger.e(e, "Failure of AdSelection service."); in getAdSelectionData() 284 receiver.onError(new IllegalStateException("Failure of AdSelection service.", e)); in getAdSelectionData() 367 } catch (NullPointerException e) { in persistAdSelectionResult() 368 sLogger.e(e, "Unable to find the AdSelection service."); in persistAdSelectionResult() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | WifiConfigStoreEncryptionUtil.java | 77 } catch (NoSuchAlgorithmException e) { in WifiConfigStoreEncryptionUtil() 78 reportException(e, "encrypt could not find the algorithm: " + CIPHER_ALGORITHM); in WifiConfigStoreEncryptionUtil() 79 } catch (NoSuchPaddingException e) { in WifiConfigStoreEncryptionUtil() 80 reportException(e, "encrypt had a padding exception"); in WifiConfigStoreEncryptionUtil() 81 } catch (Exception e) { in WifiConfigStoreEncryptionUtil() 82 reportException(e, "exception caught"); in WifiConfigStoreEncryptionUtil() 110 } catch (BadPaddingException e) { in encrypt() 111 reportException(e, "encrypt had a padding problem"); in encrypt() 112 } catch (IllegalBlockSizeException e) { in encrypt() 113 reportException(e, "encrypt had an illegal block size"); in encrypt() [all …]
|
/packages/services/Car/service/src/com/android/car/ |
D | CarServiceHelperWrapper.java | 135 } catch (RemoteException e) { in setDisplayAllowlistForUser() 136 Slogf.e(TAG, REMOTE_EXCEPTION_STR, e); in setDisplayAllowlistForUser() 146 } catch (RemoteException e) { in setPassengerDisplays() 147 Slogf.e(TAG, REMOTE_EXCEPTION_STR, e); in setPassengerDisplays() 157 } catch (RemoteException e) { in setSafetyMode() 158 Slogf.e(TAG, REMOTE_EXCEPTION_STR, e); in setSafetyMode() 169 } catch (RemoteException e) { in createUserEvenWhenDisallowed() 170 Slogf.e(TAG, REMOTE_EXCEPTION_STR, e); in createUserEvenWhenDisallowed() 181 } catch (RemoteException e) { in setPersistentActivity() 182 Slogf.e(TAG, REMOTE_EXCEPTION_STR, e); in setPersistentActivity() [all …]
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/dvb/ |
D | DvbDeviceAccessor.java | 65 } catch (ClassNotFoundException e) { 66 Log.e(TAG, "Couldn't find class", e); 67 } catch (NoSuchMethodException e) { 68 Log.e(TAG, "Couldn't find method", e); 89 } catch (IllegalAccessException e) { in getDvbDeviceList() 90 Log.e(TAG, "Couldn't access", e); in getDvbDeviceList() 91 } catch (InvocationTargetException e) { in getDvbDeviceList() 92 Log.e(TAG, "Couldn't invoke", e); in getDvbDeviceList() 110 } catch (IllegalAccessException e) { in isDvbDeviceAvailable() 111 Log.e(TAG, "Couldn't access", e); in isDvbDeviceAvailable() [all …]
|
/packages/modules/Virtualization/rialto/src/ |
D | error.rs | 63 Self::Hypervisor(e) => write!(f, "Hypervisor error: {e}."), in fmt() 64 Self::PageTableMapping(e) => { in fmt() 67 Self::InvalidFdt(e) => write!(f, "Invalid FDT: {e}"), in fmt() 68 Self::InvalidPci(e) => write!(f, "Invalid PCI: {e}"), in fmt() 69 Self::MemoryOperationFailed(e) => write!(f, "Failed memory operation: {e}"), in fmt() 70 Self::PciInitializationFailed(e) => write!(f, "Failed to initialize PCI: {e}"), in fmt() 71 Self::VirtIOSocketCreationFailed(e) => { in fmt() 75 Self::VirtIODriverOperationFailed(e) => { in fmt() 78 Self::SerializationFailed(e) => write!(f, "Failed to serialize: {e}"), in fmt() 79 Self::DeserializationFailed(e) => write!(f, "Failed to deserialize: {e}"), in fmt() [all …]
|
/packages/services/Car/car-lib/src/android/car/content/pm/ |
D | CarPackageManager.java | 275 } catch (RemoteException e) { in setAppBlockingPolicy() 276 handleRemoteExceptionFromCarService(e); in setAppBlockingPolicy() 290 } catch (RemoteException e) { in restartTask() 291 handleRemoteExceptionFromCarService(e); in restartTask() 313 } catch (RemoteException e) { in isActivityBackedBySafeActivity() 314 return handleRemoteExceptionFromCarService(e, false); in isActivityBackedBySafeActivity() 327 } catch (RemoteException e) { in setEnableActivityBlocking() 328 handleRemoteExceptionFromCarService(e); in setEnableActivityBlocking() 344 } catch (RemoteException e) { in isActivityDistractionOptimized() 345 return handleRemoteExceptionFromCarService(e, false); in isActivityDistractionOptimized() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SystemUiProxy.java | 214 } catch (RemoteException e) { in onBackPressed() 215 Log.w(TAG, "Failed call onBackPressed", e); in onBackPressed() 225 } catch (RemoteException e) { in onImeSwitcherPressed() 226 Log.w(TAG, "Failed call onImeSwitcherPressed", e); in onImeSwitcherPressed() 236 } catch (RemoteException e) { in setHomeRotationEnabled() 237 Log.w(TAG, "Failed call onBackPressed", e); in setHomeRotationEnabled() 298 } catch (RemoteException e) { in setProxy() 348 } catch (RemoteException e) { in linkToDeath() 349 Log.e(TAG, "Failed to link sysui proxy death recipient"); in linkToDeath() 365 } catch (RemoteException e) { in startScreenPinning() [all …]
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | Event.kt | 111 val e = Event() in newInstance() constant 112 e.id = 0 in newInstance() 113 e.title = null in newInstance() 114 e.color = 0 in newInstance() 115 e.location = null in newInstance() 116 e.allDay = false in newInstance() 117 e.startDay = 0 in newInstance() 118 e.endDay = 0 in newInstance() 119 e.startTime = 0 in newInstance() 120 e.endTime = 0 in newInstance() [all …]
|
/packages/apps/Nfc/nci/jni/ |
D | NfcJniUtil.cpp | 44 JNIEnv* e = NULL; in JNI_OnLoad() local 49 if (jvm->GetEnv((void**)&e, JNI_VERSION_1_6)) return JNI_ERR; in JNI_OnLoad() 51 if (android::register_com_android_nfc_NativeNfcManager(e) == -1) in JNI_OnLoad() 53 if (android::register_com_android_nfc_NativeNfcTag(e) == -1) return JNI_ERR; in JNI_OnLoad() 54 if (RoutingManager::getInstance().registerJniFunctions(e) == -1) in JNI_OnLoad() 56 if (NativeWlcManager::getInstance().registerJniFunctions(e) == -1) in JNI_OnLoad() 73 int nfc_jni_cache_object(JNIEnv* e, const char* className, jobject* cachedObj) { in nfc_jni_cache_object() argument 74 ScopedLocalRef<jclass> cls(e, e->FindClass(className)); in nfc_jni_cache_object() 80 jmethodID ctor = e->GetMethodID(cls.get(), "<init>", "()V"); in nfc_jni_cache_object() 81 ScopedLocalRef<jobject> obj(e, e->NewObject(cls.get(), ctor)); in nfc_jni_cache_object() [all …]
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/ |
D | IpClientManager.java | 59 private void log(String s, Throwable e) { in log() argument 60 Log.e(mTag, s, e); in log() 73 } catch (RemoteException e) { in completedPreDhcpAction() 74 log("Error completing PreDhcpAction", e); in completedPreDhcpAction() 89 } catch (RemoteException e) { in confirmConfiguration() 90 log("Error confirming IpClient configuration", e); in confirmConfiguration() 105 } catch (RemoteException e) { in readPacketFilterComplete() 106 log("Error notifying IpClient of packet filter read", e); in readPacketFilterComplete() 121 } catch (RemoteException e) { in shutdown() 122 log("Error shutting down IpClient", e); in shutdown() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDiscoverySessionState.java | 203 } catch (RemoteException e) { in terminate() 205 "onSessionTerminatedLocal onSessionTerminated(): RemoteException (FYI): " + e); in terminate() 236 Log.e(TAG, "A SUBSCRIBE session is being used to publish"); in updatePublish() 239 } catch (RemoteException e) { in updatePublish() 240 Log.e(TAG, "updatePublish: RemoteException=" + e); in updatePublish() 250 } catch (RemoteException e) { in updatePublish() 251 Log.w(TAG, "updatePublish onSessionConfigFail(): RemoteException (FYI): " + e); in updatePublish() 269 Log.e(TAG, "A PUBLISH session is being used to subscribe"); in updateSubscribe() 272 } catch (RemoteException e) { in updateSubscribe() 273 Log.e(TAG, "updateSubscribe: RemoteException=" + e); in updateSubscribe() [all …]
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationBackend.java | 86 Log.e(TAG, "Error loading application label for " + row.pkg, t); in loadAppRow() 110 } catch (RemoteException e) { in recordCanBeBlocked() 111 Log.w(TAG, "Error calling NMS", e); in recordCanBeBlocked() 153 } catch (RemoteException e) { in getDeviceList() 154 Log.w(TAG, "Error calling CDM", e); in getDeviceList() 167 } catch (PackageManager.NameNotFoundException e) { in enableSwitch() 168 e.printStackTrace(); in enableSwitch() 177 } catch (Exception e) { in getNotificationsBanned() 178 Log.w(TAG, "Error calling NoMan", e); in getNotificationsBanned() 193 } catch (Exception e) { in setNotificationsEnabledForPackage() [all …]
|
/packages/services/Car/car-lib/src/android/car/app/ |
D | RemoteCarTaskView.java | 75 } catch (RemoteException e) { in showEmbeddedTask() 76 Slogf.e(TAG, "exception in showEmbeddedTask", e); in showEmbeddedTask() 90 } catch (RemoteException e) { in setTaskVisibility() 91 Slogf.e(TAG, "exception in setTaskVisibility", e); in setTaskVisibility() 105 } catch (RemoteException e) { in reorderTask() 106 Slogf.e(TAG, "exception in reorderTask for task", e); in reorderTask() 120 } catch (RemoteException e) { in updateWindowBounds() 121 Slogf.e(TAG, "exception in setWindowBounds", e); in updateWindowBounds() 135 } catch (RemoteException e) { in setWindowBounds() 136 Slogf.e(TAG, "exception in setWindowBounds", e); in setWindowBounds() [all …]
|