HomeSort by relevance Sort by last modified time
    Searched full:callervalue (Results 1 - 1 of 1) sorted by null

  /packages/apps/Messaging/src/android/support/v7/mms/
MmsManager.java 241 final Object callerValue = callerValues.get(key);
243 if ((callerValue != null && systemValue != null && !callerValue.equals(systemValue)) ||
244 (callerValue != null && systemValue == null) ||
245 (callerValue == null && systemValue != null)) {
246 if (callerValue == null || callerValue instanceof String) {
247 delta.putString(key, (String) callerValue);
248 } else if (callerValue instanceof Integer) {
249 delta.putInt(key, (Integer) callerValue);
    [all...]

Completed in 69 milliseconds