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

  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 65 protected static final String DIALOG_ID_KEY = "dialog_id";
485 bundle.putInt(DIALOG_ID_KEY, bundleDialogId);
505 int dialogId = bundle.getInt(DIALOG_ID_KEY);
EventFieldEditorView.java 146 int dialogId = bundle.getInt(DIALOG_ID_KEY);

Completed in 535 milliseconds