Searched refs:nullToEmpty (Results 1 – 4 of 4) sorted by relevance
118 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyInfo()120 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(signaturePaddings)); in KeyInfo()121 mDigests = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(digests)); in KeyInfo()122 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyInfo()
263 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyProtection()265 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(signaturePaddings)); in KeyProtection()267 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyProtection()
345 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyGenParameterSpec()346 mSignaturePaddings = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(signaturePaddings)); in KeyGenParameterSpec()347 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()
1237 private String nullToEmpty(String stringValue) { in nullToEmpty() method in ApnSetting1248 apnValue.put(Telephony.Carriers.NUMERIC, nullToEmpty(mOperatorNumeric)); in toContentValues()1249 apnValue.put(Telephony.Carriers.NAME, nullToEmpty(mEntryName)); in toContentValues()1250 apnValue.put(Telephony.Carriers.APN, nullToEmpty(mApnName)); in toContentValues()1251 apnValue.put(Telephony.Carriers.PROXY, nullToEmpty(mProxyAddress)); in toContentValues()1252 apnValue.put(Telephony.Carriers.PORT, nullToEmpty(portToString(mProxyPort))); in toContentValues()1253 apnValue.put(Telephony.Carriers.MMSC, nullToEmpty(UriToString(mMmsc))); in toContentValues()1254 apnValue.put(Telephony.Carriers.MMSPORT, nullToEmpty(portToString(mMmsProxyPort))); in toContentValues()1255 apnValue.put(Telephony.Carriers.MMSPROXY, nullToEmpty( in toContentValues()1257 apnValue.put(Telephony.Carriers.USER, nullToEmpty(mUser)); in toContentValues()[all …]