Home
last modified time | relevance | path

Searched defs:column (Results 1 – 25 of 156) sorted by relevance

1234567

/aosp12/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockSuggestionProviderCursor.java41 public Object get(int column) { in get()
56 public double getDouble(int column) { in getDouble()
61 public float getFloat(int column) { in getFloat()
66 public int getInt(int column) { in getInt()
71 public long getLong(int column) { in getLong()
76 public short getShort(int column) { in getShort()
81 public String getString(int column) { in getString()
86 public boolean isNull(int column) { in isNull()
107 public Object get(int column) { in get()
125 public int getInt(int column) { in getInt()
[all …]
/aosp12/packages/apps/Contacts/src/com/android/contacts/database/
H A DEmptyCursor.java47 public String getString(int column) { in getString()
52 public short getShort(int column) { in getShort()
57 public int getInt(int column) { in getInt()
62 public long getLong(int column) { in getLong()
67 public float getFloat(int column) { in getFloat()
72 public double getDouble(int column) { in getDouble()
77 public boolean isNull(int column) { in isNull()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/database/
H A DEmptyCursor.java47 public String getString(int column) { in getString()
52 public short getShort(int column) { in getShort()
57 public int getInt(int column) { in getInt()
62 public long getLong(int column) { in getLong()
67 public float getFloat(int column) { in getFloat()
72 public double getDouble(int column) { in getDouble()
77 public boolean isNull(int column) { in isNull()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DReorderingCursorWrapper.java67 public double getDouble(int column) { in getDouble()
72 public float getFloat(int column) { in getFloat()
77 public int getInt(int column) { in getInt()
82 public long getLong(int column) { in getLong()
87 public short getShort(int column) { in getShort()
92 public String getString(int column) { in getString()
97 public int getType(int column) { in getType()
102 public boolean isNull(int column) { in isNull()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/
H A DFakeCursor.java44 public String getString(int column) { in getString()
53 public short getShort(int column) { in getShort()
58 public int getInt(int column) { in getInt()
63 public long getLong(int column) { in getLong()
72 public float getFloat(int column) { in getFloat()
77 public double getDouble(int column) { in getDouble()
82 public boolean isNull(int column) { in isNull()
/aosp12/frameworks/base/core/java/android/database/
H A DMergeCursor.java96 public String getString(int column) in getString()
102 public short getShort(int column) in getShort()
108 public int getInt(int column) in getInt()
114 public long getLong(int column) in getLong()
120 public float getFloat(int column) in getFloat()
126 public double getDouble(int column) in getDouble()
132 public int getType(int column) { in getType()
137 public boolean isNull(int column) in isNull()
143 public byte[] getBlob(int column) in getBlob()
H A DMatrixCursor.java70 private Object get(int column) { in get()
265 public String getString(int column) { in getString()
272 public short getShort(int column) { in getShort()
280 public int getInt(int column) { in getInt()
288 public long getLong(int column) { in getLong()
296 public float getFloat(int column) { in getFloat()
304 public double getDouble(int column) { in getDouble()
312 public byte[] getBlob(int column) { in getBlob()
318 public int getType(int column) { in getType()
323 public boolean isNull(int column) { in isNull()
H A DAbstractCursor.java103 abstract public String getString(int column); in getString()
105 abstract public short getShort(int column); in getShort()
107 abstract public int getInt(int column); in getInt()
109 abstract public long getLong(int column); in getLong()
111 abstract public float getFloat(int column); in getFloat()
113 abstract public double getDouble(int column); in getDouble()
115 abstract public boolean isNull(int column); in isNull()
118 public int getType(int column) { in getType()
127 public byte[] getBlob(int column) { in getBlob()
H A DCursorWindow.java75 private static native byte[] nativeGetBlob(long windowPtr, int row, int column); in nativeGetBlob()
76 private static native String nativeGetString(long windowPtr, int row, int column); in nativeGetString()
77 private static native void nativeCopyStringToBuffer(long windowPtr, int row, int column, in nativeCopyStringToBuffer()
79 private static native boolean nativePutBlob(long windowPtr, byte[] value, int row, int column); in nativePutBlob()
81 int row, int column); in nativePutString()
98 private static native int nativeGetType(long windowPtr, int row, int column); in nativeGetType()
100 private static native long nativeGetLong(long windowPtr, int row, int column); in nativeGetLong()
102 private static native double nativeGetDouble(long windowPtr, int row, int column); in nativeGetDouble()
105 private static native boolean nativePutLong(long windowPtr, long value, int row, int column); in nativePutLong()
107 … private static native boolean nativePutDouble(long windowPtr, double value, int row, int column); in nativePutDouble()
[all …]
/aosp12/packages/apps/TimeZoneData/src/main/com/android/timezone/data/
H A DTimeZoneRulesDataProvider.java197 public int getType(int column) { in query()
211 public String getString(int column) { in query()
221 public short getShort(int column) { in query()
227 public int getInt(int column) { in query()
237 public long getLong(int column) { in query()
242 public float getFloat(int column) { in query()
247 public double getDouble(int column) { in query()
253 public boolean isNull(int column) { in query()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DFilteringCursorWrapper.java117 public double getDouble(int column) { in getDouble()
122 public float getFloat(int column) { in getFloat()
127 public int getInt(int column) { in getInt()
132 public long getLong(int column) { in getLong()
137 public short getShort(int column) { in getShort()
142 public String getString(int column) { in getString()
147 public int getType(int column) { in getType()
152 public boolean isNull(int column) { in isNull()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
H A DRootCursorWrapper.java117 public double getDouble(int column) { in getDouble()
122 public float getFloat(int column) { in getFloat()
127 public int getInt(int column) { in getInt()
136 public long getLong(int column) { in getLong()
141 public short getShort(int column) { in getShort()
146 public String getString(int column) { in getString()
157 public int getType(int column) { in getType()
162 public boolean isNull(int column) { in isNull()
/aosp12/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java189 public String getString(int column) in getString()
195 public short getShort(int column) in getShort()
201 public int getInt(int column) in getInt()
207 public long getLong(int column) in getLong()
213 public float getFloat(int column) in getFloat()
219 public double getDouble(int column) in getDouble()
225 public int getType(int column) { in getType()
230 public boolean isNull(int column) in isNull()
236 public byte[] getBlob(int column) in getBlob()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionCursorBackedCursor.java109 public int getInt(int column) { in getInt()
122 public String getString(int column) { in getString()
161 public long getLong(int column) { in getLong()
170 public boolean isNull(int column) { in isNull()
175 public short getShort(int column) { in getShort()
184 public double getDouble(int column) { in getDouble()
193 public float getFloat(int column) { in getFloat()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A DSortingCursorWrapper.java127 public double getDouble(int column) { in getDouble()
132 public float getFloat(int column) { in getFloat()
137 public int getInt(int column) { in getInt()
142 public long getLong(int column) { in getLong()
147 public short getShort(int column) { in getShort()
152 public String getString(int column) { in getString()
157 public int getType(int column) { in getType()
162 public boolean isNull(int column) { in isNull()
/aosp12/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp341 CursorWindow::FieldSlot* CursorWindow::getFieldSlot(uint32_t row, uint32_t column) { in getFieldSlot()
356 status_t CursorWindow::putBlob(uint32_t row, uint32_t column, const void* value, size_t size) { in putBlob()
360 status_t CursorWindow::putString(uint32_t row, uint32_t column, const char* value, in putString()
365 status_t CursorWindow::putBlobOrString(uint32_t row, uint32_t column, in putBlobOrString()
390 status_t CursorWindow::putLong(uint32_t row, uint32_t column, int64_t value) { in putLong()
405 status_t CursorWindow::putDouble(uint32_t row, uint32_t column, double value) { in putDouble()
420 status_t CursorWindow::putNull(uint32_t row, uint32_t column) { in putNull()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DLinearLayoutGrid.java40 public Button getButtonAt(int column, int row) { in getButtonAt()
52 private LinearLayout getColumn(int column) { in getColumn()
/aosp12/frameworks/base/core/java/android/text/
H A DPackedIntVector.java71 public int getValue(int row, int column) { in getValue()
102 public void setValue(int row, int column, int value) { in setValue()
127 private void setValueInternal(int row, int column, int value) { in setValueInternal()
153 public void adjustValuesBelow(int startRow, int column, int delta) { in adjustValuesBelow()
295 private final void moveValueGapTo(int column, int where) { in moveValueGapTo()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEventFieldEditorView.java122 final String column = editField.column; in rebuildDateView() local
139 final String column = editField.column; in isEmpty() local
162 final String column = getKind().fieldList.get(0).column; in onLabelRebuilt() local
198 final String column = getKind().fieldList.get(0).column; in createDatePickerDialog() local
271 final String column = getKind().fieldList.get(0).column; in clearAllFields() local
H A DEditor.java81 public void onFieldChanged(String column, String value); in onFieldChanged()
86 public void updatePhonetic(String column, String value); in updatePhonetic()
91 public String getPhonetic(String column); in getPhonetic()
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/database/
H A DSelection.java135 public static Column column(@NonNull String column) { in column() argument
142 @NonNull private final String column; field in Selection.Column
144 private Column(@NonNull String column) { in Column()
/aosp12/frameworks/base/core/jni/
H A Dandroid_database_CursorWindow.cpp191 jint row, jint column) { in nativeGetType()
206 jint row, jint column) { in nativeGetBlob()
245 jint row, jint column) { in nativeGetString()
341 jint row, jint column, jobject bufferObj) { in nativeCopyStringToBuffer()
380 jint row, jint column) { in nativeGetLong()
411 jint row, jint column) { in nativeGetDouble()
442 jbyteArray valueObj, jint row, jint column) { in nativePutBlob()
460 jstring valueObj, jint row, jint column) { in nativePutString()
482 jlong value, jint row, jint column) { in nativePutLong()
496 jdouble value, jint row, jint column) { in nativePutDouble()
[all …]
/aosp12/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java40 int column; field in MtpPropertyGroup.Property
42 Property(int code, int type, int column) { in Property()
75 String column = null; in createProperty() local
/aosp12/frameworks/ex/common/java/com/android/common/content/
H A DProjectionMap.java32 public Builder add(String column) { in add()
79 private void putColumn(String alias, String column) { in putColumn()
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DOpenHelper.java197 private static String getCursorString(Cursor cursor, String column) { in getCursorString()
201 private static Uri getCursorUri(Cursor cursor, String column) { in getCursorUri()
206 private static File getCursorFile(Cursor cursor, String column) { in getCursorFile()

1234567