Home
last modified time | relevance | path

Searched defs:getDouble (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/database/
DAbstractWindowedCursor.java88 public double getDouble(int columnIndex) { in getDouble() method in AbstractWindowedCursor
DRedactingCursor.java82 public double getDouble(int columnIndex) { in getDouble() method in RedactingCursor
DMergeCursor.java126 public double getDouble(int column) in getDouble() method in MergeCursor
DTranslatingCursor.java147 public double getDouble(int columnIndex) { in getDouble() method in TranslatingCursor
DCursorWrapper.java105 public double getDouble(int columnIndex) { in getDouble() method in CursorWrapper
DMatrixCursor.java304 public double getDouble(int column) { in getDouble() method in MatrixCursor
DCursor.java334 double getDouble(@IntRange(from = 0) int columnIndex); in getDouble() method
DAbstractCursor.java113 abstract public double getDouble(int column); in getDouble() method in AbstractCursor
DCursorWindow.java565 public double getDouble(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in getDouble() method in CursorWindow
/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
/frameworks/base/core/java/com/android/internal/database/
DSortCursor.java219 public double getDouble(int column) in getDouble() method in SortCursor
/frameworks/base/test-mock/src/android/test/mock/
DMockCursor.java99 public double getDouble(int columnIndex) { in getDouble() method in MockCursor
/frameworks/base/media/java/android/media/
DMetadata.java490 public double getDouble(final int key) { in getDouble() method in Metadata
/frameworks/native/libs/binder/
DPersistableBundle.cpp246 bool PersistableBundle::getDouble(const String16& key, double* out) const { in getDouble() function in android::os::PersistableBundle
/frameworks/base/core/java/android/os/
DBaseBundle.java1159 public double getDouble(String key) { in getDouble() method in BaseBundle
1172 public double getDouble(String key, double defaultValue) { in getDouble() method in BaseBundle
DHwBlob.java86 public native final double getDouble(long offset); in getDouble() method in HwBlob
/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h1003 bool getDouble(const char *key, double *value) const { in getDouble() function