Home
last modified time | relevance | path

Searched refs:isDialog (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DEventInfoActivity.java76 boolean isDialog = false; in onCreate()
84 isDialog = icicle.getBoolean(EventInfoFragment.BUNDLE_KEY_IS_DIALOG); in onCreate()
156 attendeeResponse, isDialog, (isDialog ? in onCreate()
DEventInfoFragment.java643 int attendeeResponse, boolean isDialog, int windowStyle, in EventInfoFragment() argument
651 if (isDialog) { in EventInfoFragment()
656 if (isDialog) { in EventInfoFragment()
659 mIsDialog = isDialog; in EventInfoFragment()
679 int attendeeResponse, boolean isDialog, int windowStyle, in EventInfoFragment() argument
682 endMillis, attendeeResponse, isDialog, windowStyle, reminders); in EventInfoFragment()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPickerActivity.java41 boolean isDialog = getResources().getBoolean(R.bool.picker_is_dialog); in onCreate()
43 if (!isDialog) { in onCreate()
50 if (isDialog) { in onCreate()
/packages/apps/Settings/tests/unit/src/com/android/settings/
DRegulatoryInfoDisplayActivityTest.java21 import static android.support.test.espresso.matcher.RootMatchers.isDialog;
87 .inRoot(isDialog()) in launchRegulatoryInfo_shouldNotCrash()