Searched refs:ACTION_INSERT (Results 1 – 25 of 34) sorted by relevance
12
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/ |
D | calendar-provider.jd | 497 <p>アプリケーションが新しいイベントを挿入する場合は、{@link android.content.Intent#ACTION_INSERT INSERT} インテントを使用することをお勧めします… 513 …insert">インテントを使用したイベントの挿入</a>で説明しているように、{@link android.content.Intent#ACTION_INSERT INSERT} インテントを… 525 …insert">インテントを使用したイベントの挿入</a>で説明しているように、{@link android.content.Intent#ACTION_INSERT INSERT} インテントを… 973 {@link android.content.Intent#ACTION_INSERT INSERT} </td> 1057 <p>{@link android.content.Intent#ACTION_INSERT INSERT} インテントを使用すると、アプリケーションはイベント挿入タスクをカレンダーそのものに引き渡… 1064 {@link android.content.Intent#ACTION_INSERT INSERT} インテントは、追加フィールドを使用して、カレンダーに格納されている詳細情報をフォームに自動入力… 1096 Intent intent = new Intent(Intent.ACTION_INSERT)
|
D | content-provider-basics.jd | 1074 …ACTION_INSERT} インテントをカレンダー アプリケーションが受け入れるとします。このインテントに「エクストラ」データを渡すことで、アプリケーションがそのデータを使用して、事前に入力され…
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/ |
D | calendar-provider.jd | 498 {@link android.content.Intent#ACTION_INSERT INSERT} 인텐트를 사용하는 것이 좋습니다. 이때 <a href="#intent-insert">… 515 android.content.Intent#ACTION_INSERT INSERT} 인텐트를 통해서 이벤트를 삽입할 경우에는 적용되지 않습니다. 이 시나리오의 경우, 527 android.content.Intent#ACTION_INSERT INSERT} 인텐트를 통해서 이벤트를 삽입할 경우에는 적용되지 않습니다. 973 {@link android.content.Intent#ACTION_INSERT INSERT} </td> 1057 <p>{@link android.content.Intent#ACTION_INSERT INSERT} 인텐트를 사용하면 1065 android.content.Intent#ACTION_INSERT INSERT} 인텐트는 추가 필드를 사용하여 1096 Intent intent = new Intent(Intent.ACTION_INSERT)
|
D | content-provider-basics.jd | 1075 애플리케이션의 삽입 UI를 활성화해주는 {@link android.content.Intent#ACTION_INSERT} 인텐트를 수락합니다. 애플리케이션이 UI를 미리 채우는 데… 1078 {@link android.content.Intent#ACTION_INSERT}로 캘린더 앱을 활성화하고 사용자에게 그곳에서 이벤트를
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/ |
D | calendar-provider.jd | 498 {@link android.content.Intent#ACTION_INSERT INSERT} 意圖 (如同<a href="#intent-insert">使用意圖插入活動</a>所述)。… 514 android.content.Intent#ACTION_INSERT INSERT} 意圖 (如同<a href="#intent-insert">使用意圖插入活動</a> — 所描… 526 android.content.Intent#ACTION_INSERT INSERT} 意圖 (如同<a href="#intent-insert">使用意圖插入活動</a> — 所描… 973 {@link android.content.Intent#ACTION_INSERT INSERT} </td> 1057 <p>使用 {@link android.content.Intent#ACTION_INSERT INSERT} 意圖讓您的應用程式將活動插入工作交給「日曆」本身。使用此方式,您的應用程式就不需要… 1065 android.content.Intent#ACTION_INSERT INSERT} 意圖會使用額外的欄位將「日曆」中活動的詳細資訊,預先填入表單。 1096 Intent intent = new Intent(Intent.ACTION_INSERT)
|
D | content-provider-basics.jd | 1075 …d.content.Intent#ACTION_INSERT} 意圖。您可以在該意圖中傳入「額外」的資料,供應用程式用於預先填入使用者介面。由於週期性活動的語法較為複雜,因此建議您利用 {@lin…
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/ |
D | calendar-provider.jd | 498 {@link android.content.Intent#ACTION_INSERT INSERT}, как описано в разделе <a href="#intent-insert"… 515 android.content.Intent#ACTION_INSERT INSERT}, как описано в разделе <a href="#intent-insert">Исполь… 527 android.content.Intent#ACTION_INSERT INSERT}, как описано в разделе <a href="#intent-insert">Исполь… 973 {@link android.content.Intent#ACTION_INSERT INSERT} </td> 1057 <p>С помощью намерения {@link android.content.Intent#ACTION_INSERT INSERT} 1065 android.content.Intent#ACTION_INSERT INSERT} использует дополнительные поля 1096 Intent intent = new Intent(Intent.ACTION_INSERT)
|
D | content-provider-basics.jd | 1075 {@link android.content.Intent#ACTION_INSERT}, с помощью которого можно активировать 1079 {@link android.content.Intent#ACTION_INSERT} и последующего предоставления пользователю возможности…
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/ |
D | calendar-provider.jd | 498 {@link android.content.Intent#ACTION_INSERT INSERT} Intent 对象。不过,如需,也可直接插入事件。 515 android.content.Intent#ACTION_INSERT INSERT} Intent 对象插入事件,则此规则不适用—在该情形下,系统会提供默认时区。 527 android.content.Intent#ACTION_INSERT INSERT} Intent 对象插入事件,则此规则不适用—在该情形下,您可以将 {@link 973 {@link android.content.Intent#ACTION_INSERT INSERT} </td> 1057 <p>您的应用可以利用 {@link android.content.Intent#ACTION_INSERT INSERT} 1065 android.content.Intent#ACTION_INSERT INSERT} Intent 利用 extra 1096 Intent intent = new Intent(Intent.ACTION_INSERT)
|
D | content-provider-basics.jd | 1075 …{@link android.content.Intent#ACTION_INSERT} Intent,这让您可以激活应用的插入 UI。您可以在此 Intent(应用将使用该 Intent 来预先… 1076 {@link android.content.Intent#ACTION_INSERT} 的日历应用,然后让用户在其中插入事件。
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/ |
D | calendar-provider.jd | 498 Intent {@link android.content.Intent#ACTION_INSERT INSERT}, seperti dijelaskan dalam <a href="#inte… 515 android.content.Intent#ACTION_INSERT INSERT}, yang dijelaskan dalam <a href="#intent-insert">Menggu… 527 android.content.Intent#ACTION_INSERT INSERT}, yang dijelaskan dalam <a href="#intent-insert">Menggu… 973 {@link android.content.Intent#ACTION_INSERT INSERT} </td> 1057 <p>Penggunaan Intent {@link android.content.Intent#ACTION_INSERT INSERT} 1065 android.content.Intent#ACTION_INSERT INSERT} menggunakan bidang-bidang ekstra 1096 Intent intent = new Intent(Intent.ACTION_INSERT)
|
D | content-provider-basics.jd | 1075 intent {@link android.content.Intent#ACTION_INSERT}, yang memungkinkan Anda mengaktifkan 1079 …{@link android.content.Intent#ACTION_INSERT}, kemudian membiarkan pengguna menyisipkan kejadian di…
|
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/ |
D | sending.jd | 119 Intent calendarIntent = new Intent(Intent.ACTION_INSERT, Events.CONTENT_URI);
|
/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);
|
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/ |
D | sending.jd | 119 Intent calendarIntent = new Intent(Intent.ACTION_INSERT, Events.CONTENT_URI);
|
/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);
|
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/ |
D | sending.jd | 119 Intent calendarIntent = new Intent(Intent.ACTION_INSERT, Events.CONTENT_URI);
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0.1.jd | 316 <p>The {@link android.content.Intent#ACTION_INSERT} Intent now returns {@link 334 <p>The {@link android.content.Intent#ACTION_INSERT} Intent now returns the
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | calendar-provider.jd | 501 {@link android.content.Intent#ACTION_INSERT INSERT} Intent, as described in <a 519 android.content.Intent#ACTION_INSERT INSERT} Intent, described in <a 532 android.content.Intent#ACTION_INSERT INSERT} Intent, described in <a 979 {@link android.content.Intent#ACTION_INSERT INSERT} </td> 1063 <p>Using the {@link android.content.Intent#ACTION_INSERT INSERT} Intent 1072 android.content.Intent#ACTION_INSERT INSERT} Intent uses extra fields to 1103 Intent intent = new Intent(Intent.ACTION_INSERT)
|
D | content-provider-basics.jd | 1077 {@link android.content.Intent#ACTION_INSERT} intent, which allows you to activate the 1081 {@link android.content.Intent#ACTION_INSERT} and then let the user insert the event there.
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/ |
D | calendar-provider.jd | 498 uma intenção {@link android.content.Intent#ACTION_INSERT INSERT}, como descrito em <a href="#intent… 515 android.content.Intent#ACTION_INSERT INSERT} descrita em <a href="#intent-insert">Uso de uma intenç… 527 android.content.Intent#ACTION_INSERT INSERT} descrita em <a href="#intent-insert">Uso de uma intenç… 973 {@link android.content.Intent#ACTION_INSERT INSERT} </td> 1057 <p>A intenção {@link android.content.Intent#ACTION_INSERT INSERT} 1065 android.content.Intent#ACTION_INSERT INSERT} usa campos extras para 1096 Intent intent = new Intent(Intent.ACTION_INSERT)
|
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/ |
D | calendar-provider.jd | 498 {@link android.content.Intent#ACTION_INSERT INSERT}, như được mô tả trong <a href="#intent-insert">… 515 android.content.Intent#ACTION_INSERT INSERT} như được mô tả trong <a href="#intent-insert">Sử dụng … 527 android.content.Intent#ACTION_INSERT INSERT} như được mô tả trong <a href="#intent-insert">Sử dụng … 973 {@link android.content.Intent#ACTION_INSERT INSERT} </td> 1057 <p>Sử dụng Ý định {@link android.content.Intent#ACTION_INSERT INSERT} cho phép 1065 android.content.Intent#ACTION_INSERT INSERT} sử dụng các trường phụ thêm để 1096 Intent intent = new Intent(Intent.ACTION_INSERT)
|
/frameworks/base/docs/html/guide/components/ |
D | intents-common.jd | 460 <p>To add a new event to the user's calendar, use the {@link android.content.Intent#ACTION_INSERT} 466 <dd>{@link android.content.Intent#ACTION_INSERT}</dd> 504 Intent intent = new Intent(Intent.ACTION_INSERT) 1004 <p>To insert a new contact, use the {@link android.content.Intent#ACTION_INSERT} action, 1011 <dd>{@link android.content.Intent#ACTION_INSERT}</dd> 1027 Intent intent = new Intent(Intent.ACTION_INSERT);
|
/frameworks/base/docs/html/training/basics/intents/ |
D | sending.jd | 119 Intent calendarIntent = new Intent(Intent.ACTION_INSERT, Events.CONTENT_URI);
|
/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);
|
12