MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / toString

Method toString

tools/aapt/AaptAssets.cpp:707–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707String8
708AaptGroupEntry::toString() const
709{
710 String8 s = this->mcc;
711 s += ",";
712 s += this->mnc;
713 s += ",";
714 s += this->locale;
715 s += ",";
716 s += layoutDirection;
717 s += ",";
718 s += smallestScreenWidthDp;
719 s += ",";
720 s += screenWidthDp;
721 s += ",";
722 s += screenHeightDp;
723 s += ",";
724 s += screenLayoutSize;
725 s += ",";
726 s += screenLayoutLong;
727 s += ",";
728 s += this->orientation;
729 s += ",";
730 s += uiModeType;
731 s += ",";
732 s += uiModeNight;
733 s += ",";
734 s += density;
735 s += ",";
736 s += touchscreen;
737 s += ",";
738 s += keysHidden;
739 s += ",";
740 s += keyboard;
741 s += ",";
742 s += navHidden;
743 s += ",";
744 s += navigation;
745 s += ",";
746 s += screenSize;
747 s += ",";
748 s += version;
749 return s;
750}
751
752String8
753AaptGroupEntry::toDirName(const String8& resType) const

Callers 6

doDumpFunction · 0.45
compileResourceFileFunction · 0.45
stringToValueMethod · 0.45
makeConfigsStringMethod · 0.45
addMethod · 0.45
applyFileOverlayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected