Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/core/java/android/text/method/
H A DMultiTapKeyListener.java105 int activeStart = content.getSpanStart(TextKeyListener.ACTIVE); in onKeyDown()
106 int activeEnd = content.getSpanEnd(TextKeyListener.ACTIVE); in onKeyDown()
113 int rec = (content.getSpanFlags(TextKeyListener.ACTIVE) in onKeyDown()
208 content.setSpan(TextKeyListener.ACTIVE, in onKeyDown()
240 buf.removeSpan(TextKeyListener.ACTIVE); in onSpanChanged()
276 int start = buf.getSpanStart(TextKeyListener.ACTIVE); in run()
277 int end = buf.getSpanEnd(TextKeyListener.ACTIVE); in run()
H A DPasswordTransformationMethod.java155 int st = sp.getSpanStart(TextKeyListener.ACTIVE); in charAt()
156 int en = sp.getSpanEnd(TextKeyListener.ACTIVE); in charAt()
200 st = sp.getSpanStart(TextKeyListener.ACTIVE); in getChars()
201 en = sp.getSpanEnd(TextKeyListener.ACTIVE); in getChars()
H A DQwertyKeyListener.java111 int activeStart = content.getSpanStart(TextKeyListener.ACTIVE); in onKeyDown()
112 int activeEnd = content.getSpanEnd(TextKeyListener.ACTIVE); in onKeyDown()
199 content.removeSpan(TextKeyListener.ACTIVE); in onKeyDown()
245 content.setSpan(TextKeyListener.ACTIVE, oldStart, selEnd, in onKeyDown()
371 content.removeSpan(TextKeyListener.ACTIVE); in onKeyDown()
H A DTextKeyListener.java50 /* package */ static final Object ACTIVE = new NoCopySpan.Concrete(); field in TextKeyListener
168 e.removeSpan(ACTIVE); in clear()
187 s.removeSpan(ACTIVE); in onSpanChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DBackPanelController.kt199 ACTIVE,
345 GestureState.ACTIVE -> {
428 updateArrowState(GestureState.ACTIVE)
444 updateArrowState(GestureState.ACTIVE)
447 GestureState.ACTIVE -> {
529 GestureState.ACTIVE,
772 GestureState.ACTIVE -> {
827 GestureState.ACTIVE,
906 GestureState.ACTIVE -> {
925 GestureState.ACTIVE -> {
[all …]
/aosp14/frameworks/base/apex/jobscheduler/framework/java/com/android/server/deviceidle/
H A DIDeviceIdleConstraint.java42 ACTIVE,
48 int ACTIVE = 0; field
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
H A DDialogResult.kt20 ACTIVE,
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerHalEnforcer.java50 ACTIVE, enumConstant
151 mModelStates.replace(modelHandle, ModelState.ACTIVE); in startRecognition()
317 if (state == ModelState.ACTIVE) { in modelUnloaded()
H A DSoundTriggerModule.java223 ACTIVE enumConstant
446 setState(ModelState.ACTIVE); in startRecognition()
468 if (getState() != ModelState.ACTIVE) { in forceRecognitionEvent()
H A DSoundTriggerMiddlewareValidation.java266 ACTIVE, enumConstant
456 modelState.activityState = ModelState.Activity.ACTIVE; in startRecognition()
522 if (modelState.activityState == ModelState.Activity.ACTIVE) { in forceRecognitionEvent()
786 if (cachedMap.valueAt(i) == ModelState.Activity.ACTIVE) { in binderDied()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.md63 subject to "ACTIVE" app quota, so minimum deferral will be applied to it.
66 the sync adapter is temporarily put in the "ACTIVE" bucket for the
72 Note if the device is dozing or in battery saver, promoting to the "ACTIVE" bucket will still
97 triggered, which elevates the standby bucket of the associated sync adapters' packages to `ACTIVE`
103 the `ACTIVE` bucket, which greatly relaxes app-standby throttling. But they're still subject
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTileStateToProto.kt42 Tile.STATE_ACTIVE -> QsTileState.ACTIVE
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/
H A DBackPanelControllerTest.kt120 .isEqualTo(BackPanelController.GestureState.ACTIVE)
145 .isEqualTo(BackPanelController.GestureState.ACTIVE)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/proto/
H A Dtiles.proto34 ACTIVE = 2; enumerator
/aosp14/system/core/fs_mgr/tools/
H A Ddmctl.cpp274 if (!table_args->suspended && !dm.ChangeState(name, DmDeviceState::ACTIVE)) { in DmCreateCmdHandler()
313 if (!table_args->suspended && !dm.ChangeState(name, DmDeviceState::ACTIVE)) { in DmReplaceCmdHandler()
525 if (!dm.ChangeState(argv[0], DmDeviceState::ACTIVE)) { in ResumeCmdHandler()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DPackageWatchdog.java1349 HealthCheckState.ACTIVE,
1355 int ACTIVE = 0; field
1548 if (mHealthCheckState == HealthCheckState.ACTIVE) { in handleElapsedTimeLocked()
1622 return mHealthCheckState == HealthCheckState.ACTIVE in isPendingHealthChecksLocked()
1645 mHealthCheckState = HealthCheckState.ACTIVE; in updateHealthCheckStateLocked()
1658 case HealthCheckState.ACTIVE: in toString()
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsProto.java288 case (int) IntervalStatsProto.Configuration.ACTIVE: in loadConfigStats()
289 configActive = proto.readBoolean(IntervalStatsProto.Configuration.ACTIVE); in loadConfigStats()
419 proto.write(IntervalStatsProto.Configuration.ACTIVE, isActive); in writeConfigStats()
H A DUsageStatsProtoV2.java222 case (int) IntervalStatsObfuscatedProto.Configuration.ACTIVE: in loadConfigStats()
224 IntervalStatsObfuscatedProto.Configuration.ACTIVE); in loadConfigStats()
385 proto.write(IntervalStatsObfuscatedProto.Configuration.ACTIVE, isActive); in writeConfigStats()
/aosp14/system/core/fs_mgr/libdm/
H A Ddm_test.cpp175 ASSERT_EQ(dm.GetState(dev.name()), DmDeviceState::ACTIVE); in TEST_F()
180 ASSERT_TRUE(dm.ChangeState(dev.name(), DmDeviceState::ACTIVE)); in TEST_F()
181 ASSERT_EQ(dm.GetState(dev.name()), DmDeviceState::ACTIVE); in TEST_F()
H A Ddm.cpp281 return DmDeviceState::ACTIVE; in GetState()
287 if (state != DmDeviceState::SUSPENDED && state != DmDeviceState::ACTIVE) { in ChangeState()
/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h51 enum class DmDeviceState { INVALID, SUSPENDED, ACTIVE }; enumerator
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
H A DCredentialSelectorViewModel.kt52 val dialogState: DialogState = DialogState.ACTIVE,
/aosp14/frameworks/base/core/proto/android/server/
H A Djobscheduler.proto180 // Minimum # of non-ACTIVE jobs for which the JMS will be happy running some work early.
182 // Don't batch a non-ACTIVE job if it's been delayed due to force batching attempts for
1070 ACTIVE = 0; enumerator
/aosp14/frameworks/base/tests/PackageWatchdog/src/com/android/server/
H A DPackageWatchdogTest.java786 HealthCheckState.ACTIVE); in testPackageHealthCheckStateTransitions()
795 HealthCheckState.ACTIVE); in testPackageHealthCheckStateTransitions()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobPackageTracker.java427 proto.write(DataSetProto.PackageEntryProto.ACTIVE, in dump()

12