HomeSort by relevance Sort by last modified time
    Searched defs:mIpVoiceSupported (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telephony/java/com/android/ims/internal/uce/common/
CapInfo.java 48 private boolean mIpVoiceSupported = false;
230 return mIpVoiceSupported;
237 this.mIpVoiceSupported = ipVoiceSupported;
386 dest.writeInt(mIpVoiceSupported ? 1 : 0);
428 mIpVoiceSupported = (source.readInt() == 0) ? false : true;
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 50 milliseconds