OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUNDLE_KEY_IS_DIALOG
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java
84
isDialog = icicle.getBoolean(EventInfoFragment.
BUNDLE_KEY_IS_DIALOG
);
EventInfoFragment.java
131
protected static final String
BUNDLE_KEY_IS_DIALOG
= "key_fragment_is_dialog";
708
mIsDialog = savedInstanceState.getBoolean(
BUNDLE_KEY_IS_DIALOG
, false);
[
all
...]
Completed in 79 milliseconds