Searched refs:handleRemoteException (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaNetworkHal.java | 1266 handleRemoteException(e, methodStr); in getId() 1281 handleRemoteException(e, methodStr); in registerCallback() 1296 handleRemoteException(e, methodStr); in setSsid() 1328 handleRemoteException(e, methodStr); in setBssid() 1343 handleRemoteException(e, methodStr); in setScanSsid() 1375 handleRemoteException(e, methodStr); in setKeyMgmt() 1398 handleRemoteException(e, methodStr); in setProto() 1419 handleRemoteException(e, methodStr); in setAuthAlg() 1452 handleRemoteException(e, methodStr); in setGroupCipher() 1479 handleRemoteException(e, methodStr); in enableTlsSuiteBEapPhase1Param() [all …]
|
D | SupplicantStaIfaceHal.java | 469 handleRemoteException(e, "listInterfaces"); in getIfaceV1_0() 490 handleRemoteException(e, "getInterface"); in getIfaceV1_0() 524 handleRemoteException(e, "addInterface"); in addIfaceV1_1() 579 handleRemoteException(e, "removeInterface"); in removeIfaceV1_1() 710 handleRemoteException(e, methodStr); in terminate_V1_1() 871 handleRemoteException(e, "getTransport"); in checkHalVersionByInterfaceName() 1274 handleRemoteException(e, methodStr); in addNetwork() 1300 handleRemoteException(e, methodStr); in removeNetwork() 1344 handleRemoteException(e, methodStr); in getNetwork() 1366 handleRemoteException(e, methodStr); in registerCallback() [all …]
|
D | WifiVendorHal.java | 272 private void handleRemoteException(RemoteException e) { in handleRemoteException() method in WifiVendorHal 592 handleRemoteException(e); in registerStaIfaceCallback() 618 handleRemoteException(e); in registerChipCallback() 686 handleRemoteException(e); in getBgScanCapabilities() 837 handleRemoteException(e); in startBgScan() 860 handleRemoteException(e); in stopBgScan() 882 handleRemoteException(e); in pauseBgScan() 904 handleRemoteException(e); in restartBgScan() 954 handleRemoteException(e); in getWifiLinkLayerStats_internal() 977 handleRemoteException(e); in getWifiLinkLayerStats_1_3_Internal() [all …]
|
D | HostapdHal.java | 183 handleRemoteException(e, "getTransport"); in checkHalVersionByInterfaceName() 288 handleRemoteException(e, methodStr); in registerCallback() 533 handleRemoteException(e, methodStr); in addAccessPoint() 557 handleRemoteException(e, methodStr); in removeAccessPoint() 603 handleRemoteException(e, methodStr); in forceClientDisconnect() 720 handleRemoteException(e, methodStr); in terminate() 1020 private void handleRemoteException(RemoteException e, String methodStr) { in handleRemoteException() method in HostapdHal 1059 handleRemoteException(e, methodStr); in setLogLevel()
|
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/ |
D | Bmgr.java | 202 private void handleRemoteException(RemoteException e) { in handleRemoteException() method in Bmgr 214 handleRemoteException(e); in isBackupActive() 237 handleRemoteException(e); in doAutoRestore() 250 handleRemoteException(e); in doActivated() 265 handleRemoteException(e); in doEnabled() 284 handleRemoteException(e); in doEnable() 292 handleRemoteException(e); in doRun() 306 handleRemoteException(e); in doBackup() 323 handleRemoteException(e); in doFullTransportBackup() 451 handleRemoteException(e); in backupNowAllPackages() [all …]
|