Searched refs:onNegativeAction (Results 1 – 1 of 1) sorted by relevance
199 builder.setNegativeButton(R.string.deny, this::onNegativeAction); in onCreate()345 private void onNegativeAction(DialogInterface dialog, int which) { in onNegativeAction() method in PermissionActivity