Home
last modified time | relevance | path

Searched refs:getDouble (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/database/
DMatrixCursorTest.java43 assertEquals(0.0d, cursor.getDouble(0)); in testNullValue()
155 assertEquals(0.0d, cursor.getDouble(5)); in testRowBuilderOffer()
164 assertEquals(0.0d, cursor.getDouble(5)); in testRowBuilderOffer()
173 assertEquals(0.0d, cursor.getDouble(5)); in testRowBuilderOffer()
206 assertEquals(5.0D, cursor.getDouble(5)); in checkValues()
DCursorWindowTest.java82 double db2 = window.getDouble(0, 0); in doTestValues()
100 assertEquals(42.0, window.getDouble(0, 4)); in doTestValues()
DDatabaseCursorTest.java124 assertEquals((double)d, c.getDouble(dCol)); in testBlob()
138 assertEquals(42.11, c.getDouble(0)); in testRealColumns()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootCursorWrapper.java93 public double getDouble(int column) { in getDouble() method in RootCursorWrapper
94 return mCursor.getDouble(column); in getDouble()
DFilteringCursorWrapper.java98 public double getDouble(int column) { in getDouble() method in FilteringCursorWrapper
99 return mCursor.getDouble(column); in getDouble()
DSortingCursorWrapper.java128 public double getDouble(int column) { in getDouble() method in SortingCursorWrapper
129 return mCursor.getDouble(column); in getDouble()
/frameworks/base/core/java/android/database/
DAbstractWindowedCursor.java85 public double getDouble(int columnIndex) { in getDouble() method in AbstractWindowedCursor
87 return mWindow.getDouble(mPos, columnIndex); in getDouble()
DCursorWrapper.java101 public double getDouble(int columnIndex) { in getDouble() method in CursorWrapper
102 return mCursor.getDouble(columnIndex); in getDouble()
DMergeCursor.java126 public double getDouble(int column) in getDouble() method in MergeCursor
128 return mCursor.getDouble(column); in getDouble()
DCursor.java314 double getDouble(int columnIndex); in getDouble() method
DCursorWindow.java540 public double getDouble(int row, int column) { in getDouble() method in CursorWindow
594 return (float) getDouble(row, column); in getFloat()
DMatrixCursor.java292 public double getDouble(int column) { in getDouble() method in MatrixCursor
DDatabaseUtils.java290 success = window.putDouble(cursor.getDouble(i), position, i); in cursorFillWindow()
718 values.put(key, cursor.getDouble(colIndex)); in cursorDoubleToContentValues()
990 values.put(column, cursor.getDouble(index)); in cursorDoubleToContentValuesIfPresent()
DAbstractCursor.java100 abstract public double getDouble(int column); in getDouble() method in AbstractCursor
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java554 public double getDouble(String property, double def) { in getDouble() method in TypedProperties
671 public double getDouble(String property) { in getDouble() method in TypedProperties
672 return getDouble(property, 0.0); in getDouble()
/frameworks/base/core/java/com/android/internal/database/
DSortCursor.java215 public double getDouble(int column) in getDouble() method in SortCursor
217 return mCursor.getDouble(column); in getDouble()
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DDecoder.java55 return mBuf.getDouble(); in readObject()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DListOfInternalSelectionViews.java144 double screenHeightFactor = icicle.getDouble(BUNDLE_PARAM_ITEM_SCREEN_HEIGHT_FACTOR, -1.0); in initFromBundle()
/frameworks/base/test-runner/src/android/test/mock/
DMockCursor.java94 public double getDouble(int columnIndex) { in getDouble() method in MockCursor
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryablePrimitive.java142 return buffer.getDouble(); in unmarshalObject()
/frameworks/base/core/java/android/os/
DBaseBundle.java883 public double getDouble(String key) { in getDouble() method in BaseBundle
885 return getDouble(key, 0.0); in getDouble()
896 public double getDouble(String key, double defaultValue) { in getDouble() method in BaseBundle
/frameworks/base/media/java/android/media/
DMetadata.java468 public double getDouble(final int key) { in getDouble() method in Metadata
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaPlayerMetadataParserTest.java310 assertEquals(29.97, mMetadata.getDouble(Metadata.VIDEO_FRAME_RATE)); in testGetDouble()
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DAutomaticActivity.java270 deltaError = error - (float)mInputJson.getDouble(fullName); in handleError()
/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java380 args[i] = in.getDouble(); in invokeViewMethod()

12