OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyingAsyncQueryHandler
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/util/
NotifyingAsyncQueryHandler.java
33
public class
NotifyingAsyncQueryHandler
extends AsyncQueryHandler {
43
public
NotifyingAsyncQueryHandler
(Context context, AsyncQueryListener listener) {
/packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java
38
import com.android.contacts.util.
NotifyingAsyncQueryHandler
;
56
implements
NotifyingAsyncQueryHandler
.AsyncQueryListener {
77
private
NotifyingAsyncQueryHandler
mQueryHandler;
89
mQueryHandler = new
NotifyingAsyncQueryHandler
(this, this);
Completed in 177 milliseconds