Searched refs:proxy (Results 1 – 7 of 7) sorted by relevance
59 final ProxyInfo proxy = new ProxyInfo((ProxyInfo) null); in testConstructor() local60 checkEmpty(proxy); in testConstructor()62 assertEquals(proxy, new ProxyInfo(proxy)); in testConstructor()129 private void checkEmpty(ProxyInfo proxy) { in checkEmpty() argument130 assertNull(proxy.getHost()); in checkEmpty()131 assertEquals(0, proxy.getPort()); in checkEmpty()132 assertNull(proxy.getExclusionList()); in checkEmpty()133 assertEquals(Uri.EMPTY, proxy.getPacFileUrl()); in checkEmpty()
67 void incStrongHandle(int32_t handle, BpBinder *proxy);69 void incWeakHandle(int32_t handle, BpBinder *proxy);74 BpBinder* proxy); 76 BpBinder* proxy);
66 public void onServiceConnected(int profile, BluetoothProfile proxy) {68 mBluetoothHidDevice = (BluetoothHidDevice) proxy;
273 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() argument275 mService = (BluetoothHearingAid) proxy; in onServiceConnected()
417 public ActivitySession startActivity(LaunchProxy proxy) {419 final boolean waitIdle = proxy.shouldWaitForLaunched();423 proxy.setLaunchInjector(new LaunchInjector() {426 final Bundle bundle = proxy.getExtras();445 proxy.execute();
38 proxy(0), enumConstant
188 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() argument