HomeSort by relevance Sort by last modified time
    Searched full:buttonstext (Results 1 - 1 of 1) sorted by null

  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 495 Text buttonsText;
497 buttonsText = doc.createTextNode(getButtonsType());
499 buttonsText = doc.createTextNode("hard");
501 buttons.appendChild(buttonsText);

Completed in 112 milliseconds