Home
last modified time | relevance | path

Searched refs:VIEW_ID_KEY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
DDialogManager.java47 public final static String VIEW_ID_KEY = "view_id"; field in DialogManager
70 if (bundle.containsKey(VIEW_ID_KEY)) { in showDialogInView()
71 throw new IllegalArgumentException("Bundle already contains a " + VIEW_ID_KEY); in showDialogInView()
76 bundle.putInt(VIEW_ID_KEY, viewId); in showDialogInView()
93 if (!bundle.containsKey(VIEW_ID_KEY)) { in onCreateDialog()
96 final int viewId = bundle.getInt(VIEW_ID_KEY); in onCreateDialog()