Home
last modified time | relevance | path

Searched refs:proxy (Results 1 – 25 of 37) sorted by relevance

12

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUserInfo.kt44 val proxy: UserInfoProxy constant in com.android.bedstead.nene.users.UserInfo
46 constructor(proxy: UserInfoProxy) {
47 this.proxy = proxy
48 this.id = proxy.id;
49 this.creationTime = proxy.creationTime
50 this.userType = proxy.userType
51 this.profileGroupId = proxy.profileGroupId
52 this.partial = proxy.partial
53 this.preCreated = proxy.preCreated
54 this.name = proxy.name
[all …]
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/credentials/
DCredentialProviderInfo.kt29 private val proxy: CredentialProviderInfoProxy constant in com.android.bedstead.nene.credentials.CredentialProviderInfo
31 constructor(proxy: CredentialProviderInfoProxy) {
32 this.proxy = proxy
36 fun getComponentName(): ComponentName = proxy.getComponentName()
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DStubMediaRoute2ProviderService.java197 public void setProxy(@Nullable Proxy proxy) { in setProxy() argument
198 mProxy = proxy; in setProxy()
259 Proxy proxy = mProxy; in onCreateSession() local
260 if (doesProxyOverridesMethod(proxy, "onCreateSession")) { in onCreateSession()
261 proxy.onCreateSession(requestId, packageName, routeId, sessionHints); in onCreateSession()
312 Proxy proxy = mProxy; in onReleaseSession() local
313 if (doesProxyOverridesMethod(proxy, "onReleaseSession")) { in onReleaseSession()
314 proxy.onReleaseSession(requestId, sessionId); in onReleaseSession()
338 Proxy proxy = mProxy; in onDiscoveryPreferenceChanged() local
339 if (doesProxyOverridesMethod(proxy, "onDiscoveryPreferenceChanged")) { in onDiscoveryPreferenceChanged()
[all …]
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/proxy/
DBaseProxyTest.java17 package com.android.cts.deviceowner.proxy;
82 protected boolean setProxyAndWaitForBroadcast(ProxyInfo proxy) throws Exception { in setProxyAndWaitForBroadcast() argument
83 Log.d(TAG, "setProxyAndWaitForBroadcast(), setting Proxy to " + proxy); in setProxyAndWaitForBroadcast()
84 mDevicePolicyManager.setRecommendedGlobalProxy(getWho(), proxy); in setProxyAndWaitForBroadcast() local
116 String proxy = System.getProperty("http.proxyHost"); in isProxySysPropSet() local
117 return (proxy != null) && proxy.equals(mProxyHost); in isProxySysPropSet()
DPassthroughTestHelper.java17 package com.android.cts.deviceowner.proxy;
47 public PassthroughTestHelper(ProxyInfo proxy) { in PassthroughTestHelper() argument
48 mProxy = proxy; in PassthroughTestHelper()
DStaticProxyTest.java17 package com.android.cts.deviceowner.proxy;
53 ProxyInfo proxy = ProxyInfo.buildDirectProxy(mProxyHost, PROXY_PORT, mExclList); in testBroadcast() local
54 assertTrue("No broadcast after setting proxy", setProxyAndWaitForBroadcast(proxy)); in testBroadcast()
DPacProxyTest.java17 package com.android.cts.deviceowner.proxy;
117 ProxyInfo proxy = ProxyInfo.buildPacProxy(pacProxyUri); in setPacURLAndWaitForDownload() local
118 assertTrue("No broadcast after setting proxy", setProxyAndWaitForBroadcast(proxy)); in setPacURLAndWaitForDownload()
DPacFileServer.java17 package com.android.cts.deviceowner.proxy;
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2025/
DIPCThreadState.h67 void incStrongHandle(int32_t handle, BpBinder *proxy);
69 void incWeakHandle(int32_t handle, BpBinder *proxy);
74 BpBinder* proxy);
76 BpBinder* proxy);
/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/util/jni/
Dandroid_virtualdevice_cts_camera_util_NativeCameraManager.cc135 auto proxy = reinterpret_cast<AvailabilityCallbackProxy*>(availabilityCallbackProxy); in onCameraAvailableCallback() local
136 proxy->invokeCallback(cameraId, /*available=*/true); in onCameraAvailableCallback()
140 auto proxy = reinterpret_cast<AvailabilityCallbackProxy*>(availabilityCallbackProxy); in onCameraUnavailableCallback() local
141 proxy->invokeCallback(cameraId, /*available=*/false); in onCameraUnavailableCallback()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothPbapTest.java238 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() argument
241 mBluetoothPbap = (BluetoothPbap) proxy; in onServiceConnected()
DBluetoothSapTest.java233 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() argument
235 mBluetoothSap = (BluetoothSap) proxy; in onServiceConnected()
DBluetoothPbapClientTest.java254 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() argument
256 mBluetoothPbapClient = (BluetoothPbapClient) proxy; in onServiceConnected()
DBluetoothPanTest.java248 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() argument
250 mBluetoothPan = (BluetoothPan) proxy; in onServiceConnected()
DBluetoothHidDeviceTest.java275 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() argument
277 mBluetoothHidDevice = (BluetoothHidDevice) proxy; in onServiceConnected()
DBluetoothMapTest.java257 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() argument
260 mBluetoothMap = (BluetoothMap) proxy; in onServiceConnected()
DBluetoothA2dpSinkTest.java261 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() argument
263 mBluetoothA2dpSink = (BluetoothA2dpSink) proxy; in onServiceConnected()
DBluetoothHeadsetClientTest.java291 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() argument
293 mBluetoothHeadsetClient = (BluetoothHeadsetClient) proxy; in onServiceConnected()
DBluetoothMapClientTest.java296 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() argument
298 mBluetoothMapClient = (BluetoothMapClient) proxy; in onServiceConnected()
DBluetoothHidHostTest.java347 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() argument
350 mHidHost = (BluetoothHidHost) proxy; in onServiceConnected()
DBluetoothCsipSetCoordinatorTest.java368 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() argument
370 mBluetoothCsipSetCoordinator = (BluetoothCsipSetCoordinator) proxy; in onServiceConnected()
DBluetoothHeadsetTest.java448 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() argument
450 mBluetoothHeadset = (BluetoothHeadset) proxy; in onServiceConnected()
/cts/tests/accessibilityservice/test-apps/NonProxySeparateApp/src/foo/bar/proxy/
DNonProxySeparateAppActivity.java17 package foo.bar.proxy;
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_init/
DSLPMode.java38 proxy(0), enumConstant
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DHidDeviceActivity.java66 public void onServiceConnected(int profile, BluetoothProfile proxy) {
68 mBluetoothHidDevice = (BluetoothHidDevice) proxy;

12