HomeSort by relevance Sort by last modified time
    Searched defs:moveId (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardMoveConfirm.java 71 final int moveId = getPackageManager().movePackage(mPackageName, mVolume);
74 intent.putExtra(EXTRA_MOVE_ID, moveId);
StorageWizardMigrateConfirm.java 73 final int moveId = getPackageManager().movePrimaryStorage(mVolume);
77 intent.putExtra(PackageManager.EXTRA_MOVE_ID, moveId);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 64 public int moveId;
122 public void onCreated(int moveId, Bundle extras) {
124 move.moveId = moveId;
131 mMoves.put(moveId, move);
135 public void onStatusChanged(int moveId, int status, long estMillis) {
136 final MoveInfo move = mMoves.get(moveId);
138 Log.w(TAG, "Ignoring unknown move " + moveId);
639 intent.putExtra(PackageManager.EXTRA_MOVE_ID, move.moveId);
644 return PendingIntent.getActivityAsUser(mContext, move.moveId, intent
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 86 milliseconds