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 77 * <li>{@link #dialogSetNegativeButtonText}
197 dialogSetNegativeButtonText("Cancel");
215 dialogSetNegativeButtonText("Cancel");
252 * droid.dialogSetNegativeButtonText("No")
361 public void dialogSetNegativeButtonText(@RpcParameter(name = "text") String text) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
HtmlActivityTask.java 338 uiFacade.dialogSetNegativeButtonText(mResources.getString(android.R.string.cancel));

Completed in 328 milliseconds