Searched refs:currentVal (Results 1 – 2 of 2) sorted by relevance
248 boolean currentVal = sp.getBoolean(name.flattenToString(), false); in pinComponent()249 if (currentVal) { in pinComponent()
2718 final String currentVal = mInjector.systemPropertiesGet(PROPERTY_ORGANIZATION_OWNED, null); in setDeviceOwnershipSystemPropertyLocked() local2719 if (TextUtils.isEmpty(currentVal)) { in setDeviceOwnershipSystemPropertyLocked()2722 } else if (!value.equals(currentVal)) { in setDeviceOwnershipSystemPropertyLocked()