Searched refs:calendarIntent (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/ |
D | sending.jd | 119 Intent calendarIntent = new Intent(Intent.ACTION_INSERT, Events.CONTENT_URI); 122 calendarIntent.putExtra(CalendarContract.EXTRA_EVENT_BEGIN_TIME, beginTime.getTimeInMillis()); 123 calendarIntent.putExtra(CalendarContract.EXTRA_EVENT_END_TIME, endTime.getTimeInMillis()); 124 calendarIntent.putExtra(Events.TITLE, "Ninja class"); 125 calendarIntent.putExtra(Events.EVENT_LOCATION, "Secret dojo");
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/ |
D | sending.jd | 119 Intent calendarIntent = new Intent(Intent.ACTION_INSERT, Events.CONTENT_URI); 122 calendarIntent.putExtra(CalendarContract.EXTRA_EVENT_BEGIN_TIME, beginTime.getTimeInMillis()); 123 calendarIntent.putExtra(CalendarContract.EXTRA_EVENT_END_TIME, endTime.getTimeInMillis()); 124 calendarIntent.putExtra(Events.TITLE, "Ninja class"); 125 calendarIntent.putExtra(Events.EVENT_LOCATION, "Secret dojo");
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/ |
D | sending.jd | 119 Intent calendarIntent = new Intent(Intent.ACTION_INSERT, Events.CONTENT_URI); 122 calendarIntent.putExtra(CalendarContract.EXTRA_EVENT_BEGIN_TIME, beginTime.getTimeInMillis()); 123 calendarIntent.putExtra(CalendarContract.EXTRA_EVENT_END_TIME, endTime.getTimeInMillis()); 124 calendarIntent.putExtra(Events.TITLE, "Ninja class"); 125 calendarIntent.putExtra(Events.EVENT_LOCATION, "Secret dojo");
|
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/ |
D | sending.jd | 119 Intent calendarIntent = new Intent(Intent.ACTION_INSERT, Events.CONTENT_URI); 122 calendarIntent.putExtra(CalendarContract.EXTRA_EVENT_BEGIN_TIME, beginTime.getTimeInMillis()); 123 calendarIntent.putExtra(CalendarContract.EXTRA_EVENT_END_TIME, endTime.getTimeInMillis()); 124 calendarIntent.putExtra(Events.TITLE, "Ninja class"); 125 calendarIntent.putExtra(Events.EVENT_LOCATION, "Secret dojo");
|
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/ |
D | sending.jd | 119 Intent calendarIntent = new Intent(Intent.ACTION_INSERT, Events.CONTENT_URI); 122 calendarIntent.putExtra(CalendarContract.EXTRA_EVENT_BEGIN_TIME, beginTime.getTimeInMillis()); 123 calendarIntent.putExtra(CalendarContract.EXTRA_EVENT_END_TIME, endTime.getTimeInMillis()); 124 calendarIntent.putExtra(Events.TITLE, "Ninja class"); 125 calendarIntent.putExtra(Events.EVENT_LOCATION, "Secret dojo");
|
/frameworks/base/docs/html/training/basics/intents/ |
D | sending.jd | 119 Intent calendarIntent = new Intent(Intent.ACTION_INSERT, Events.CONTENT_URI); 122 calendarIntent.putExtra(CalendarContract.EXTRA_EVENT_BEGIN_TIME, beginTime.getTimeInMillis()); 123 calendarIntent.putExtra(CalendarContract.EXTRA_EVENT_END_TIME, endTime.getTimeInMillis()); 124 calendarIntent.putExtra(Events.TITLE, "Ninja class"); 125 calendarIntent.putExtra(Events.EVENT_LOCATION, "Secret dojo");
|
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/ |
D | sending.jd | 119 Intent calendarIntent = new Intent(Intent.ACTION_INSERT, Events.CONTENT_URI); 122 calendarIntent.putExtra(CalendarContract.EXTRA_EVENT_BEGIN_TIME, beginTime.getTimeInMillis()); 123 calendarIntent.putExtra(CalendarContract.EXTRA_EVENT_END_TIME, endTime.getTimeInMillis()); 124 calendarIntent.putExtra(Events.TITLE, "Ninja class"); 125 calendarIntent.putExtra(Events.EVENT_LOCATION, "Secret dojo");
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | DefaultPermissionGrantPolicy.java | 374 Intent calendarIntent = new Intent(Intent.ACTION_MAIN); in grantDefaultSystemHandlerPermissions() local 375 calendarIntent.addCategory(Intent.CATEGORY_APP_CALENDAR); in grantDefaultSystemHandlerPermissions() 377 calendarIntent, userId); in grantDefaultSystemHandlerPermissions()
|