Home
last modified time | relevance | path

Searched refs:estMillis (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DIPackageMoveObserver.aidl28 void onStatusChanged(int moveId, int status, long estMillis); in onStatusChanged() argument
DPackageManager.java10280 public abstract void onStatusChanged(int moveId, int status, long estMillis); in onStatusChanged() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java164 public void onStatusChanged(int moveId, int status, long estMillis) {
174 onMoveProgress(move, status, estMillis);
522 private void onMoveProgress(MoveInfo move, int status, long estMillis) { in onMoveProgress() argument
531 if (estMillis < 0) { in onMoveProgress()
534 text = DateUtils.formatDuration(estMillis); in onMoveProgress()
/frameworks/base/services/core/java/com/android/server/pm/
DMovePackageHelper.java472 public void notifyStatusChanged(int moveId, int status, long estMillis) { in notifyStatusChanged() argument
478 args.arg3 = estMillis; in notifyStatusChanged()
DPackageManagerService.java5554 public void onStatusChanged(int moveId, int status, long estMillis) {
5555 mMoveCallbacks.notifyStatusChanged(realMoveId, status, estMillis);
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java3556 public void onStatusChanged(int moveId, int status, long estMillis) { in onStatusChanged() argument
3560 args.arg3 = estMillis; in onStatusChanged()