Home
last modified time | relevance | path

Searched refs:applyBatch (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DImportTestResolver.java35 public ContentProviderResult[] applyBatch(String authority, in applyBatch() method in ImportTestResolver
38 return mProvider.applyBatch(operations); in applyBatch()
DImportTestProvider.java59 public ContentProviderResult[] applyBatch( in applyBatch() method in ImportTestProvider
/frameworks/base/test-runner/src/android/test/mock/
DMockContentProvider.java56 public ContentProviderResult[] applyBatch(String callingPackage, in applyBatch() method in MockContentProvider.InversionIContentProvider
59 return MockContentProvider.this.applyBatch(operations); in applyBatch()
233 public ContentProviderResult[] applyBatch(ArrayList<ContentProviderOperation> operations) { in applyBatch() method in MockContentProvider
DMockIContentProvider.java75 public ContentProviderResult[] applyBatch(String callingPackage, in applyBatch() method in MockIContentProvider
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Dcontacts-provider.jd935 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}. Поскольку
937 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} за одну
963 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} выполнять более …
1009 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}. По мере
1018 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}.
1176 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}
1191 getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
1251 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}.
1305 getContentResolver().applyBatch(AUTHORITY, ops);
Dcontent-provider-basics.jd922 {@link android.content.ContentResolver#applyBatch ContentResolver.applyBatch()}.
949 {@link android.content.ContentResolver#applyBatch ContentResolver.applyBatch()}. В этот метод необх…
952 с разными таблицами. Метод {@link android.content.ContentResolver#applyBatch
953 ContentResolver.applyBatch()} возвращает массив результатов.
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Dcontacts-provider.jd935 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}를 호출하면 됩니다. 연락처 제…
937 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}에서의 모든 작업을
963 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}로의 호출 한 건당 하나 이상의…
1008 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}의 {@link android.…
1018 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}를 처음 호출할 때,
1176 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}에 대한 호출을
1191 getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
1250 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}에 전달하는 {@link jav…
1305 getContentResolver().applyBatch(AUTHORITY, ops);
Dcontent-provider-basics.jd922 {@link android.content.ContentResolver#applyBatch ContentResolver.applyBatch()}로 이를 적용할 수 있습니다.
948 {@link android.content.ContentResolver#applyBatch ContentResolver.applyBatch()}로
952 서로 다른 테이블에 대해 작용하도록 할 수 있습니다. {@link android.content.ContentResolver#applyBatch
953 ContentResolver.applyBatch()}를 호출하면 일련의 결과를 반환합니다.
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Dcontacts-provider.jd934 …{@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()},以「批次模式」在聯絡人供應程式…
936 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} 的所有操作,所以您所做的修改不會…
963 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} 產生一個以上的交易。基於這項原因…
1008 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} 中的
1018 …{@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} 時會建立整個結果陣列,此陣列的…
1176 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} 的呼叫,以插入新的原始聯絡人和資…
1191 getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
1250 …{@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} 的第一個 {@link jav…
1305 getContentResolver().applyBatch(AUTHORITY, ops);
Dcontent-provider-basics.jd920 …中的方法建立批次存取權呼叫,然後利用 {@link android.content.ContentResolver#applyBatch ContentResolver.applyBatch()}…
946 …Operation} 物件,然後使用 {@link android.content.ContentResolver#applyBatch ContentResolver.applyBatch()}…
952 如果您呼叫 {@link android.content.ContentResolver#applyBatch
953 ContentResolver.applyBatch()},則系統會傳回一系列結果。
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Dcontacts-provider.jd932 ….ArrayList} を作成し、{@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()…
935 …つのトランザクションの 1 つの {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()…
962 …明け渡し点により、{@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} の呼び出し …
1007 …{@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} から取得した {@link a…
1017 …{@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} を初めて呼び出すと、指定した …
1175 …未加工連絡先とデータ行を挿入する {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()…
1191 getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
1248 …を作成し、次のこのオブジェクトを {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()…
1305 getContentResolver().applyBatch(AUTHORITY, ops);
Dcontent-provider-basics.jd920 …したアクセス呼び出しのバッチを作成し、{@link android.content.ContentResolver#applyBatch ContentResolver.applyBatch()}…
946 …} オブジェクトの配列を作成してから、{@link android.content.ContentResolver#applyBatch ContentResolver.applyBatch()}…
952 {@link android.content.ContentResolver#applyBatch
953 ContentResolver.applyBatch()} への呼び出しでは、結果の配列が返されます。
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntryCommitter.java83 final ContentProviderResult[] results = mContentResolver.applyBatch( in pushIntoContentResolver()
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Dcontacts-provider.jd933 并调用 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()},以“批处理模式”在联系人…
936 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} 中通过单一事务执行所有操作,因此…
963 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} 会产生多个事务。因此,您应该为针…
1007 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} 中
1018 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} 时创建整个结果数组,其大小与您提…
1176 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} 调用,用于插入新原始联系人行和数…
1191 getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
1250 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} 的 {@link java.ut…
1305 getContentResolver().applyBatch(AUTHORITY, ops);
Dcontent-provider-basics.jd922 {@link android.content.ContentResolver#applyBatch ContentResolver.applyBatch()} 应用它们。
947 …peration} 对象数组,然后使用 {@link android.content.ContentResolver#applyBatch ContentResolver.applyBatch()}
952 调用 {@link android.content.ContentResolver#applyBatch
953 ContentResolver.applyBatch()} 会返回结果数组。
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContentProvider.java43 public ContentProviderResult[] applyBatch(String callingPackage, in applyBatch() method in BridgeContentProvider
/frameworks/base/core/java/android/content/
DIContentProvider.java57 public ContentProviderResult[] applyBatch(String callingPkg, in applyBatch() method
DContentProviderClient.java431 public @NonNull ContentProviderResult[] applyBatch( in applyBatch() method in ContentProviderClient
438 return mContentProvider.applyBatch(mPackageName, operations); in applyBatch()
DContentProvider.java286 public ContentProviderResult[] applyBatch(String callingPkg, in applyBatch() method in ContentProvider.Transport
316 ContentProviderResult[] results = ContentProvider.this.applyBatch(operations); in applyBatch()
1772 public @NonNull ContentProviderResult[] applyBatch( in applyBatch() method in ContentProvider
DContentProviderNative.java192 final ContentProviderResult[] results = applyBatch(callingPkg, operations); in onTransact()
506 public ContentProviderResult[] applyBatch(String callingPkg, in applyBatch() method in ContentProviderProxy
/frameworks/base/docs/html/training/tv/tif/
Dchannel.jd159 {@link android.content.ContentResolver#applyBatch applyBatch()}
162 method. Here's an example using {@link android.content.ContentResolver#applyBatch applyBatch()}:<p>
180 <strong>getContentResolver().applyBatch(TvContract.AUTHORITY, ops);</strong>
/frameworks/ex/common/java/com/android/common/content/
DSQLiteContentProvider.java203 public ContentProviderResult[] applyBatch(ArrayList<ContentProviderOperation> operations) in applyBatch() method in SQLiteContentProvider
/frameworks/base/docs/html-intl/intl/id/guide/topics/providers/
Dcontacts-provider.jd935 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}. Karena
937 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} transaksi,
963 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}. Karena
1009 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}. Saat
1018 …{@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} untuk pertama k…
1176 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} yang
1191 getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
1251 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}.
1305 getContentResolver().applyBatch(AUTHORITY, ops);
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Dcontacts-provider.jd935 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}. Karena
937 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} transaksi,
963 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}. Karena
1009 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}. Saat
1018 …{@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} untuk pertama k…
1176 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} yang
1191 getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
1251 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}.
1305 getContentResolver().applyBatch(AUTHORITY, ops);
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd940 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}. Because
942 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} in a single
968 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}. Because of
1014 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}. As
1023 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()},
1181 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()} that
1196 getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
1256 {@link android.content.ContentResolver#applyBatch(String, ArrayList) applyBatch()}.
1310 getContentResolver().applyBatch(AUTHORITY, ops);

12