Home
last modified time | relevance | path

Searched defs:interactive (Results 1 – 25 of 43) sorted by relevance

12

/aosp12/system/update_engine/update_manager/
H A Dinteractive_update_policy_impl.cc30 bool interactive; in UpdateCheckAllowed() local
48 bool interactive; in UpdateCanBeApplied() local
H A Dpolicy.h87 bool interactive; member
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DFakeScreenInteractiveHelper.java30 public void setScreenInteractive(boolean interactive) { in setScreenInteractive()
/aosp12/frameworks/base/services/core/java/com/android/server/location/injector/
H A DSystemScreenInteractiveHelper.java71 void onScreenInteractiveChanged(boolean interactive) { in onScreenInteractiveChanged()
H A DScreenInteractiveHelper.java62 protected final void notifyScreenInteractiveChanged(boolean interactive) { in notifyScreenInteractiveChanged()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DKeyCombinationManager.java118 boolean interceptKey(KeyEvent event, boolean interactive) { in interceptKey()
124 private boolean interceptKeyLocked(KeyEvent event, boolean interactive) { in interceptKeyLocked()
H A DSingleKeyGestureDetector.java184 void interceptKey(KeyEvent event, boolean interactive) { in interceptKey()
/aosp12/system/update_engine/cros/
H A Dupdate_attempter.cc337 void UpdateAttempter::CalculateP2PParams(bool interactive) { in CalculateP2PParams()
453 void UpdateAttempter::CalculateScatteringParams(bool interactive) { in CalculateScatteringParams()
579 void UpdateAttempter::CalculateStagingParams(bool interactive) { in CalculateStagingParams()
735 void UpdateAttempter::BuildUpdateActions(bool interactive) { in BuildUpdateActions()
920 bool interactive = !(flags & UpdateAttemptFlags::kFlagNonInteractive); in CheckForUpdate() local
H A Ddownload_action_chromeos.cc48 bool interactive) in DownloadActionChromeos()
H A Domaha_request_params.h126 inline void set_interactive(bool interactive) { interactive_ = interactive; } in set_interactive()
127 inline bool interactive() const { return interactive_; } in interactive() function
H A Ddbus_service.cc74 bool interactive = !(flags & update_engine::kAttemptUpdateFlagNonInteractive); in AttemptUpdateWithFlags() local
H A Dcommon_service.cc91 bool interactive = !(flags & UpdateAttemptFlags::kFlagNonInteractive); in AttemptUpdate() local
/aosp12/frameworks/base/core/java/android/hardware/input/
H A DInputManagerInternal.java51 public abstract void setInteractive(boolean interactive); in setInteractive()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerInternal.java52 public abstract void setInteractive(boolean interactive); in setInteractive()
/aosp12/hardware/interfaces/power/1.0/default/
H A DPower.cpp41 Return<void> Power::setInteractive(bool interactive) { in setInteractive()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
H A DSingleKeyGestureTests.java123 private void pressKey(long eventTime, int keyCode, long pressTime, boolean interactive) { in pressKey()
/aosp12/system/update_engine/
H A Ddownload_action.cc44 bool interactive) in DownloadAction()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitWindowManager.java149 void setInteractive(boolean interactive) { in setInteractive()
H A DDividerView.java292 void setInteractive(boolean interactive) { in setInteractive()
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.h74 bool interactive) in DeltaPerformer()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
H A DVolumeDialogControllerImplTest.java201 public void setDeviceInteractive(boolean interactive) { in setDeviceInteractive()
/aosp12/frameworks/base/core/proto/android/server/
H A Dusagestatsservice.proto112 optional CountAndTime interactive = 10; field
H A Dusagestatsservice_v2.proto56 optional CountAndTime interactive = 10; field
/aosp12/frameworks/base/core/java/android/view/
H A DImeFocusController.java231 public void onInteractiveChanged(boolean interactive) { in onInteractiveChanged()
/aosp12/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/
H A DBugreportManagerTest.java490 private static BugreportParams interactive() { in interactive() method in BugreportManagerTest

12