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

  /external/lzma/CPP/Windows/
Window.cpp 30 AString menuName;
36 menuName = GetSystemString(wndClass->lpszMenuName);
37 wndClassA.lpszMenuName = menuName;
  /cts/tests/autofillservice/src/android/autofillservice/cts/
UiBot.java 777 final String menuName = menuItem.getText();
778 if (menuName.equalsIgnoreCase(expectedText)) {
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 404 String menuName = variant.length() == 0 ? "<default>" : variant;
405 //System.out.println("<" + source + "-" + target + "/" + variant + ">, <" + menuName + ">");
406 mitem = new MenuItem(menuName);
    [all...]

Completed in 970 milliseconds