Searched refs:nullToEmpty (Results 1 – 6 of 6) 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()
262 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyProtection()264 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(signaturePaddings)); in KeyProtection()266 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyProtection()
27 public static String[] nullToEmpty(String[] array) { in nullToEmpty() method in ArrayUtils
338 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyGenParameterSpec()339 mSignaturePaddings = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(signaturePaddings)); in KeyGenParameterSpec()340 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()
875 private String nullToEmpty(String stringValue) { in nullToEmpty() method in ApnSetting883 apnValue.put(Telephony.Carriers.NUMERIC, nullToEmpty(mOperatorNumeric)); in toContentValues()884 apnValue.put(Telephony.Carriers.NAME, nullToEmpty(mEntryName)); in toContentValues()885 apnValue.put(Telephony.Carriers.APN, nullToEmpty(mApnName)); in toContentValues()893 apnValue.put(Telephony.Carriers.USER, nullToEmpty(mUser)); in toContentValues()894 apnValue.put(Telephony.Carriers.PASSWORD, nullToEmpty(mPassword)); in toContentValues()897 apnValue.put(Telephony.Carriers.TYPE, nullToEmpty(apnType)); in toContentValues()899 nullToEmpty(PROTOCOL_INT_MAP.get(mProtocol))); in toContentValues()901 nullToEmpty(PROTOCOL_INT_MAP.get(mRoamingProtocol))); in toContentValues()904 nullToEmpty(MVNO_TYPE_INT_MAP.get(mMvnoType))); in toContentValues()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...