Searched defs:FRAGMENT_DIALOG (Results 1 – 6 of 6) sorted by relevance
47 private static final String FRAGMENT_DIALOG = "dialog"; field in PermissionRequestFragment129 .show(getChildFragmentManager(), FRAGMENT_DIALOG); in requestCameraPermission() local
95 private static final String FRAGMENT_DIALOG = "dialog"; field in HdrViewfinderActivity207 .show(getSupportFragmentManager(), FRAGMENT_DIALOG); in onOptionsItemSelected() local648 .show(getSupportFragmentManager(), FRAGMENT_DIALOG); in showErrorDialog() local
77 private static final String FRAGMENT_DIALOG = "dialog"; field in Camera2VideoFragment374 new ConfirmationDialog().show(getChildFragmentManager(), FRAGMENT_DIALOG); in requestVideoPermissions() local389 .show(getChildFragmentManager(), FRAGMENT_DIALOG); in onRequestPermissionsResult() local395 .show(getChildFragmentManager(), FRAGMENT_DIALOG); in onRequestPermissionsResult() local
82 private static final String FRAGMENT_DIALOG = "dialog"; field in Camera2BasicFragment465 new ConfirmationDialog().show(getChildFragmentManager(), FRAGMENT_DIALOG); in requestCameraPermission() local477 .show(getChildFragmentManager(), FRAGMENT_DIALOG); in onRequestPermissionsResult() local
65 private val FRAGMENT_DIALOG = "dialog" constant
712 private val FRAGMENT_DIALOG = "dialog" constant