Searched refs:mPresSubscriptionState (Results 1 - 2 of 2) sorted by path

/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresRlmiInfo.java45 private PresSubscriptionState mPresSubscriptionState; field in class:PresRlmiInfo
136 return mPresSubscriptionState;
144 this.mPresSubscriptionState = presSubscriptionState;
197 dest.writeParcelable(mPresSubscriptionState, flags);
227 mPresSubscriptionState = source.readParcelable(
H A DPresSubscriptionState.java40 private int mPresSubscriptionState = UCE_PRES_SUBSCRIPTION_STATE_UNKNOWN; field in class:PresSubscriptionState
50 dest.writeInt(mPresSubscriptionState);
73 mPresSubscriptionState = source.readInt();
87 return mPresSubscriptionState;
96 this.mPresSubscriptionState = nPresSubscriptionState;

Completed in 74 milliseconds