Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java288 InvariantDeviceProfile oldProfile = new InvariantDeviceProfile(this); in onConfigChanged() local
296 if (numRows != oldProfile.numRows || in onConfigChanged()
297 numColumns != oldProfile.numColumns || in onConfigChanged()
298 numFolderColumns != oldProfile.numFolderColumns || in onConfigChanged()
299 numFolderRows != oldProfile.numFolderRows || in onConfigChanged()
300 numHotseatIcons != oldProfile.numHotseatIcons) { in onConfigChanged()
304 if (iconSize != oldProfile.iconSize || iconBitmapSize != oldProfile.iconBitmapSize || in onConfigChanged()
305 !iconShapePath.equals(oldProfile.iconShapePath)) { in onConfigChanged()
308 if (!iconShapePath.equals(oldProfile.iconShapePath)) { in onConfigChanged()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipEditor.java403 private void replaceProfile(final SipProfile oldProfile, final SipProfile newProfile) { in replaceProfile() argument
411 deleteAndUnregisterProfile(oldProfile); in replaceProfile()
412 boolean autoEnableNewProfile = oldProfile == null; in replaceProfile()