Home
last modified time | relevance | path

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

/frameworks/opt/telephony/proto/src/
Dpin_storage.proto28 // The PIN code is stored, but cannot be used for automatic verification.
31 // The PIN code is stored and will be usable for automatic verification after the
35 // The PIN code is stored and can be used for automatic verification.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java283 View automatic = findViewById(R.id.automatic); in bindInlineControls() local
287 automatic.setVisibility(VISIBLE); in bindInlineControls()
288 automatic.setOnClickListener(mOnAutomatic); in bindInlineControls()
290 automatic.setVisibility(GONE); in bindInlineControls()
476 View automatic = findViewById(R.id.automatic);
486 automatic.setSelected(false);
497 automatic.setSelected(false);
506 automatic.setSelected(true);
/frameworks/proto_logging/stats/enums/dnd/
Ddnd_enums.proto74 // of automatic zen rule that the log pertains to.
87 // Intentional gap for future automatic rule types.
/frameworks/av/media/libaaudio/src/flowgraph/
DFlowGraphNode.h130 void setDataPulledAutomatically(bool automatic) { in setDataPulledAutomatically() argument
131 mDataPulledAutomatically = automatic; in setDataPulledAutomatically()
/frameworks/proto_logging/stats/atoms/dnd/
Ddnd_extension_atoms.proto57 // Was this change triggered by a user action, or was it automatic?
60 // Package UID of the automatic rule or triggerer of manual rule, if applicable.
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DBrightnessController.java215 int automatic;
216 automatic = Settings.System.getIntForUser(mContext.getContentResolver(),
220 mAutomatic = automatic != Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL;
/frameworks/base/core/proto/android/service/
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
/frameworks/av/media/audio/aconfig/
Daudio_framework.aconfig20 "Enable the automatic Bluetooth audio device type "
/frameworks/base/core/proto/android/
Dprivacy.proto37 // automatic means, without per-sending user consent. The user
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java663 assertEquals(VISIBLE, mNotificationInfo.findViewById(R.id.automatic).getVisibility()); in testBindNotification_automaticIsVisible()
685 assertEquals(GONE, mNotificationInfo.findViewById(R.id.automatic).getVisibility()); in testBindNotification_automaticIsGone()
709 assertTrue(mNotificationInfo.findViewById(R.id.automatic).isSelected()); in testBindNotification_automaticIsSelected()
874 mNotificationInfo.findViewById(R.id.automatic).performClick(); in testDoesNotUpdateNotificationChannelAfterImportanceChangedAutomatic()
1070 mNotificationInfo.findViewById(R.id.automatic).performClick(); in testAutomaticUnlocksUserImportance()
/frameworks/base/core/proto/android/content/
Dpackage_item_info.proto100 // An optional attribute that indicates the app supports automatic backup
/frameworks/proto_logging/stats/atoms/corenetworking/connectivity/
Dconnectivity_extension_atoms.proto50 // Daily number of automatic keepalive requests
/frameworks/base/core/java/android/text/flags/
Dflags.aconfig71 …description: "Feature flag for automatic fallback from phrase based line break to strict line brea…
/frameworks/minikin/doc/
Dhyb_file_format.md75 character. Note that, in the current implementation, automatic hyphenation is disabled
/frameworks/base/tools/lint/
DREADME.md76 # How to apply automatic fixes suggested by lint
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h2510 XAboolean automatic
2514 XAboolean * automatic
2518 XAboolean automatic
2522 XAboolean * automatic
/frameworks/base/tools/aapt2/
Dreadme.md133 - Transition XML versioning: Adds a new flag `--no-version-transitions` to disable automatic
/frameworks/base/packages/SystemUI/docs/
Dscene.md44 [automatic](Automatic-scene-transitions) scene transitions.
282 the device is locked, there's an automatic scene transition to the `Lockscreen`
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal165 * parameters. All automatic control is disabled (auto-exposure, auto-white
/frameworks/base/proto/src/
Dsystem_messages.proto211 // Notification to suggest automatic battery saver.
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto562 // Whether automatic battery saver mode is controlled via percentage,
754 // Whether to disable the automatic scheduling of system updates.
/frameworks/base/core/proto/android/server/
Dpowermanagerservice.proto390 // Denotes which threshold should be used for automatic Battery Saver triggering.
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto4704 // ACTION: The app made an automatic selection on the user's behalf (not smart selection)
/frameworks/base/core/api/
Dcurrent.txt7082 …field public static final String META_DATA_AUTOMATIC_RULE_TYPE = "android.service.zen.automatic.ru…
7083 …field public static final String META_DATA_RULE_INSTANCE_LIMIT = "android.service.zen.automatic.ru…
41144 …ic final String META_DATA_CONFIGURATION_ACTIVITY = "android.service.zen.automatic.configurationAct…
41145 …tatic final String META_DATA_RULE_INSTANCE_LIMIT = "android.service.zen.automatic.ruleInstanceLimi…
41146 …precated public static final String META_DATA_RULE_TYPE = "android.service.zen.automatic.ruleType";
/frameworks/proto_logging/stats/
Datoms.proto16314 * Logs information related to PIN storage and automatic PIN operations.