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.sh125 test_command=( "${adb[@]}" shell "${binary}" )
128 test_command+=( "--gtest_filter=${filter}" )
130 test_command+=( "${test_args[@]}" )
/system/bt/include/hardware/
Dbt_gatt_client.h303 bt_status_t (*test_command)(int command, const btgatt_test_params_t& params); member