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

  /frameworks/base/telephony/java/com/android/ims/internal/uce/common/
CapInfo.java 54 private boolean mGeoPullSupported = false;
274 return mGeoPullSupported;
281 this.mGeoPullSupported = geoPullSupported;
389 dest.writeInt(mGeoPullSupported ? 1 : 0);
431 mGeoPullSupported = (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 187 milliseconds