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

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
UiFacade.java 79 * <li>{@link #dialogSetNegativeButtonText}
200 dialogSetNegativeButtonText("Cancel");
218 dialogSetNegativeButtonText("Cancel");
255 * droid.dialogSetNegativeButtonText("No")
364 public void dialogSetNegativeButtonText(@RpcParameter(name = "text") String text) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
HtmlActivityTask.java 339 uiFacade.dialogSetNegativeButtonText(mResources.getString(android.R.string.cancel));

Completed in 894 milliseconds