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

  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 176 int negativeLabel = empty ? android.R.string.cancel : R.string.deny_button;
177 builder.setNegativeButton(negativeLabel, new DialogInterface.OnClickListener() {

Completed in 401 milliseconds