Home
last modified time | relevance | path

Searched refs:targetHost (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
DTestHttpClient.java97 final HttpHost targetHost, in execute() argument
100 this.context.setAttribute(ExecutionContext.HTTP_TARGET_HOST, targetHost); in execute()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaHierarchyManager.kt549 val targetHost = getHost(desiredLocation)!!.hostView in updateHostAttachment() constant
556 targetHost.addView(mediaFrame) in updateHostAttachment()
557 val left = targetHost.paddingLeft in updateHostAttachment()
558 val top = targetHost.paddingTop in updateHostAttachment()