HomeSort by relevance Sort by last modified time
    Searched refs:mGetDisplayName (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
CurrencyNameTest.java 28 Method mGetDisplayName = null;
31 mGetDisplayName = Currency.class.getMethod("getDisplayName", new Class[] {Locale.class});
55 GETDISPLAYNAME_METHOD = mGetDisplayName;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 102 mGetDisplayName(nullptr),
368 mGetDisplayName)) return;
621 int32_t intError = mDevice.mGetDisplayName(mDevice.mHwcDevice, mId, &size,
629 intError = mDevice.mGetDisplayName(mDevice.mHwcDevice, mId, &size,
    [all...]
HWC2.h 153 HWC2_PFN_GET_DISPLAY_NAME mGetDisplayName;

Completed in 692 milliseconds