/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | MultiTapKeyListener.java | 105 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 D | PasswordTransformationMethod.java | 155 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 D | QwertyKeyListener.java | 111 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 D | TextKeyListener.java | 50 /* 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 D | BackPanelController.kt | 199 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 D | IDeviceIdleConstraint.java | 42 ACTIVE, 48 int ACTIVE = 0; field
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ |
H A D | DialogResult.kt | 20 ACTIVE,
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerHalEnforcer.java | 50 ACTIVE, enumConstant 151 mModelStates.replace(modelHandle, ModelState.ACTIVE); in startRecognition() 317 if (state == ModelState.ACTIVE) { in modelUnloaded()
|
H A D | SoundTriggerModule.java | 223 ACTIVE enumConstant 446 setState(ModelState.ACTIVE); in startRecognition() 468 if (getState() != ModelState.ACTIVE) { in forceRecognitionEvent()
|
H A D | SoundTriggerMiddlewareValidation.java | 266 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 D | SyncManager.md | 63 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 D | TileStateToProto.kt | 42 Tile.STATE_ACTIVE -> QsTileState.ACTIVE
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/ |
H A D | BackPanelControllerTest.kt | 120 .isEqualTo(BackPanelController.GestureState.ACTIVE) 145 .isEqualTo(BackPanelController.GestureState.ACTIVE)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/proto/ |
H A D | tiles.proto | 34 ACTIVE = 2; enumerator
|
/aosp14/system/core/fs_mgr/tools/ |
H A D | dmctl.cpp | 274 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 D | PackageWatchdog.java | 1349 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 D | UsageStatsProto.java | 288 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 D | UsageStatsProtoV2.java | 222 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 D | dm_test.cpp | 175 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 D | dm.cpp | 281 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 D | dm.h | 51 enum class DmDeviceState { INVALID, SUSPENDED, ACTIVE }; enumerator
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ |
H A D | CredentialSelectorViewModel.kt | 52 val dialogState: DialogState = DialogState.ACTIVE,
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | jobscheduler.proto | 180 // 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 D | PackageWatchdogTest.java | 786 HealthCheckState.ACTIVE); in testPackageHealthCheckStateTransitions() 795 HealthCheckState.ACTIVE); in testPackageHealthCheckStateTransitions()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobPackageTracker.java | 427 proto.write(DataSetProto.PackageEntryProto.ACTIVE, in dump()
|