Searched refs:serviceClass (Results 1 – 9 of 9) sorted by relevance
60 fi.serviceClass = CommandsInterface.SERVICE_CLASS_VOICE; in VoicemailProviderSettings()118 || i1.serviceClass != i2.serviceClass in forwardingSettingsEqual()
108 info.serviceClass = CommandsInterface.SERVICE_CLASS_VOICE; in getCallForwardInfo()123 return (info.serviceClass & CommandsInterface.SERVICE_CLASS_VOICE) != 0; in isServiceClassVoice()
76 cfi[i].serviceClass = CommandsInterface.SERVICE_CLASS_VOICE; in load()
70 public String getSystemServiceName(Class<?> serviceClass) { in getSystemServiceName() argument71 if (mSupportedServiceNamesByClass.containsKey(serviceClass)) { in getSystemServiceName()72 return mSupportedServiceNamesByClass.get(serviceClass); in getSystemServiceName()
37 public BugleServiceTestCase(final Class<T> serviceClass) { in BugleServiceTestCase() argument38 super(serviceClass); in BugleServiceTestCase()
296 public String getSystemServiceName(Class<?> serviceClass) { in ContactsActor()297 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()338 public String getSystemServiceName(Class<?> serviceClass) { in ContactsActor()339 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()
298 public String getSystemServiceName(Class<?> serviceClass) { in getSystemServiceName() argument299 return mRealContext.getSystemServiceName(serviceClass); in getSystemServiceName()
118 final String folderDisplayName, Class<?> serviceClass) { in configureValidWidgetIntents() argument123 final Intent intent = new Intent(context, serviceClass); in configureValidWidgetIntents()
230 if ((mServiceClass & cfInfoArray[i].serviceClass) != 0) { in handleGetCFResponse()