Home | History | Annotate | Download | only in data

Lines Matching defs:nullToEmpty

875     private String nullToEmpty(String stringValue) {
883 apnValue.put(Telephony.Carriers.NUMERIC, nullToEmpty(mOperatorNumeric));
884 apnValue.put(Telephony.Carriers.NAME, nullToEmpty(mEntryName));
885 apnValue.put(Telephony.Carriers.APN, nullToEmpty(mApnName));
893 apnValue.put(Telephony.Carriers.USER, nullToEmpty(mUser));
894 apnValue.put(Telephony.Carriers.PASSWORD, nullToEmpty(mPassword));
897 apnValue.put(Telephony.Carriers.TYPE, nullToEmpty(apnType));
899 nullToEmpty(PROTOCOL_INT_MAP.get(mProtocol)));
901 nullToEmpty(PROTOCOL_INT_MAP.get(mRoamingProtocol)));
904 nullToEmpty(MVNO_TYPE_INT_MAP.get(mMvnoType)));