OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAllVoicemails
(Results
1 - 3
of
3
) sorted by null
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelper.java
127
public List<Voicemail>
getAllVoicemails
();
130
* Same as {@link #
getAllVoicemails
()} but also sorts them by the requested column and allows to
139
public List<Voicemail>
getAllVoicemails
(VoicemailFilter filter,
VoicemailProviderHelpers.java
225
public List<Voicemail>
getAllVoicemails
() {
226
return
getAllVoicemails
(null, null, SortOrder.DEFAULT);
230
public List<Voicemail>
getAllVoicemails
(VoicemailFilter filter,
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
VoicemailsQueryHelper.java
90
public List<Voicemail>
getAllVoicemails
(@NonNull PhoneAccountHandle phoneAccountHandle) {
Completed in 416 milliseconds