Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 25 of 64) sorted by relevance

123

/packages/providers/ContactsProvider/
Dcontactsproviderutils.sh7 function contacts-pull () {
18 adb pull /data/user/0/$package/databases/$CONTACTS_DB $dir/$CONTACTS_DB
19 adb pull /data/user/0/$package/databases/$CONTACTS_DB-wal $dir/$CONTACTS_DB-wal
32 function sqlite3-pull () {
34 contacts-pull $dir
38 function sqlitebrowser-pull () {
40 contacts-pull $dir
DREADME.md33 sqlite3-pull
38 sqlitebrowser-pull
/packages/providers/MediaProvider/
Dmediaproviderutils.sh67 function media-pull () {
79 adb pull /data/user/0/$package/databases/external.db $dir/external.db
80 adb pull /data/user/0/$package/databases/external.db-wal "$dir/external.db-wal"
87 function sqlite3-pull () {
89 media-pull "$dir"
93 function sqlitebrowser-pull () {
95 media-pull "$dir"
/packages/modules/OnDevicePersonalization/
DCONTRIBUTING31 use GitHub pull requests for this purpose. Consult
32 [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
33 information on using pull requests.
/packages/apps/ManagedProvisioning/studio-dev/
DREADME.md45 it exists, otherwise it will attempt to pull the SDK from the attached device. You can pass
46 `--pull-sdk` to override this behavior and _always_ pull the SDK from the attached device, whether
50 - If you are using a sysui-studio checkout, it will always pull the SDK from the attached device.
51 - If you are using a platform checkout which you've never built, it will pull the SDK from the
55 instead you can pass `--pull-sdk`.
75pull the framework.jar (&friends) from the device and do some `<magic>` to compile against hidden …
Dstudiow289 --pull-sdk)
814 adb pull /system/framework/framework-res.apk $tempFiles/
815 adb pull /system/framework/framework.jar $tempFiles/
816 adb pull /system/framework/framework-location.jar $tempFiles/
826 adb pull $f $target
/packages/modules/adb/docs/user/
Dtrace.md56 ## 2. Collect the logs using `adb pull` and turn off tracing
66 $adb pull /data/adb/adb-2022-02-08-18-04-49-18527
69 You may run into errors either during `adb shell` or `adb pull`.
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/security/
Dirk_rotation_test.py47 self.cert.adb.pull([
51 self.cert.adb.pull([
72 self.cert.adb.pull(["/data/misc/bluedroid/bt_config.conf", bt_config_file_path])
Doob_pairing_test.py39 self.cert.adb.pull(["/data/misc/bluedroid/bt_config.conf", bt_config_file_path])
66 self.dut.adb.pull(["/data/misc/bluedroid/bt_config.conf", bt_config_file_path])
/packages/services/Mms/proto/src/
Dpersist_mms_atoms.proto31 /* Timestamp of last incoming_mms pull. */
37 /* Timestamp of last outgoing_mms pull. */
/packages/modules/adb/coverage/
Dgen_coverage.sh55 adb pull /data/local/tmp/adb_coverage/$TEST.profraw "$TRACEDIR"/test_traces/
103 adb pull /data/misc/trace "$TRACEDIR"/
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/lib/
Dgd_sl4a_base_test.py118 self.dut.adb.pull([
122 self.dut.adb.pull([
/packages/modules/Connectivity/tools/
Daospify_device.sh148 $ADB_CMD pull /system/etc/selinux/plat_mac_permissions.xml /tmp/pulled_plat_mac_permissions.xml
161 $ADB_CMD pull $networkstack_permissions /tmp/pulled_privapp-permissions.xml
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_interop_tests/
Ddedup_key_report_window_ordering.json2 // https://github.com/WICG/attribution-reporting-api/pull/1092
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/
Dsl4a_sl4a_base_test.py159 device.adb.pull([
163 device.adb.pull([
/packages/modules/StatsD/perfetto/
DREADME.md12 adb pull /data/misc/perfetto-traces/boottrace.perfetto-trace
/packages/apps/ImsServiceEntitlement/
Dcoverage.sh88 adb pull "$REMOTE_COVERAGE_OUTPUT_FILE" "$COVERAGE_OUTPUT_FILE"
/packages/apps/ManagedProvisioning/tools/bash/
Dcoverage.sh65 adb pull "$REMOTE_COVERAGE_OUTPUT_FILE" "$COVERAGE_OUTPUT_FILE"
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
Dvisualize_random_graph.sh56 adb pull /data/local/tmp/${SPEC_NAME}.mod.py $LOG_DIR
/packages/modules/ImsMedia/test/
DREADME.md25 adb pull /vendor/etc/vintf/manifest.xml
/packages/services/Car/tools/scripts/
Denable_experimental_car_user.sh61 adb pull ${FULL_FILE} ${BKP_FILE} > /dev/null || exit 1
/packages/modules/StatsD/statsd/src/shell/
Dshell_config.proto32 /* Packages that the pull is requested from */
/packages/services/Telecomm/scripts/
Dtelecom_testing.sh130 adb pull /data/user/0/com.android.server.telecom.tests/files/coverage.ec /tmp/
/packages/modules/Wifi/service/tests/wifitests/
Dcoverage.sh93 adb pull $REMOTE_COVERAGE_OUTPUT_FILE $COVERAGE_OUTPUT_FILE
/packages/modules/adb/
Dtest_device.py953 self.device.pull(remote=remote_file, local=tmp_write.name)
966 output = self.device.pull(remote=self.DEVICE_TEMP_FILE, local='x')
998 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=host_dir)
1033 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=symlink)
1066 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=host_dir)
1090 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=dest_dir)
1124 self.device.pull(remote=remote_symlink, local=host_dir)
1145 self.device.pull(remote=remote_empty_path, local=host_dir)
1349 self.device.pull(remote_path, tf.name)

123