Searched refs:automatic (Results 1 – 14 of 14) sorted by relevance
300 View automatic = findViewById(R.id.automatic); in bindInlineControls() local304 automatic.setVisibility(VISIBLE); in bindInlineControls()305 automatic.setOnClickListener(mOnAutomatic); in bindInlineControls()307 automatic.setVisibility(GONE); in bindInlineControls()496 View automatic = findViewById(R.id.automatic);506 automatic.setSelected(false);517 automatic.setSelected(false);526 automatic.setSelected(true);
214 int automatic;215 automatic = Settings.System.getIntForUser(mContext.getContentResolver(),219 mAutomatic = automatic != Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL;
192 // Required for automatic ZenRules (unique).194 // Required for automatic ZenRules.196 // Required for automatic ZenRules.211 // Required for automatic ZenRules. The condition's ID, which is the URI
32 // When frameworks/native/include will be removed from the list of automatic includes.
37 // automatic means, without per-sending user consent. The user
768 assertEquals(VISIBLE, mNotificationInfo.findViewById(R.id.automatic).getVisibility()); in testBindNotification_automaticIsVisible()791 assertEquals(GONE, mNotificationInfo.findViewById(R.id.automatic).getVisibility()); in testBindNotification_automaticIsGone()816 assertTrue(mNotificationInfo.findViewById(R.id.automatic).isSelected()); in testBindNotification_automaticIsSelected()988 mNotificationInfo.findViewById(R.id.automatic).performClick(); in testDoesNotUpdateNotificationChannelAfterImportanceChangedAutomatic()1190 mNotificationInfo.findViewById(R.id.automatic).performClick(); in testAutomaticUnlocksUserImportance()
99 // An optional attribute that indicates the app supports automatic backup
76 # How to apply automatic fixes suggested by lint
133 - Transition XML versioning: Adds a new flag `--no-version-transitions` to disable automatic
211 // Notification to suggest automatic battery saver.
562 // Whether automatic battery saver mode is controlled via percentage,750 // Whether to disable the automatic scheduling of system updates.
390 // Denotes which threshold should be used for automatic Battery Saver triggering.
4698 // ACTION: The app made an automatic selection on the user's behalf (not smart selection)
6866 …field public static final String META_DATA_AUTOMATIC_RULE_TYPE = "android.service.zen.automatic.ru…6867 …field public static final String META_DATA_RULE_INSTANCE_LIMIT = "android.service.zen.automatic.ru…40886 …ic final String META_DATA_CONFIGURATION_ACTIVITY = "android.service.zen.automatic.configurationAct…40887 …tatic final String META_DATA_RULE_INSTANCE_LIMIT = "android.service.zen.automatic.ruleInstanceLimi…40888 …precated public static final String META_DATA_RULE_TYPE = "android.service.zen.automatic.ruleType";