Searched refs:BackgroundAccessChooser (Results 1 – 1 of 1) sorted by relevance
577 args.putCharSequence(BackgroundAccessChooser.TITLE, in showBackgroundChooserDialog()580 args.putString(BackgroundAccessChooser.KEY, getKey()); in showBackgroundChooserDialog()585 args.putInt(BackgroundAccessChooser.SELECTION, in showBackgroundChooserDialog()586 BackgroundAccessChooser.ALWAYS_OPTION); in showBackgroundChooserDialog()588 args.putInt(BackgroundAccessChooser.SELECTION, in showBackgroundChooserDialog()589 BackgroundAccessChooser.FOREGROUND_ONLY_OPTION); in showBackgroundChooserDialog()592 args.putInt(BackgroundAccessChooser.SELECTION, BackgroundAccessChooser.NEVER_OPTION); in showBackgroundChooserDialog()595 BackgroundAccessChooser chooserDialog = new BackgroundAccessChooser(); in showBackgroundChooserDialog()641 case BackgroundAccessChooser.ALWAYS_OPTION: in onBackgroundAccessChosen()644 case BackgroundAccessChooser.FOREGROUND_ONLY_OPTION: in onBackgroundAccessChosen()[all …]