Searched defs:DIALOG_ID_KEY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java65 protected static final String DIALOG_ID_KEY = "dialog_id"; field in class:LabeledEditorView
485 bundle.putInt(DIALOG_ID_KEY, bundleDialogId);
505 int dialogId = bundle.getInt(DIALOG_ID_KEY);

Completed in 38 milliseconds