Searched defs:putDouble (Results 1 – 4 of 4) sorted by relevance
326 status_t CursorWindow::putDouble(uint32_t row, uint32_t column, double value) { in putDouble() function in android::CursorWindow
181 void PersistableBundle::putDouble(const String16& key, double value) { in putDouble() function in android::os::PersistableBundle
657 public boolean putDouble(double value, int row, int column) { in putDouble() method in CursorWindow
489 public void putDouble(@Nullable String key, double value) { in putDouble() method in BaseBundle