Searched refs:providerIntent (Results 1 – 1 of 1) sorted by relevance
139 Intent providerIntent = new Intent(); in initVoicemailProviders() local140 providerIntent.setAction(CallFeaturesSetting.ACTION_CONFIGURE_VOICEMAIL); in initVoicemailProviders()141 providerIntent.setClassName(currentActivityInfo.packageName, currentActivityInfo.name); in initVoicemailProviders()142 VoicemailProvider vmProvider = new VoicemailProvider(nameForDisplay, providerIntent); in initVoicemailProviders()