Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 66) sorted by relevance

123

/development/samples/VirtualDeviceManager/
DREADME.md9 [Host Options](#host-options) \
20 * **Host**: installed on the host device, creates and manages a virtual
27 from the host device, which it renders, and sends back input and sensor
32 * **Demos**: installed on the host, meant to showcase specific VDM features.
33 The demos can be also run natively on the host to illustrate better the
41 `eng` build) to act as a host device. Even though VDM is available starting
78 1. Install the application as a system app on the host device.
83 …mples/VirtualDeviceManager/host/com.example.android.vdmdemo.host.xml /system/etc/permissions/com.e…
94 1. Build and install the Demo app on the host device.
116 1. Check out the different [Host Options](#host-options) and
[all …]
DAndroid.bp8 manifest: "host/AndroidManifest.xml",
12 privapp_allowlist: "host/com.example.android.vdmdemo.host.xml",
14 "host/src/**/*.java",
17 "host/res",
Dsetup.sh122 -s|--host) INSTALL_CLIENT=false; shift ;;
225 readonly HOST_PERM_BASENAME=com.example.android.vdmdemo.host.xml
234 … && (adb -s "${HOST_SERIAL}" uninstall com.example.android.vdmdemo.host > /dev/null 2>&1 || true) \
240 "VdmHost.apk" "${HOST_PERM_SRC}" "${HOST_PERM_DST}" host
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DCustomViewAccessibilityActivity.java148 public void onInitializeAccessibilityEvent(View host, AccessibilityEvent event) { in tryInstallAccessibilityDelegate()
149 super.onInitializeAccessibilityEvent(host, event); in tryInstallAccessibilityDelegate()
157 public void onInitializeAccessibilityNodeInfo(View host, in tryInstallAccessibilityDelegate()
159 super.onInitializeAccessibilityNodeInfo(host, info); in tryInstallAccessibilityDelegate()
173 public void onPopulateAccessibilityEvent(View host, AccessibilityEvent event) { in tryInstallAccessibilityDelegate()
174 super.onPopulateAccessibilityEvent(host, event); in tryInstallAccessibilityDelegate()
/development/tools/axl/
Dchewie.py98 time, thread, host = x[0], x[1], x[4]
99 opened[thread] = [time, host, connectionCount]
103 opentime, host, connection = opened[thread]
105 record = [thread, qtime, opentime, time, None, None, None, url, host, connection]
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentTabsFragment.java49 TabHost host = mTabManager.handleCreateView(v); in onCreateView() local
51 mTabManager.addTab(host.newTabSpec("result").setIndicator("Result"), in onCreateView()
53 mTabManager.addTab(host.newTabSpec("contacts").setIndicator("Contacts"), in onCreateView()
55 mTabManager.addTab(host.newTabSpec("apps").setIndicator("Apps"), in onCreateView()
57 mTabManager.addTab(host.newTabSpec("throttle").setIndicator("Throttle"), in onCreateView()
/development/tools/winscope/src/app/components/bottomnav/
Dbottom_drawer_component.ts105 host: {
139 host: {
194 host: {
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DVdmHostApplication.java17 package com.example.android.vdmdemo.host;
DNotificationListener.java17 package com.example.android.vdmdemo.host;
DSettingsActivity.java17 package com.example.android.vdmdemo.host;
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DFileTransferService.java49 String host = intent.getExtras().getString(EXTRAS_GROUP_OWNER_ADDRESS); in onHandleIntent() local
56 socket.connect((new InetSocketAddress(host, port)), SOCKET_TIMEOUT); in onHandleIntent()
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/tools/motion/motion_test_watcher_app/src/app/
Dapp.component.scss1 :host {
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/tools/motion/motion_test_watcher_app/src/app/test-overview/
Dtest-overview.component.scss1 :host {
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/tools/core_connectivity/
Dcheck_style.sh26 $ANDROID_BUILD_TOP/prebuilts/clang/host/linux-x86/clang-stable/bin/git-clang-format \
/development/samples/browseable/CardEmulation/
D_index.jd8 This sample demonstrates how to emulate an NFC card, using the "host card emulation"
/development/vndk/tools/image-diff-tool/
Dallowlist.txt8 system/build.prop=ro.build.host
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

123