Searched refs:BackgroundAccessChooser (Results 1 – 1 of 1) sorted by relevance
466 args.putCharSequence(BackgroundAccessChooser.TITLE, in showBackgroundChooserDialog()469 args.putString(BackgroundAccessChooser.KEY, getKey()); in showBackgroundChooserDialog()474 args.putInt(BackgroundAccessChooser.SELECTION, in showBackgroundChooserDialog()475 BackgroundAccessChooser.ALWAYS_OPTION); in showBackgroundChooserDialog()477 args.putInt(BackgroundAccessChooser.SELECTION, in showBackgroundChooserDialog()478 BackgroundAccessChooser.FOREGROUND_ONLY_OPTION); in showBackgroundChooserDialog()481 args.putInt(BackgroundAccessChooser.SELECTION, BackgroundAccessChooser.NEVER_OPTION); in showBackgroundChooserDialog()484 BackgroundAccessChooser chooserDialog = new BackgroundAccessChooser(); in showBackgroundChooserDialog()532 case BackgroundAccessChooser.ALWAYS_OPTION: in onBackgroundAccessChosen()535 case BackgroundAccessChooser.FOREGROUND_ONLY_OPTION: in onBackgroundAccessChosen()[all …]