OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onSuccessfulFill
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/
CallLogDataSource.java
39
* <li>{@link #
onSuccessfulFill
(Context)}: Invoked if and only if fill was previously called and
45
* <em>is</em> safe to assume that {@link #
onSuccessfulFill
(Context)} refers to the previous fill
88
ListenableFuture<Void>
onSuccessfulFill
(Context appContext);
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/phonelookup/
PhoneLookupDataSource.java
75
* #
onSuccessfulFill
(Context)} operations.
84
* #
onSuccessfulFill
(Context)} operations.
130
* <li>If so, it applies the update to the mutations and (in
onSuccessfulFill
) writes the
145
//
onSuccessfulFill
is not called during a previous flow.
193
// Compute and save the PhoneLookupHistory rows which can be deleted in
onSuccessfulFill
.
207
// in
onSuccessfulFill
.
240
public ListenableFuture<Void>
onSuccessfulFill
(Context appContext) {
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/
SystemCallLogDataSource.java
133
public ListenableFuture<Void>
onSuccessfulFill
(Context appContext) {
Completed in 203 milliseconds