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

  /frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
PresSubscriptionState.java 40 private int mPresSubscriptionState = UCE_PRES_SUBSCRIPTION_STATE_UNKNOWN;
50 dest.writeInt(mPresSubscriptionState);
73 mPresSubscriptionState = source.readInt();
87 return mPresSubscriptionState;
96 this.mPresSubscriptionState = nPresSubscriptionState;
PresRlmiInfo.java 45 private PresSubscriptionState mPresSubscriptionState;
136 return mPresSubscriptionState;
144 this.mPresSubscriptionState = presSubscriptionState;
197 dest.writeParcelable(mPresSubscriptionState, flags);
227 mPresSubscriptionState = source.readParcelable(
  /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 56 milliseconds