Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DLabeledEditorView.java64 protected static final String DIALOG_ID_KEY = "dialog_id"; field in LabeledEditorView
502 bundle.putInt(DIALOG_ID_KEY, bundleDialogId); in showDialog()
522 int dialogId = bundle.getInt(DIALOG_ID_KEY); in createDialog()
DEventFieldEditorView.java145 int dialogId = bundle.getInt(DIALOG_ID_KEY); in createDialog()