Searched refs:serviceClass (Results 1 – 12 of 12) sorted by relevance
122 public String getSystemServiceName(Class<?> serviceClass) { in getSystemServiceName() argument123 if (serviceClass == CarrierConfigManager.class) { in getSystemServiceName()126 if (serviceClass == TelecomManager.class) { in getSystemServiceName()129 if (serviceClass == TelephonyManager.class) { in getSystemServiceName()132 if (serviceClass == SubscriptionManager.class) { in getSystemServiceName()
85 info.serviceClass, in setCallForwardingOption()111 info.serviceClass = CommandsInterface.SERVICE_CLASS_VOICE; in getCallForwardInfo()126 return (info.serviceClass & CommandsInterface.SERVICE_CLASS_VOICE) != 0; in isServiceClassVoice()
60 fi.serviceClass = CommandsInterface.SERVICE_CLASS_VOICE; in VoicemailProviderSettings()118 || i1.serviceClass != i2.serviceClass in forwardingSettingsEqual()
76 cfi[i].serviceClass = CommandsInterface.SERVICE_CLASS_VOICE; in load()
71 public String getSystemServiceName(Class<?> serviceClass) { in getSystemServiceName() argument72 if (mSupportedServiceNamesByClass.containsKey(serviceClass)) { in getSystemServiceName()73 return mSupportedServiceNamesByClass.get(serviceClass); in getSystemServiceName()
37 public BugleServiceTestCase(final Class<T> serviceClass) { in BugleServiceTestCase() argument38 super(serviceClass); in BugleServiceTestCase()
73 CellBroadcastServiceTestCase(Class<T> serviceClass) { in CellBroadcastServiceTestCase() argument74 super(serviceClass); in CellBroadcastServiceTestCase()
343 public String getSystemServiceName(Class<?> serviceClass) { in ContactsActor()344 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()391 public String getSystemServiceName(Class<?> serviceClass) { in ContactsActor()392 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()
299 public String getSystemServiceName(Class<?> serviceClass) { in getSystemServiceName() argument300 return mRealContext.getSystemServiceName(serviceClass); in getSystemServiceName()
392 if ((mServiceClass & cfInfoArray[i].serviceClass) != 0) { in handleGetCFResponse()586 newCallForwardInfo[0].serviceClass = mServiceClass; in makeCallForwardInfo()
841 if ((callForwardInfo.serviceClass in handleMessage()844 callForwardInfo.serviceClass, callForwardInfo.reason, in handleMessage()
184 public String getSystemServiceName(Class<?> serviceClass) { in getSystemServiceName() argument185 if (serviceClass.equals(TelephonyManager.class)) { in getSystemServiceName()187 } else if (serviceClass.equals(SubscriptionManager.class)) { in getSystemServiceName()