Searched refs:mServiceType (Results 1 – 6 of 6) sorted by relevance
43 private final ServiceType mServiceType; field in WearableAmbientContextManagerPerUserService50 this.mServiceType = serviceType; in WearableAmbientContextManagerPerUserService()54 + "and service type: " + mServiceType.name() + " and service name: " + serviceName); in WearableAmbientContextManagerPerUserService()90 return mServiceType; in getServiceType()
43 private final ServiceType mServiceType; field in DefaultAmbientContextManagerPerUserService50 this.mServiceType = serviceType; in DefaultAmbientContextManagerPerUserService()54 + "and service type: " + mServiceType.name() + " and service name: " + serviceName); in DefaultAmbientContextManagerPerUserService()90 return mServiceType; in getServiceType()
494 public int mServiceType; field in ImsCallProfile625 mServiceType = SERVICE_TYPE_NORMAL; in ImsCallProfile()651 mServiceType = serviceType; in ImsCallProfile()680 mServiceType = serviceType; in ImsCallProfile()820 return "{ serviceType=" + mServiceType in toString()843 out.writeInt(mServiceType); in writeToParcel()858 mServiceType = in.readInt(); in readFromParcel()889 return mServiceType; in getServiceType()
35 private final String[] mServiceType; field in ServiceResolver50 mServiceType = serviceTypes; in ServiceResolver()58 for (final String service : mServiceType) { in start()
228 private final String mServiceType = String.format("_%s._tcp.", SERVICE_PROTOCOL); field in AdbDebuggingManager.PairingThread252 serviceInfo.setServiceType(mServiceType); in run()
53274 Landroid/telephony/ims/ImsCallProfile;->mServiceType:I