Searched refs:finished (Results 1 - 14 of 14) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
H A DTestJobListener.java37 @Nullable private Job finished; field in class:TestJobListener
46 this.finished = job;
57 if (finished == null) {
63 if (finished == null || !finished.hasFailures()) {
69 if (finished == null || !finished.hasFailures()) {
73 assertEquals(finished.failedDocs.size(), names.size());
80 if (finished == null || !finished
[all...]
/packages/services/Car/car-lib/src/android/car/hardware/power/
H A DICarPower.aidl31 void finished(in ICarPowerStateListener listener, int token) = 4;
H A DCarPowerManager.java176 * {@link onStateChanged} is called, the {@link finished} method will automatically be called
267 mService.finished(mListenerToService, token);
269 Log.e(TAG, "Exception in finished", e);
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DLineIterator.java29 * When you have finished with the iterator you should close the reader
60 private boolean finished = false; field in class:LineIterator
91 } else if (finished) {
98 finished = true;
155 finished = true;
/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DSettingsModel.java160 void setRestoreBackupFinished(boolean finished) { argument
161 SettingsDAO.setRestoreBackupFinished(mPrefs, finished);
H A DSettingsDAO.java270 * @param finished {@code true} means the restore process (of backup and restore) has completed
272 static void setRestoreBackupFinished(SharedPreferences prefs, boolean finished) { argument
273 if (finished) {
H A DDataModel.java1036 * @param finished {@code true} means the restore process (of backup and restore) has completed
1038 public void setRestoreBackupFinished(boolean finished) { argument
1039 mSettingsModel.setRestoreBackupFinished(finished);
/packages/services/Car/car-lib/native/include/
H A DCarPowerManager.h102 // Call finished() method to let CPMS know that we're ready to suspend/shutdown.
103 parent->mICarPower->finished(parent->mListenerToService, token);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DScroller.java153 * Returns whether the scroller has finished scrolling.
155 * @return True if the scroller has finished scrolling, false otherwise.
162 * Force the finished field to a particular value.
164 * @param finished The new finished value.
166 public final void forceFinished(boolean finished) { argument
167 mFinished = finished;
245 * the animation is not yet finished. loc will be altered to provide the
H A DOverScroller.java133 * Returns whether the scroller has finished scrolling.
135 * @return True if the scroller has finished scrolling, false otherwise.
142 * Force the finished field to a particular value. Contrary to
143 * {@link #abortAnimation()}, forcing the animation to finished
147 * @param finished The new finished value.
149 public final void forceFinished(boolean finished) { argument
150 mScrollerX.mFinished = mScrollerY.mFinished = finished;
288 * animation is not yet finished.
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherScroller.java182 * Returns whether the scroller has finished scrolling.
184 * @return True if the scroller has finished scrolling, false otherwise.
191 * Force the finished field to a particular value.
193 * @param finished The new finished value.
195 public final void forceFinished(boolean finished) { argument
196 mFinished = finished;
275 * the animation is not yet finished.
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DUiFactory.java221 while (!deflater.finished()) {
/packages/services/Car/service/src/com/android/car/
H A DCarPowerManagementService.java672 public void finished(ICarPowerStateListener listener, int token) { method in class:CarPowerManagementService
686 Log.i(CarLog.TAG_POWER, "Apps are finished, call notifyPowerEventProcessingCompletion");
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java831 // activity may be finished when buildViewItemAt is called.
2588 public void forceFinished(boolean finished) { argument
2589 mScroller.forceFinished(finished);
2590 if (finished) {

Completed in 816 milliseconds