Home
last modified time | relevance | path

Searched refs:test_command (Results 1 – 3 of 3) sorted by relevance

/system/nfc/
Drun_unit_tests.sh95 test_command=( "${adb[@]}" shell "${binary}" )
98 test_command+=( "--gtest_filter=${filter}" )
100 test_command+=( "${test_args[@]}" )
/system/bt/test/
Drun_unit_tests.sh126 test_command=( "${adb[@]}" shell "${binary}" )
129 test_command+=( "--gtest_filter=${filter}" )
131 test_command+=( "${test_args[@]}" )
/system/bt/include/hardware/
Dbt_gatt_client.h308 bt_status_t (*test_command)(int command, const btgatt_test_params_t& params); member