OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
147
int dialogId = bundle.getInt(
DIALOG_ID_KEY
);
Completed in 33 milliseconds