OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RowBuilder
(Results
1 - 25
of
66
) sorted by null
1
2
3
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
TestRootProvider.java
20
import android.database.MatrixCursor.
RowBuilder
;
70
final
RowBuilder
row = c.newRow();
84
final
RowBuilder
row = c.newRow();
98
final
RowBuilder
row = c.newRow();
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowContentResolver.java
43
MatrixCursor.
RowBuilder
builder = cursor.newRow()
/cts/tests/tests/database/src/android/database/cts/
MatrixCursor_RowBuilderTest.java
22
import android.database.MatrixCursor.
RowBuilder
;
36
RowBuilder
builder = cursor.newRow();
MatrixCursorTest.java
22
import android.database.MatrixCursor.
RowBuilder
;
57
RowBuilder
builder = mMatrixCursor.newRow();
/frameworks/base/core/java/android/database/
MatrixCursor.java
85
public
RowBuilder
newRow() {
89
return new
RowBuilder
(row);
195
public class
RowBuilder
{
201
RowBuilder
(int row) {
214
public
RowBuilder
add(Object columnValue) {
230
public
RowBuilder
add(String columnName, Object value) {
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
ModelTest.java
75
MatrixCursor.
RowBuilder
row = c.newRow();
111
MatrixCursor.
RowBuilder
row0 = cIn1.newRow();
115
MatrixCursor.
RowBuilder
row1 = cIn2.newRow();
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportStorageProvider.java
21
import android.database.MatrixCursor.
RowBuilder
;
60
final
RowBuilder
row = result.newRow();
74
final
RowBuilder
row = result.newRow();
169
final
RowBuilder
row = result.newRow();
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
ResourcesProvider.java
25
import android.database.MatrixCursor.
RowBuilder
;
78
final
RowBuilder
row = result.newRow();
92
final
RowBuilder
row = result.newRow();
140
final
RowBuilder
row = result.newRow();
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortingCursorWrapperTest.java
86
MatrixCursor.
RowBuilder
row = c.newRow();
199
MatrixCursor.
RowBuilder
row = c.newRow();
251
MatrixCursor.
RowBuilder
row = c.newRow();
304
MatrixCursor.
RowBuilder
row = c.newRow();
311
MatrixCursor.
RowBuilder
row = c.newRow();
341
MatrixCursor.
RowBuilder
row = c.newRow();
348
MatrixCursor.
RowBuilder
row = c.newRow();
/cts/tests/tests/content/src/android/content/cts/
TestPagingContentProvider.java
24
import android.database.MatrixCursor.
RowBuilder
;
148
private void fillRow(
RowBuilder
row, int pos) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/
MediaScratchFileProvider.java
23
import android.database.MatrixCursor.
RowBuilder
;
131
RowBuilder
row = cursor.newRow();
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java
25
import android.database.MatrixCursor.
RowBuilder
;
554
final
RowBuilder
row = result.newRow();
569
final
RowBuilder
row = result.newRow();
584
final
RowBuilder
row = result.newRow();
593
final
RowBuilder
row = result.newRow();
602
final
RowBuilder
row = result.newRow();
611
final
RowBuilder
row = result.newRow();
634
final
RowBuilder
row = result.newRow();
664
final
RowBuilder
row = result.newRow();
692
final
RowBuilder
row = result.newRow()
[
all
...]
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
StressProvider.java
23
import android.database.MatrixCursor.
RowBuilder
;
179
final
RowBuilder
row = result.newRow();
187
final
RowBuilder
row = result.newRow();
/device/google/dragon/crash_collector/src/com/android/crashreportprovider/
CrashReportProvider.java
73
final MatrixCursor.
RowBuilder
row = cursor.newRow();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhoneLookupWithStarPrefix.java
83
final MatrixCursor.
RowBuilder
b = matrixCursor.newRow();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DumpFileProvider.java
102
final MatrixCursor.
RowBuilder
b = c.newRow();
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
TestDocumentsProvider.java
25
import android.database.MatrixCursor.
RowBuilder
;
133
final
RowBuilder
row = result.newRow();
394
final
RowBuilder
row = result.newRow();
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestModel.java
118
MatrixCursor.
RowBuilder
row = mCursor.newRow();
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java
26
import android.database.MatrixCursor.
RowBuilder
;
122
final
RowBuilder
row = result.newRow();
433
final
RowBuilder
row = result.newRow();
511
final
RowBuilder
row = result.newRow();
/cts/tests/tests/provider/src/android/provider/cts/
MockFontProvider.java
183
MatrixCursor.
RowBuilder
builder = cursor.newRow();
193
MatrixCursor.
RowBuilder
builder = cursor.newRow();
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
ArchivesProvider.java
26
import android.database.MatrixCursor.
RowBuilder
;
173
final
RowBuilder
row = cursor.newRow();
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java
25
import android.database.MatrixCursor.
RowBuilder
;
87
RowBuilder
row = result.newRow();
214
final
RowBuilder
row = result.newRow();
/development/samples/Vault/src/com/example/android/vault/
VaultProvider.java
30
import android.database.MatrixCursor.
RowBuilder
;
206
final
RowBuilder
row = result.newRow();
250
final
RowBuilder
row = result.newRow();
/frameworks/base/core/java/com/android/internal/content/
FileSystemProvider.java
27
import android.database.MatrixCursor.
RowBuilder
;
374
protected
RowBuilder
includeFile(MatrixCursor result, String docId, File file)
404
final
RowBuilder
row = result.newRow();
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
ServiceStateProvider.java
25
import android.database.MatrixCursor.
RowBuilder
;
280
final
RowBuilder
row = c.newRow();
Completed in 1854 milliseconds
1
2
3