Searched refs:mServiceClass (Results 1 – 2 of 2) sorted by relevance
142 public @ImsSsData.ServiceClassFlags int mServiceClass; field in ImsCallForwardInfo164 mServiceClass = serviceClass; in ImsCallForwardInfo()186 out.writeInt(mServiceClass); in writeToParcel()195 + ", Service Class: " + mServiceClass in toString()206 mServiceClass = in.readInt(); in readFromParcel()248 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()