Home
last modified time | relevance | path

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

/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/
DConfirmationDialogFragment.java57 ((Listener) getParentFragment()).onConfirmation(false, resources); in onCreateDialog()
63 ((Listener) getParentFragment()).onConfirmation(true, resources); in onCreateDialog()
80 void onConfirmation(boolean allowed, String[] resources);
DPermissionRequestFragment.java209 public void onConfirmation(boolean allowed, String[] resources) { in onConfirmation() method in PermissionRequestFragment