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

  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 73 private final static HashSet<UpdateListener> mListeners = new HashSet<UpdateListener>();
97 public interface UpdateListener {
295 public static void addListener(UpdateListener l) {
301 public static void removeListener(UpdateListener l) {
311 for (UpdateListener listener : mListeners) {
740 HashSet<UpdateListener> iterator;
742 iterator = (HashSet<UpdateListener>)Contact.mListeners.clone();
744 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 46 public class ConversationListItem extends RelativeLayout implements Contact.UpdateListener {
ComposeMessageActivity.java 170 MessageStatusListener, Contact.UpdateListener {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 536 DAGUpdateListener *UpdateListener) {
543 if (UpdateListener)
544 UpdateListener->NodeDeleted(N, 0);
565 void SelectionDAG::RemoveDeadNode(SDNode *N, DAGUpdateListener *UpdateListener){
567 RemoveDeadNodes(DeadNodes, UpdateListener);
670 DAGUpdateListener *UpdateListener) {
679 ReplaceAllUsesWith(N, Existing, UpdateListener);
682 if (UpdateListener)
683 UpdateListener->NodeDeleted(N, Existing);
691 if (UpdateListener)
    [all...]

Completed in 147 milliseconds