Searched refs:reset (Results 751 - 775 of 841) sorted by relevance

<<31323334

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java32 import static org.mockito.Mockito.reset;
1593 reset(mMockActivityManagerInternal);
1648 reset(mMockActivityManagerInternal);
H A DShortcutManagerTest2.java29 import static org.mockito.Mockito.reset;
1253 mInjectedCurrentTimeMillis += INTERVAL; // reset throttling.
1257 mInjectedCurrentTimeMillis += INTERVAL; // reset throttling.
1262 mInjectedCurrentTimeMillis += INTERVAL; // reset throttling.
1267 mInjectedCurrentTimeMillis += INTERVAL; // reset throttling.
1272 mInjectedCurrentTimeMillis += INTERVAL; // reset throttling.
1277 mInjectedCurrentTimeMillis += INTERVAL; // reset throttling.
1282 mInjectedCurrentTimeMillis += INTERVAL; // reset throttling.
1288 mInjectedCurrentTimeMillis += INTERVAL; // reset throttling.
1377 // Make sure getRemainingCallCount() itself gets reset withou
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java383 * Method to clear {@link #mTargetRoamBSSID} and reset the the current connected network's
575 /* SIM is removed; reset any cached data for it */
2033 * reset cached SIM credential data
2959 mWifiScoreReport.reset();
3253 mWifiScoreReport.reset();
3254 mWifiInfo.reset();
4404 /* Send any reset commands to supplicant before shutting it down */
4647 // On connect, reset wifiScoreReport
4648 mWifiScoreReport.reset();
4712 mWifiInfo.reset();
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp111 reset();
2035 status_t StagefrightRecorder::reset() { function in class:StagefrightRecorder
2036 ALOGV("reset");
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java821 mPath.reset();
853 mRingPath.reset();
H A DBitmapDrawable.java564 matrix.reset();
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1456 reset();
1557 public void reset() { method in class:Cea708CCWidget.CCHandler
H A DMediaCodec.java233 exception. Call {@link #reset} to make the codec usable again. You can call it from any state to
642 When setting the video scaling mode, note that it must be reset after each time the output
765 return false, then the {@code CodecException} is fatal and the codec must be {@linkplain #reset
766 reset} or {@linkplain #release released}.</li>
1299 <td class=fn>{@link #reset reset}</td>
1798 * error has occured to reset the codec to its initial state after creation.
1801 * could not be reset.
1804 public final void reset() { method in class:MediaCodec
2591 * may have been reset t
[all...]
/frameworks/av/include/media/
H A DVolumeShaper.h966 void reset() { function in class:android::VolumeHandler
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp610 status_t NuPlayerDriver::reset() { function in class:android::NuPlayerDriver
611 ALOGD("reset(%p) at state %d", this, mState);
613 updateMetrics("reset");
614 logMetrics("reset");
986 // reset(), we sent a premature "prepared" notification and
987 // then initiated the reset. This notification is stale.
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java1016 * center or {@code false} to reset the scale and center
1020 public boolean reset(boolean animate) { method in class:AccessibilityService.MagnificationController
1028 Log.w(LOG_TAG, "Failed to reset", re);
/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java1092 is.reset();
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp412 colorTable.reset(new SkColorTable(colors, maxColors));
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp457 valString.reset((jstring) env->CallObjectMethod(valueObject.get(), Object_toString));
/frameworks/base/media/java/android/media/tv/
H A DTvView.java197 * {@link #reset} is called for the main {@link TvView} or {@code setMain()} is called for other
348 public void reset() { method in class:TvView
349 if (DEBUG) Log.d(TAG, "reset()");
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2RecordingTest.java911 // Can reuse the MediaRecorder object after reset.
912 mMediaRecorder.reset();
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java802 baos.reset();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java178 // is still valid. Otherwise, we need to reset the lastStackactiveTime to the
511 // through SystemUI, we need to reset the config launch flags to ensure that we do not
515 launchState.reset();
H A DRecentsImpl.java311 // Fast alt-tab duration has elapsed, fall through to showing Recents and reset
715 stackLayout.reset();
932 // Workaround for b/27815919, reset the callback so that we do not trigger an
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java238 public void reset() { method in class:TaskViewHeader
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java562 mDisplayMatrix.reset();
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java372 void reset() { method in class:AutofillManagerService
373 Slog.i(TAG, "reset()");
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java516 // don't reset the timer due simply to, say, commands or events that
1093 mEvaluationTimer.reset();
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java343 outMatrix.reset();
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp702 cloned_entry.value.reset(entry.value->Clone(pool));

Completed in 7384 milliseconds

<<31323334