Home
last modified time | relevance | path

Searched refs:automatic (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfo.java300 View automatic = findViewById(R.id.automatic); in bindInlineControls() local
304 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);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
H A DBrightnessController.java214 int automatic;
215 automatic = Settings.System.getIntForUser(mContext.getContentResolver(),
219 mAutomatic = automatic != Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL;
/aosp14/frameworks/base/core/proto/android/service/
H A Dnotification.proto192 // 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
/aosp14/frameworks/base/libs/hostgraphics/
H A DAndroid.bp32 // When frameworks/native/include will be removed from the list of automatic includes.
/aosp14/frameworks/base/core/proto/android/
H A Dprivacy.proto37 // automatic means, without per-sending user consent. The user
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfoTest.java768 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()
/aosp14/frameworks/base/core/proto/android/content/
H A Dpackage_item_info.proto99 // An optional attribute that indicates the app supports automatic backup
/aosp14/frameworks/base/tools/lint/
H A DREADME.md76 # How to apply automatic fixes suggested by lint
/aosp14/frameworks/base/tools/aapt2/
H A Dreadme.md133 - Transition XML versioning: Adds a new flag `--no-version-transitions` to disable automatic
/aosp14/frameworks/base/proto/src/
H A Dsystem_messages.proto211 // Notification to suggest automatic battery saver.
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto562 // Whether automatic battery saver mode is controlled via percentage,
750 // Whether to disable the automatic scheduling of system updates.
/aosp14/frameworks/base/core/proto/android/server/
H A Dpowermanagerservice.proto390 // Denotes which threshold should be used for automatic Battery Saver triggering.
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto4698 // ACTION: The app made an automatic selection on the user's behalf (not smart selection)
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6866 …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";