Searched refs:mServiceClass (Results 1 – 2 of 2) sorted by relevance
143 public @ImsSsData.ServiceClassFlags int mServiceClass; field in ImsCallForwardInfo165 mServiceClass = serviceClass; in ImsCallForwardInfo()187 out.writeInt(mServiceClass); in writeToParcel()196 + ", Service Class: " + mServiceClass in toString()207 mServiceClass = in.readInt(); in readFromParcel()249 return mServiceClass; in getServiceClass()
105 Class<T> mServiceClass; field in ServiceTestCase115 mServiceClass = serviceClass; in ServiceTestCase()160 mService = mServiceClass.newInstance(); in setupService()168 mService, getContext(), mServiceClass.getName(), getApplication()); in setupService()