Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DThreadUtilTest.cpp27 android::base::expected<std::string, int> getThreadName() { in getThreadName() function
42 auto expected = getThreadName(); in ~NoopRun()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java238 public String getThreadName() { in getThreadName() method in BluetoothMapMessageListingElement
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElementTest.java125 assertThat(mMessageListingElement.getThreadName()).isEqualTo(TEST_THREAD_NAME); in getters()
DBluetoothMapContentTest.java1728 assertThat(imElement.getThreadName()).isEqualTo(TEST_NAME); in msgListing_withImCursorOnly()