Searched refs:Proxy (Results 1 – 25 of 33) sorted by relevance
12
1091 Landroid/bluetooth/IBluetooth$Stub$Proxy;-><init>(Landroid/os/IBinder;)V1092 Landroid/bluetooth/IBluetooth$Stub$Proxy;->cancelBondProcess(Landroid/bluetooth/BluetoothDevice;)Z1093 Landroid/bluetooth/IBluetooth$Stub$Proxy;->cancelDiscovery()Z1094 Landroid/bluetooth/IBluetooth$Stub$Proxy;->createBond(Landroid/bluetooth/BluetoothDevice;I)Z1095 Landroid/bluetooth/IBluetooth$Stub$Proxy;->createBondOutOfBand(Landroid/bluetooth/BluetoothDevice;I…1096 Landroid/bluetooth/IBluetooth$Stub$Proxy;->disable()Z1097 Landroid/bluetooth/IBluetooth$Stub$Proxy;->enable()Z1098 Landroid/bluetooth/IBluetooth$Stub$Proxy;->enableNoAutoConnect()Z1099 Landroid/bluetooth/IBluetooth$Stub$Proxy;->factoryReset()Z1100 Landroid/bluetooth/IBluetooth$Stub$Proxy;->fetchRemoteUuids(Landroid/bluetooth/BluetoothDevice;)Z[all …]
8 Landroid/bluetooth/IBluetoothManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
1 Landroid/net/IConnectivityManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V2 Landroid/net/IConnectivityManager$Stub$Proxy;->getActiveLinkProperties()Landroid/net/LinkProperties;3 Landroid/net/IConnectivityManager$Stub$Proxy;->getActiveNetworkInfo()Landroid/net/NetworkInfo;4 Landroid/net/IConnectivityManager$Stub$Proxy;->getAllNetworkInfo()[Landroid/net/NetworkInfo;5 Landroid/net/IConnectivityManager$Stub$Proxy;->getAllNetworks()[Landroid/net/Network;6 Landroid/net/IConnectivityManager$Stub$Proxy;->getTetherableIfaces()[Ljava/lang/String;7 Landroid/net/IConnectivityManager$Stub$Proxy;->getTetherableUsbRegexs()[Ljava/lang/String;8 Landroid/net/IConnectivityManager$Stub$Proxy;->getTetheredIfaces()[Ljava/lang/String;9 Landroid/net/IConnectivityManager$Stub$Proxy;->mRemote:Landroid/os/IBinder;
163 Landroid/net/ICaptivePortal$Stub$Proxy;-><init>(Landroid/os/IBinder;)V164 Landroid/net/ICaptivePortal$Stub$Proxy;->appResponse(I)V165 Landroid/net/ICaptivePortal$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;166 Landroid/net/ICaptivePortal$Stub$Proxy;->mRemote:Landroid/os/IBinder;172 Landroid/net/IConnectivityManager$Stub$Proxy;->addVpnAddress(Ljava/lang/String;I)Z173 Landroid/net/IConnectivityManager$Stub$Proxy;->checkMobileProvisioning(I)I174 Landroid/net/IConnectivityManager$Stub$Proxy;->establishVpn(Lcom/android/internal/net/VpnConfig;)La…175 Landroid/net/IConnectivityManager$Stub$Proxy;->factoryReset()V176 Landroid/net/IConnectivityManager$Stub$Proxy;->getActiveNetwork()Landroid/net/Network;177 Landroid/net/IConnectivityManager$Stub$Proxy;->getActiveNetworkForUid(IZ)Landroid/net/Network;[all …]
125 Landroid/nfc/IAppCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V126 Landroid/nfc/IAppCallback$Stub$Proxy;->createBeamShareData(B)Landroid/nfc/BeamShareData;127 Landroid/nfc/IAppCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;128 Landroid/nfc/IAppCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;129 Landroid/nfc/IAppCallback$Stub$Proxy;->onNdefPushComplete(B)V130 Landroid/nfc/IAppCallback$Stub$Proxy;->onTagDiscovered(Landroid/nfc/Tag;)V140 Landroid/nfc/INfcAdapter$Stub$Proxy;-><init>(Landroid/os/IBinder;)V141 Landroid/nfc/INfcAdapter$Stub$Proxy;->addNfcUnlockHandler(Landroid/nfc/INfcUnlockHandler;[I)V142 Landroid/nfc/INfcAdapter$Stub$Proxy;->disable(Z)Z143 Landroid/nfc/INfcAdapter$Stub$Proxy;->disableNdefPush()Z[all …]
19 import android.net.Proxy43 Proxy() in testConstructor()50 val defaultPort = Proxy.getDefaultPort() in testAccessProperties()51 if (null == Proxy.getDefaultHost()) { in testAccessProperties()85 Proxy.setHttpProxyConfiguration(info) in testSetHttpProxyConfiguration_DirectProxy()88 Proxy.setHttpProxyConfiguration(original) in testSetHttpProxyConfiguration_DirectProxy()97 Proxy.setHttpProxyConfiguration(pacInfo) in testSetHttpProxyConfiguration_PacProxy()100 Proxy.setHttpProxyConfiguration(original) in testSetHttpProxyConfiguration_PacProxy()
37 import android.net.Proxy;136 final ProxyInfo proxy = (ProxyInfo) intent.getExtra(Proxy.EXTRA_PROXY_INFO, in onReceive()179 mContext.registerReceiver(receiver, new IntentFilter(Proxy.PROXY_CHANGE_ACTION)); in testSetCurrentProxyScriptUrl()
88 Landroid/net/IEthernetManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V89 Landroid/net/IEthernetManager$Stub$Proxy;->addListener(Landroid/net/IEthernetServiceListener;)V90 Landroid/net/IEthernetManager$Stub$Proxy;->getAvailableInterfaces()[Ljava/lang/String;91 Landroid/net/IEthernetManager$Stub$Proxy;->getConfiguration(Ljava/lang/String;)Landroid/net/IpConfi…92 Landroid/net/IEthernetManager$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;93 Landroid/net/IEthernetManager$Stub$Proxy;->isAvailable(Ljava/lang/String;)Z94 Landroid/net/IEthernetManager$Stub$Proxy;->mRemote:Landroid/os/IBinder;95 Landroid/net/IEthernetManager$Stub$Proxy;->removeListener(Landroid/net/IEthernetServiceListener;)V96 Landroid/net/IEthernetManager$Stub$Proxy;->setConfiguration(Ljava/lang/String;Landroid/net/IpConfig…112 Landroid/net/IEthernetServiceListener$Stub$Proxy;-><init>(Landroid/os/IBinder;)V[all …]
1 Landroid/net/INetworkStatsService$Stub$Proxy;-><init>(Landroid/os/IBinder;)V2 Landroid/net/INetworkStatsService$Stub$Proxy;->getMobileIfaces()[Ljava/lang/String;
1 Landroid/net/wifi/IWifiManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V3 Landroid/net/wifi/IWifiScanner$Stub$Proxy;-><init>(Landroid/os/IBinder;)V4 Landroid/net/wifi/IWifiScanner$Stub$Proxy;->mRemote:Landroid/os/IBinder;
83 Landroid/net/wifi/aware/IWifiAwareDiscoverySessionCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;…84 Landroid/net/wifi/aware/IWifiAwareDiscoverySessionCallback$Stub$Proxy;->getInterfaceDescriptor()Lja…85 Landroid/net/wifi/aware/IWifiAwareDiscoverySessionCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;86 Landroid/net/wifi/aware/IWifiAwareDiscoverySessionCallback$Stub$Proxy;->onMatch(I[B[B)V87 Landroid/net/wifi/aware/IWifiAwareDiscoverySessionCallback$Stub$Proxy;->onMatchWithDistance(I[B[BI)V88 Landroid/net/wifi/aware/IWifiAwareDiscoverySessionCallback$Stub$Proxy;->onMessageReceived(I[B)V89 Landroid/net/wifi/aware/IWifiAwareDiscoverySessionCallback$Stub$Proxy;->onMessageSendFail(II)V90 Landroid/net/wifi/aware/IWifiAwareDiscoverySessionCallback$Stub$Proxy;->onMessageSendSuccess(I)V91 Landroid/net/wifi/aware/IWifiAwareDiscoverySessionCallback$Stub$Proxy;->onSessionConfigFail(I)V92 Landroid/net/wifi/aware/IWifiAwareDiscoverySessionCallback$Stub$Proxy;->onSessionConfigSuccess()V[all …]
249 public java.net.Proxy makeProxy() { in makeProxy()250 java.net.Proxy proxy = java.net.Proxy.NO_PROXY; in makeProxy()254 proxy = new java.net.Proxy(java.net.Proxy.Type.HTTP, inetSocketAddress); in makeProxy()
326 final java.net.Proxy proxy; in openConnection()330 proxy = java.net.Proxy.NO_PROXY; in openConnection()346 public URLConnection openConnection(URL url, java.net.Proxy proxy) throws IOException { in openConnection()
9 import java.lang.reflect.Proxy in <lambda>()24 return Proxy.newProxyInstance(clazz.classLoader, arrayOf<Class<*>>(clazz)) { in <lambda>()
7 Landroid/os/IStatsCompanionService$Stub$Proxy;-><init>(Landroid/os/IBinder;)V8 Landroid/os/IStatsCompanionService$Stub$Proxy;->cancelAlarmForSubscriberTriggering()V9 Landroid/os/IStatsCompanionService$Stub$Proxy;->cancelAnomalyAlarm()V10 Landroid/os/IStatsCompanionService$Stub$Proxy;->cancelPullingAlarm()V11 Landroid/os/IStatsCompanionService$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;12 Landroid/os/IStatsCompanionService$Stub$Proxy;->mRemote:Landroid/os/IBinder;13 Landroid/os/IStatsCompanionService$Stub$Proxy;->pullData(I)[Landroid/os/StatsLogEventWrapper;14 Landroid/os/IStatsCompanionService$Stub$Proxy;->sendDataBroadcast(Landroid/os/IBinder;J)V15 Landroid/os/IStatsCompanionService$Stub$Proxy;->sendSubscriberBroadcast(Landroid/os/IBinder;JJJJ[Lj…16 Landroid/os/IStatsCompanionService$Stub$Proxy;->setAlarmForSubscriberTriggering(J)V[all …]
34 public class Proxy extends ProxyFileDescriptorCallback { class40 Proxy(ArchiveHandle file, ArchiveEntry entry) in Proxy() method in Proxy
279 new Proxy(mArchiveHandle, entry), mHandler); in openDocument()
41 import java.net.Proxy;121 Proxy proxy = Proxy.NO_PROXY; in execute()123 proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress(proxyHost, proxyPort)); in execute()
48 import java.net.Proxy;129 Proxy proxy = Proxy.NO_PROXY; in execute()131 proxy = new Proxy(Proxy.Type.HTTP, in execute()
59 dbus::nonblock::Proxy::new(DBUS_SERVICE, DBUS_PATH, DBUS_TIMEOUT, self.conn.clone()); in get_dbus_owner_of_service()79 let service_proxy = dbus::nonblock::Proxy::new( in get_path_of_interface()
45 powerd_proxy: dbus::nonblock::Proxy<'static, Arc<SyncConnection>>,83 powerd_proxy: dbus::nonblock::Proxy<'static, Arc<SyncConnection>>, in send_handle_suspend_readiness()400 dbus::nonblock::Proxy::new(POWERD_SERVICE, POWERD_PATH, POWERD_DBUS_TIMEOUT, conn); in on_powerd_started()
620 static Proxy sProxy = new Proxy();623 static class Proxy { class in RestrictedLockUtilsInternal
33 import android.net.Proxy;266 Intent intent = new Intent(Proxy.PROXY_CHANGE_ACTION); in sendProxyBroadcast()
182 fn create_proxy(&self) -> dbus::nonblock::Proxy<Arc<SyncConnection>> { in create_proxy()184 dbus::nonblock::Proxy::new( in create_proxy()
43 import android.net.Proxy;456 Intent intent = new Intent(Proxy.PROXY_CHANGE_ACTION); in setWebViewProxy()