Searched refs:newObj (Results 1 – 2 of 2) sorted by relevance
1069 MtpObject newObj = obj.copy(true); in beginMoveObject() local1070 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 …]
592 final PkgSettings newObj = new PkgSettings(mPackageName, mUid); in clone() local593 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() local1030 newObj.mRestrictionLevels.add(mRestrictionLevels.keyAt(i), in clone()[all …]