Home
last modified time | relevance | path

Searched refs:newObj (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/media/java/android/mtp/
H A DMtpStorageManager.java1069 MtpObject newObj = obj.copy(true); in beginMoveObject() local
1070 newObj.setParent(newParent); in beginMoveObject()
1071 newParent.addChild(newObj); in beginMoveObject()
1097 if (oldObj == null || newObj == null) in endMoveObject()
1109 temp.setState(newObj.getState()); in endMoveObject()
1110 oldObj = newObj; in endMoveObject()
1113 newObj = temp; in endMoveObject()
1114 newObj.getParent().addChild(newObj); in endMoveObject()
1138 newParent.addChild(newObj); in beginCopyObject()
1139 newObj.setParent(newParent); in beginCopyObject()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java592 final PkgSettings newObj = new PkgSettings(mPackageName, mUid); in clone() local
593 newObj.mCurrentRestrictionLevel = mCurrentRestrictionLevel; in clone()
594 newObj.mLastRestrictionLevel = mLastRestrictionLevel; in clone()
595 newObj.mLevelChangeTime = mLevelChangeTime; in clone()
596 newObj.mReason = mReason; in clone()
598 newObj.mLastNotificationShownTime = Arrays.copyOf( in clone()
602 newObj.mNotificationId = Arrays.copyOf(mNotificationId, mNotificationId.length); in clone()
604 return newObj; in clone()
1025 final RestrictionSettings newObj = new RestrictionSettings(); in clone() local
1030 newObj.mRestrictionLevels.add(mRestrictionLevels.keyAt(i), in clone()
[all …]