Home
last modified time | relevance | path

Searched refs:negativeTextId (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
DJsDialogHelper.java97 int positiveTextId, negativeTextId; in showDialog() local
103 negativeTextId = com.android.internal.R.string.js_dialog_before_unload_negative_button; in showDialog()
108 negativeTextId = com.android.internal.R.string.cancel; in showDialog()
126 builder.setNegativeButton(negativeTextId, new CancelListener()); in showDialog()