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

  /frameworks/base/telephony/java/com/android/ims/internal/uce/common/
CapInfo.java 44 private boolean mSpSupported = false;
200 return mSpSupported;
207 this.mSpSupported = spSupported;
384 dest.writeInt(mSpSupported ? 1 : 0);
426 mSpSupported = (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 64 milliseconds