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
64
protected static final String
DIALOG_ID_KEY
= "dialog_id";
547
bundle.putInt(
DIALOG_ID_KEY
, bundleDialogId);
567
int dialogId = bundle.getInt(
DIALOG_ID_KEY
);
EventFieldEditorView.java
151
int dialogId = bundle.getInt(
DIALOG_ID_KEY
);
Completed in 156 milliseconds