HomeSort by relevance Sort by last modified time
    Searched defs:moveId (Results 1 - 4 of 4) 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 78 int moveId;
82 moveId = getPackageManager().movePrimaryStorage(mVolume);
107 intent.putExtra(PackageManager.EXTRA_MOVE_ID, moveId);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 65 public int moveId;
128 public void onCreated(int moveId, Bundle extras) {
130 move.moveId = moveId;
137 mMoves.put(moveId, move);
141 public void onStatusChanged(int moveId, int status, long estMillis) {
142 final MoveInfo move = mMoves.get(moveId);
144 Log.w(TAG, "Ignoring unknown move " + moveId);
660 intent.putExtra(PackageManager.EXTRA_MOVE_ID, move.moveId);
666 return PendingIntent.getActivityAsUser(mContext, move.moveId, intent
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java     [all...]

Completed in 159 milliseconds