HomeSort by relevance Sort by last modified time
    Searched refs:UpdateListener (Results 1 - 8 of 8) sorted by null

  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 72 private final static HashSet<UpdateListener> mListeners = new HashSet<UpdateListener>();
96 public interface UpdateListener {
298 public static void addListener(UpdateListener l) {
304 public static void removeListener(UpdateListener l) {
314 for (UpdateListener listener : mListeners) {
758 HashSet<UpdateListener> iterator;
760 iterator = (HashSet<UpdateListener>)Contact.mListeners.clone();
762 for (UpdateListener l : iterator) {
    [all...]
ContactList.java 11 import com.android.mms.data.Contact.UpdateListener;
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 192 Contact.UpdateListener mContactListener = new Contact.UpdateListener() {
ConversationListItem.java 48 public class ConversationListItem extends RelativeLayout implements Contact.UpdateListener,
ComposeMessageActivity.java 167 MessageStatusListener, Contact.UpdateListener {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 548 DAGUpdateListener *UpdateListener) {
555 if (UpdateListener)
556 UpdateListener->NodeDeleted(N, 0);
577 void SelectionDAG::RemoveDeadNode(SDNode *N, DAGUpdateListener *UpdateListener){
585 RemoveDeadNodes(DeadNodes, UpdateListener);
688 DAGUpdateListener *UpdateListener) {
697 ReplaceAllUsesWith(N, Existing, UpdateListener);
700 if (UpdateListener)
701 UpdateListener->NodeDeleted(N, Existing);
709 if (UpdateListener)
    [all...]
  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetService.java 81 implements RemoteViewsService.RemoteViewsFactory, Contact.UpdateListener {

Completed in 310 milliseconds