Home
last modified time | relevance | path

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

/aosp12/system/nfc/
H A Drun_unit_tests.sh95 test_command=( "${adb[@]}" shell "${binary}" )
98 test_command+=( "--gtest_filter=${filter}" )
100 test_command+=( "${test_args[@]}" )
/aosp12/system/bt/test/
H A Drun_unit_tests.sh126 test_command=( "${adb[@]}" shell "${binary}" )
129 test_command+=( "--gtest_filter=${filter}" )
131 test_command+=( "${test_args[@]}" )
/aosp12/system/bt/include/hardware/
H A Dbt_gatt_client.h308 bt_status_t (*test_command)(int command, const btgatt_test_params_t& params); member
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp2285 sGattIf->client->test_command(command, params); in gattTestNative()