Home | History | Annotate | Download | only in phone

Lines Matching refs:providerIntent

1722             Intent providerIntent = new Intent();
1723 providerIntent.setAction(ACTION_CONFIGURE_VOICEMAIL);
1724 providerIntent.setClassName(currentActivityInfo.packageName,
1728 new VoiceMailProvider(nameForDisplay, providerIntent));