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

  /frameworks/base/telephony/java/com/android/ims/internal/uce/common/
CapInfo.java 52 private boolean mGeoPullFtSupported = false;
259 return mGeoPullFtSupported;
267 this.mGeoPullFtSupported = geoPullFtSupported;
388 dest.writeInt(mGeoPullFtSupported ? 1 : 0);
430 mGeoPullFtSupported = (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 58 milliseconds