Searched defs:fromCode (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java1110 Integer fromCode;
1112 fromCode = null;
1114 fromCode = Integer.parseInt(values[0]);
1119 addReasonCodeRemapping(fromCode, message, toCode);
1120 log("Loaded ImsReasonInfo mapping : fromCode = " +
1121 fromCode == null ? "any" : fromCode + " ; message = " +
1907 * @param fromCode The from code, or {@code null} if all.
1912 public void addReasonCodeRemapping(Integer fromCode, String message, Integer toCode) { argument
1913 mImsReasonCodeMap.put(new Pair<>(fromCode, messag
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 150 milliseconds