Home | History | Annotate | Download | only in phone

Lines Matching refs:providerIntent

2003             Intent providerIntent = new Intent();
2004 providerIntent.setAction(ACTION_CONFIGURE_VOICEMAIL);
2005 providerIntent.setClassName(currentActivityInfo.packageName,
2009 + " -> name: " + nameForDisplay + ", intent: " + providerIntent);
2013 new VoiceMailProvider(nameForDisplay, providerIntent));