Searched refs:mServiceType (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/ |
D | CallRedirectionProcessor.java | 68 private final String mServiceType; field in CallRedirectionProcessor.CallRedirectionAttempt 74 mServiceType = serviceType; in CallRedirectionAttempt() 87 Log.d(this, "bindService, found " + mServiceType + " call redirection service," in process() 99 && mServiceType.equals(SERVICE_TYPE_USER_DEFINED)); in onServiceBound() 100 Log.addEvent(mCall, mServiceType.equals(SERVICE_TYPE_USER_DEFINED) in onServiceBound() 107 Log.e(this, e, "Failed to request with the found " + mServiceType + " call" in onServiceBound() 114 if (((mServiceType.equals(SERVICE_TYPE_CARRIER)) && mIsCarrierRedirectionPending) in finishCallRedirection() 115 || ((mServiceType.equals(SERVICE_TYPE_USER_DEFINED)) in finishCallRedirection() 133 Log.addEvent(mCall, mServiceType.equals(SERVICE_TYPE_USER_DEFINED) in onServiceConnected() 163 Log.d(this, "Received cancelCall from " + mServiceType + " call" in cancelCall() [all …]
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/ |
D | PsipData.java | 149 private final int mServiceType; field in PsipData.VctItem 168 mServiceType = serviceType; in VctItem() 185 return mServiceType; in getServiceType() 216 mServiceType, in toString() 236 private final int mServiceType; field in PsipData.SdtItem 248 mServiceType = serviceType; in SdtItem() 262 return mServiceType; in getServiceType() 278 mServiceName, mServiceProviderName, mServiceType, mOriginalNetWorkId); in toString() 543 private final int mServiceType; field in PsipData.ServiceDescriptor 548 mServiceType = serviceType; in ServiceDescriptor() [all …]
|