Home
last modified time | relevance | path

Searched refs:getConnectionType (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsRegistrationImplBase.java83 return getConnectionType();
253 public final @ImsRegistrationTech int getConnectionType() { in getConnectionType() method in ImsRegistrationImplBase
276 c.onRegistering(getConnectionType()); in updateNewCallbackWithState()
280 c.onRegistered(getConnectionType()); in updateNewCallbackWithState()
/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java246 switch (mSocket.getConnectionType()) { in toString()
DBluetoothSocket.java655 public int getConnectionType() { in getConnectionType() method in BluetoothSocket
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockDisplay.h97 MOCK_CONST_METHOD1(getConnectionType, hal::Error(android::DisplayConnectionType*));
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h74 std::optional<DisplayConnectionType> getConnectionType() const { return mConnectionType; } in getConnectionType() function
DSurfaceFlinger.cpp858 if (const auto connectionType = display->getConnectionType()) in getDisplayInfo()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h189 [[clang::warn_unused_result]] virtual hal::Error getConnectionType(
273 hal::Error getConnectionType(android::DisplayConnectionType*) const override;
DHWComposer.cpp378 const auto error = hwcDisplay->getConnectionType(&type); in getDisplayConnectionType()
DHWC2.cpp385 Error Display::getConnectionType(android::DisplayConnectionType* outType) const { in getConnectionType() function in android::HWC2::impl::Display
/frameworks/base/tests/CoreTests/android/core/
DTestEventHandler.java279 int ct = headers.getConnectionType(); in headers()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp1810 EXPECT_EQ(Case::Display::CONNECTION_TYPE::value, device->getConnectionType()); in setupNewDisplayDeviceInternalTest()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt9095 method public int getConnectionType();