/aosp12/system/update_engine/update_manager/ |
H A D | interactive_update_policy_impl.cc | 30 bool interactive; in UpdateCheckAllowed() local 48 bool interactive; in UpdateCanBeApplied() local
|
H A D | policy.h | 87 bool interactive; member
|
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/ |
H A D | FakeScreenInteractiveHelper.java | 30 public void setScreenInteractive(boolean interactive) { in setScreenInteractive()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/injector/ |
H A D | SystemScreenInteractiveHelper.java | 71 void onScreenInteractiveChanged(boolean interactive) { in onScreenInteractiveChanged()
|
H A D | ScreenInteractiveHelper.java | 62 protected final void notifyScreenInteractiveChanged(boolean interactive) { in notifyScreenInteractiveChanged()
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | KeyCombinationManager.java | 118 boolean interceptKey(KeyEvent event, boolean interactive) { in interceptKey() 124 private boolean interceptKeyLocked(KeyEvent event, boolean interactive) { in interceptKeyLocked()
|
H A D | SingleKeyGestureDetector.java | 184 void interceptKey(KeyEvent event, boolean interactive) { in interceptKey()
|
/aosp12/system/update_engine/cros/ |
H A D | update_attempter.cc | 337 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 D | download_action_chromeos.cc | 48 bool interactive) in DownloadActionChromeos()
|
H A D | omaha_request_params.h | 126 inline void set_interactive(bool interactive) { interactive_ = interactive; } in set_interactive() 127 inline bool interactive() const { return interactive_; } in interactive() function
|
H A D | dbus_service.cc | 74 bool interactive = !(flags & update_engine::kAttemptUpdateFlagNonInteractive); in AttemptUpdateWithFlags() local
|
H A D | common_service.cc | 91 bool interactive = !(flags & UpdateAttemptFlags::kFlagNonInteractive); in AttemptUpdate() local
|
/aosp12/frameworks/base/core/java/android/hardware/input/ |
H A D | InputManagerInternal.java | 51 public abstract void setInteractive(boolean interactive); in setInteractive()
|
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerInternal.java | 52 public abstract void setInteractive(boolean interactive); in setInteractive()
|
/aosp12/hardware/interfaces/power/1.0/default/ |
H A D | Power.cpp | 41 Return<void> Power::setInteractive(bool interactive) { in setInteractive()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/policy/ |
H A D | SingleKeyGestureTests.java | 123 private void pressKey(long eventTime, int keyCode, long pressTime, boolean interactive) { in pressKey()
|
/aosp12/system/update_engine/ |
H A D | download_action.cc | 44 bool interactive) in DownloadAction()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | SplitWindowManager.java | 149 void setInteractive(boolean interactive) { in setInteractive()
|
H A D | DividerView.java | 292 void setInteractive(boolean interactive) { in setInteractive()
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | delta_performer.h | 74 bool interactive) in DeltaPerformer()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/ |
H A D | VolumeDialogControllerImplTest.java | 201 public void setDeviceInteractive(boolean interactive) { in setDeviceInteractive()
|
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | usagestatsservice.proto | 112 optional CountAndTime interactive = 10; field
|
H A D | usagestatsservice_v2.proto | 56 optional CountAndTime interactive = 10; field
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ImeFocusController.java | 231 public void onInteractiveChanged(boolean interactive) { in onInteractiveChanged()
|
/aosp12/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/ |
H A D | BugreportManagerTest.java | 490 private static BugreportParams interactive() { in interactive() method in BugreportManagerTest
|