Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/databroker/
DDataSubscriberTest.java83 DataSubscriber foo = new DataSubscriber(mMockDataBroker, METRICS_CONFIG_FOO, in testEquals_whenSame_shouldBeEqual() local
93 DataSubscriber foo = new DataSubscriber(mMockDataBroker, METRICS_CONFIG_FOO, in testEquals_whenDifferent_shouldNotBeEqual() local
/packages/modules/adb/daemon/
Dproperty_monitor_test.cpp80 std::string foo = ManglePropertyName("debug.property_monitor_test.initial"); in TEST() local
106 std::string foo = ManglePropertyName("debug.property_monitor_test.foo"); in TEST() local
144 std::string foo = ManglePropertyName("debug.property_monitor_test.foo"); in TEST() local
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/javatests/com/android/libraries/rcs/simpleclient/protocol/msrp/
DMsrpSessionTest.java65 public void foo() throws IOException, ExecutionException, InterruptedException { in foo() method in MsrpSessionTest
/packages/modules/adb/
Dtypes_test.cpp75 IOVector foo = bc.take_front(3); in TEST() local
89 IOVector foo = bc.take_front(3); in TEST() local
/packages/modules/Bluetooth/system/gd/dumpsys/
Dfilter_test.cc106 const testing::FooTestSchema* foo = data_root->foo_module_data(); in TEST_F() local
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_client_test.cc2901 base::Bind([](MockFunction<void()>* foo) { foo->Call(); }, in SetUp()
2903 base::Bind([](MockFunction<bool()>* foo) { return foo->Call(); }, in SetUp()
2988 base::Bind([](MockFunction<void()>* foo) { foo->Call(); }, in TEST_F()
2990 base::Bind([](MockFunction<bool()>* foo) { return foo->Call(); }, in TEST_F()
3796 base::Bind([](MockFunction<void()>* foo) { foo->Call(); }, in TEST_F()
3798 base::Bind([](MockFunction<bool()>* foo) { return foo->Call(); }, in TEST_F()
3918 base::Bind([](MockFunction<void()>* foo) { foo->Call(); }, in TEST_F()
3920 base::Bind([](MockFunction<bool()>* foo) { return foo->Call(); }, in TEST_F()
4075 base::Bind([](MockFunction<void()>* foo) { foo->Call(); }, in TEST_F()
4077 base::Bind([](MockFunction<bool()>* foo) { return foo->Call(); }, in TEST_F()
[all …]
Dstate_machine_test.cc1295 auto foo = [group, opcode, response_code, reason]( in PrepareCtpNotificationError() local
/packages/modules/Connectivity/clatd/
Dclatd_test.cpp441 char foo[512]; in do_translate_packet() local