Searched refs:LAUNCH_SETTINGS (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/ |
D | CalendarController.java | 116 final long LAUNCH_SETTINGS = 1L << 6; field 586 if (event.eventType == EventType.LAUNCH_SETTINGS) { in sendEvent() 854 } else if ((eventInfo.eventType & EventType.LAUNCH_SETTINGS) != 0) { in eventInfoToString()
|
D | AllInOneActivity.java | 786 mController.sendEvent(this, EventType.LAUNCH_SETTINGS, null, null, 0, 0); in onOptionsItemSelected() 1225 mController.sendEvent(this, EventType.LAUNCH_SETTINGS, null, null, null, 0, 0, in handleSelectSyncedCalendarsClicked()
|
D | SearchActivity.java | 287 mController.sendEvent(this, EventType.LAUNCH_SETTINGS, null, null, 0, 0); in onOptionsItemSelected()
|