Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DPermissionActivity.java170 builder.setNegativeButton(R.string.deny, this::onNegativeAction); in onCreate()
260 private void onNegativeAction(DialogInterface dialog, int which) { in onNegativeAction() method in PermissionActivity