Searched refs:onConfirmation (Results 1 – 2 of 2) sorted by relevance
57 ((Listener) getParentFragment()).onConfirmation(false, resources); in onCreateDialog()63 ((Listener) getParentFragment()).onConfirmation(true, resources); in onCreateDialog()80 void onConfirmation(boolean allowed, String[] resources);
209 public void onConfirmation(boolean allowed, String[] resources) { in onConfirmation() method in PermissionRequestFragment