Home
last modified time | relevance | path

Searched refs:ADB (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md134 if [[ $ADB == "" ]]; then
135 ADB=adb
147 $ADB root || exit
148 $ADB wait-for-devices
149 $ADB shell settings put global sysui_demo_allowed 1
152 $ADB shell am broadcast -a com.android.systemui.demo -e command enter || exit
154 $ADB shell am broadcast -a com.android.systemui.demo -e command clock -e
157 $ADB shell am broadcast -a com.android.systemui.demo -e command battery -e
159 $ADB shell am broadcast -a com.android.systemui.demo -e command battery -e
161 $ADB shell am broadcast -a com.android.systemui.demo -e command network -e
[all …]
/frameworks/base/docs/html/ndk/guides/
Ddebug.jd10 <a href="{@docRoot}tools/help/logcat.html">ADB logcat tool</a>
Dndk-gdb.jd73 <li>Checks that ADB is in your path.</li>
/frameworks/base/docs/html/tools/debugging/
Ddebugging-projects.jd22 Eclipse also takes care of starting the ADB host daemon for you, so you do not have to run this
49 <li>Devices - Shows the list of devices and AVDs that are connected to ADB.</li>
Ddebugging-projects-cmdline.jd25 <li><a href="{@docRoot}tools/help/adb.html">ADB</a></li>
46 <li>Start DDMS from the sdk <code>/tools</code> directory. This also starts ADB if it is
Ddebugging-log.jd31 {@link android.util.Log} class. You can run LogCat through ADB or from DDMS, which allows you to
61 <p>You can use LogCat from within DDMS or call it on an ADB shell. For more information on how to
63 DDMS</a>. To run LogCat, through the ADB shell, the general usage is:</p>
/frameworks/base/docs/html/tools/extras/
Doem-usb.jd103 <li>Right-click on <em>Android Composite ADB Interface</em> and select <strong>Update
136 <li>When Vista asks if you'd like to install the Google ADB Interface device,
148 <li>Locate and expand <em>ADB Interface</em> in the right pane.</li>
149 <li>Right-click on <em>Android Composite ADB Interface</em>, and select <strong>Update
161 <li>When Vista asks if you'd like to install the Google ADB Interface device,
/frameworks/base/docs/html-intl/intl/ru/preview/features/
Druntime-permissions.jd645 Debug Bridge (ADB)</a>, чтобы вы могли протестировать ваше приложение с любыми настройками разрешен…
650 Новые команды и параметры ADB
678 ADB.
/frameworks/base/docs/html/tools/help/
Dlogcat.jd9 <code>logcat</code> from an ADB shell to view the log messages.</p>
Dindex.jd73 <dt><a href="{@docRoot}tools/help/shell.html">ADB Shell Commands</a></dt>
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py96 class ADB: class
760 adb = ADB(verbose=be_verbose)
/frameworks/base/docs/html-intl/intl/ru/preview/testing/
Dperformance.jd579 …изводительности выполняется на хост-компьютере, который отправляет команды из ADB. Чтобы объединить
/frameworks/base/docs/html-intl/intl/zh-tw/preview/testing/
Dperformance.jd578 因為效能收集資訊是由主控機器透過 ADB 傳送命令驅動 <em>dumpsys gfxinfo</em> 來完成。
/frameworks/base/docs/html-intl/intl/zh-cn/preview/testing/
Dperformance.jd578 而性能信息收集则是由主机通过 ADB 发送命令来驱动 dumpsys gfxinfo 完成的。<em></em>
/frameworks/base/docs/html-intl/intl/ja/preview/testing/
Dperformance.jd578 <em>dumpsys gfxinfo</em> によるパフォーマンス情報の収集はホストマシンによって行われますが、コマンドの送信は ADB を通じて行われます。
/frameworks/base/docs/html-intl/intl/ko/preview/testing/
Dperformance.jd578 반면 <em>dumpsys gfxinfo</em>에 의해 완료되는 성능 수집 정보는 호스트 머신이 구동하여 ADB를 통해 명령을 전송합니다.
/frameworks/base/docs/html/training/enterprise/
Dapp-compatibility.jd253 more information, see <a href="{@docRoot}tools/help/shell.html#am">ADB
259 information, see <a href="{@docRoot}tools/help/shell.html#pm">ADB Shell
/frameworks/base/docs/html-intl/intl/zh-tw/preview/features/
Druntime-permissions.jd677 …您可以使用新的 ADB <a href="{@docRoot}tools/help/adb.html#pm">套件管理員 (pm)</a> 命令,對安裝的應用程式授與和撤銷權限。此功能在自動化測試…
/frameworks/base/docs/html-intl/intl/ko/preview/features/
Druntime-permissions.jd677 …새로운 ADB <a href="{@docRoot}tools/help/adb.html#pm">패키지 관리자(pm)</a> 명령을 사용하면 설치된 앱에 권한을 허용하고 취소할 수 …
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/
Druntime-permissions.jd677 …您可以使用新的 ADB <a href="{@docRoot}tools/help/adb.html#pm">软件包管理器 (pm)</a> 命令向已安装的应用授予权限和撤销其权限。此功能对于自动…
/frameworks/base/docs/html-intl/intl/ja/preview/features/
Druntime-permissions.jd677 …新しい ADB <a href="{@docRoot}tools/help/adb.html#pm">Package Manager(pm)</a>コマンドを使って、インストールされているアプリに…
/frameworks/base/docs/html/tools/building/
Dbuilding-eclipse.jd26 Eclipse invokes ADB and installs your application to a device or emulator, so you do not have to
/frameworks/base/docs/html/tools/devices/
Demulator.jd904 network redirection: using emulator console commands and using the ADB tool, as
949 <h4 id="adbredir">Setting Up Redirection through ADB</h4>
951 <p>The Android Debug Bridge (ADB) tool provides port forwarding, an alternate
953 href="{@docRoot}tools/help/adb.html#forwardports">Forwarding Ports</a> in the ADB
956 <p>Note that ADB does not currently offer any way to remove a redirection,
957 except by killing the ADB server.</p>
/frameworks/base/docs/html/training/wearables/apps/
Dcreating.jd112 <li>Tap <strong>ADB Debugging</strong> to enable adb.</li>
/frameworks/base/docs/html/tools/
Ddevice.jd30 device directly from Android Studio or from the command line with ADB. If

12