Searched refs:newObj (Results 1 – 3 of 3) sorted by relevance
1069 MtpObject newObj = obj.copy(true); in beginMoveObject() local1070 newObj.setParent(newParent); in beginMoveObject()1071 newParent.addChild(newObj); in beginMoveObject()1073 && generalBeginCopyObject(newObj, false); in beginMoveObject()1096 MtpObject newObj = newParent.getChild(name); in endMoveObject() local1097 if (oldObj == null || newObj == null) in endMoveObject()1099 if (oldParent.getStorageId() != newObj.getStorageId()) { in endMoveObject()1101 return generalEndCopyObject(newObj, success, true) && ret; in endMoveObject()1108 temp.setParent(newObj.getParent()); in endMoveObject()1109 temp.setState(newObj.getState()); in endMoveObject()[all …]
138 sp<IBinder> newObj = make(makeArgs); in lookupOrCreateWeak() local140 static_cast<Tag*>(e.object)->binder = newObj; in lookupOrCreateWeak()144 return newObj; in lookupOrCreateWeak()
606 final PkgSettings newObj = new PkgSettings(mPackageName, mUid); in clone() local607 newObj.mCurrentRestrictionLevel = mCurrentRestrictionLevel; in clone()608 newObj.mLastRestrictionLevel = mLastRestrictionLevel; in clone()609 newObj.mLevelChangeTime = mLevelChangeTime; in clone()610 newObj.mReason = mReason; in clone()612 newObj.mLastNotificationShownTime = Arrays.copyOf( in clone()616 newObj.mNotificationId = Arrays.copyOf(mNotificationId, mNotificationId.length); in clone()618 return newObj; in clone()1039 final RestrictionSettings newObj = new RestrictionSettings(); in clone() local1044 newObj.mRestrictionLevels.add(mRestrictionLevels.keyAt(i), in clone()[all …]