/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/ |
H A D | PublishProcessorState.java | 110 resetState(); in PublishThrottle() 136 public void resetState() { in resetState() method in PublishProcessorState.PublishThrottle 355 public void resetState() { in resetState() method in PublishProcessorState 357 mPublishThrottle.resetState(); in resetState() 406 mPublishThrottle.resetState(); in onRcsDisconnected()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/ |
H A D | WorkPolicyInfoPreferenceController.java | 100 resetState(); in updateState() 116 resetState(); in updateState() 125 resetState(); in updateState() 132 private void resetState() { in resetState() method in WorkPolicyInfoPreferenceController
|
/aosp12/packages/modules/StatsD/statsd/src/state/ |
H A D | StateTracker.cpp | 54 if (int resetState = event.getResetState(); resetState != -1) { in onLogEvent() local 55 VLOG("StateTracker new reset state: %d", resetState); in onLogEvent() 56 const FieldValue resetStateFieldValue(mField, Value(resetState)); in onLogEvent()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | SplitSelectStateController.java | 173 resetState(); in startAnimation() 206 resetState(); in onAnimationStart() 218 resetState(); in onAnimationCancelled() 226 public void resetState() { in resetState() method in SplitSelectStateController
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSimPinViewController.java | 68 resetState(); 70 resetState(); 97 void resetState() { in resetState() method in KeyguardSimPinViewController 98 super.resetState(); in resetState() 118 mView.resetState(); in onResume()
|
H A D | KeyguardPinViewController.java | 79 void resetState() { in resetState() method in KeyguardPinViewController 80 super.resetState(); in resetState()
|
H A D | KeyguardAbsKeyInputViewController.java | 89 abstract void resetState(); in resetState() method in KeyguardAbsKeyInputViewController 116 resetState(); in reset() 164 resetState(); in handleAttemptLockout()
|
H A D | KeyguardSimPukViewController.java | 74 resetState(); 110 void resetState() { in resetState() method in KeyguardSimPukViewController 111 super.resetState(); in resetState()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | BasePagerViewHolder.java | 60 public void resetState() { in resetState() method in BasePagerViewHolder 63 ((PersistentInstanceState) mView).resetState(); in resetState()
|
H A D | FixedViewPagerAdapter.java | 116 public void resetState() { in resetState() method in FixedViewPagerAdapter 118 getViewHolder(i).resetState(); in resetState()
|
H A D | PersistentInstanceState.java | 38 void resetState(); in resetState() method
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ExpandableListPosition.java | 66 private void resetState() { in resetState() method in ExpandableListPosition 124 elp.resetState(); in getRecycledOrCreate()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/cameraui/ |
H A D | CameraMediaChooserView.java | 70 resetState(); in onRestoreInstanceState() 74 public void resetState() { in resetState() method in CameraMediaChooserView
|
/aosp12/frameworks/base/libs/hwui/canvas/ |
H A D | CanvasFrontend.cpp | 24 resetState(width, height); in CanvasStateHelper() 27 void CanvasStateHelper::resetState(int width, int height) { in resetState() function in android::uirenderer::CanvasStateHelper
|
H A D | CanvasFrontend.h | 91 void resetState(int width, int height); 201 resetState(newWidth, newHeight); in reset()
|
/aosp12/system/chre/chpp/ |
H A D | transport.c | 344 } else if (context->resetState == CHPP_RESET_STATE_RESETTING) { in chppConsumeFooter() 511 context->resetState = CHPP_RESET_STATE_NONE; in chppSetResetComplete() 523 if (context->resetState == CHPP_RESET_STATE_NONE) { in chppProcessResetAck() 1001 context->resetState != CHPP_RESET_STATE_RESETTING) { in chppTransportDoWork() 1196 context->resetState = CHPP_RESET_STATE_RESETTING; in chppResetTransportContext() 1222 transportContext->resetState = CHPP_RESET_STATE_RESETTING; in chppReset() 1469 bool resetting = (context->resetState == CHPP_RESET_STATE_RESETTING); in chppEnqueueTxDatagramOrFail() 1493 bool resetting = (context->resetState == CHPP_RESET_STATE_RESETTING); in chppEnqueueTxErrorDatagram() 1523 context->resetState == CHPP_RESET_STATE_RESETTING) { in chppTransportGetTimeUntilNextDoWorkNs() 1590 if ((context->resetState == CHPP_RESET_STATE_RESETTING) && in chppWorkThreadHandleSignal() [all …]
|
/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/ |
H A D | java_writer.cpp | 80 int resetState = -1; in write_annotations() local 87 resetState = annotation->value.intValue; in write_annotations() 104 if (defaultState != -1 && resetState != -1) { in write_annotations() 107 fprintf(out, " if (arg%d == %d) {\n", argIndex, resetState); in write_annotations()
|
H A D | native_writer.cpp | 50 int resetState = -1; in write_annotations() local 57 resetState = annotation->value.intValue; in write_annotations() 77 if (defaultState != -1 && resetState != -1) { in write_annotations() 80 fprintf(out, " if (arg%d == %d) {\n", argIndex, resetState); in write_annotations()
|
H A D | rust_writer.cpp | 256 int resetState = -1; in write_annotations() local 263 resetState = annotation->value.intValue; in write_annotations() 283 if (defaultState != -1 && resetState != -1) { in write_annotations() 289 get_variable_name(field.name).c_str(), resetState); in write_annotations() 292 get_variable_name(field.name).c_str(), resetState); in write_annotations()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
H A D | MtpDeviceIndex.java | 186 resetState(); in setDevice() 427 protected void resetState() { in resetState() method in MtpDeviceIndex 453 resetState(); in onIndexFinish()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | AbstractDragHost.java | 38 mDragAndDropManager.resetState(v); in onDragExited()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
H A D | ActiveDeviceManager.java | 186 resetState(); in handleMessage() 409 resetState(); in cleanup() 469 private void resetState() { in resetState() method in ActiveDeviceManager
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationMenuRow.java | 226 resetState(true); in resetMenu() 255 private void createMenuViews(boolean resetState) { in createMenuViews() argument 289 if (resetState) { in createMenuViews() 290 resetState(false /* notify */); in createMenuViews() 322 private void resetState(boolean notify) { in resetState() method in NotificationMenuRow
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | LauncherRootView.java | 53 boolean resetState = !insets.equals(mInsets); in handleSystemWindowInsets() 56 if (resetState) { in handleSystemWindowInsets()
|
/aosp12/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/ |
H A D | VtsHalWifiKeystoreV1_0TargetTest.cpp | 63 resetState(); in SetUp() 66 void TearDown() override { resetState(); } in TearDown() 83 void resetState() { in resetState() function in __anondb7d23e30110::WifiKeystoreHalTest
|