HomeSort by relevance Sort by last modified time
    Searched refs:getCallExtraInt (Results 1 - 6 of 6) sorted by null

  /frameworks/base/telephony/java/android/telephony/ims/
ImsCallProfile.java 389 public int getCallExtraInt(String name) {
390 return getCallExtraInt(name, -1);
393 public int getCallExtraInt(String name, int defaultValue) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
ImsCallProfileTest.java 107 assertEquals(1, unparceledProfile.getCallExtraInt("INT"));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 183 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR));
185 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP));
804 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_OIR));
806 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_CNAP));
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java 502 assertEquals(mImsCallProfile.getCallExtraInt(ImsCallProfile.EXTRA_OIR),
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 1057 milliseconds