Home
last modified time | relevance | path

Searched refs:newVoicemail (Results 1 – 1 of 1) sorted by relevance

/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
DAddVoicemailActivity.java115 Pair<Voicemail, Uri> newVoicemail = new Pair<Voicemail, Uri>( in storeVoicemail() local
117 new InsertVoicemailTask().execute(newVoicemail); in storeVoicemail()