HomeSort by relevance Sort by last modified time
    Searched defs:moveId (Results 1 - 6 of 6) 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 64 public int moveId;
129 public void onCreated(int moveId, Bundle extras) {
131 move.moveId = moveId;
138 mMoves.put(moveId, move);
142 public void onStatusChanged(int moveId, int status, long estMillis) {
143 final MoveInfo move = mMoves.get(moveId);
145 Log.w(TAG, "Ignoring unknown move " + moveId);
706 intent.putExtra(PackageManager.EXTRA_MOVE_ID, move.moveId);
712 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...]
  /prebuilts/misc/common/robolectric/lib/
robolectric-3.1.1.jar 

Completed in 128 milliseconds