Searched defs:putDouble (Results 1 – 7 of 7) sorted by relevance
340 status_t CursorWindow::putDouble(uint32_t row, uint32_t column, double value) { in putDouble() function in android::CursorWindow
183 void PersistableBundle::putDouble(const String16& key, double value) { in putDouble() function in android::os::PersistableBundle
474 public AutoGrowByteBuffer putDouble(double value) { in putDouble() method in AutoGrowByteBuffer
468 public Item putDouble(String key, double value) { in putDouble() method in Item
237 public native final void putDouble(long offset, double x); in putDouble() method in HwBlob
693 public void putDouble(@Nullable String key, double value) { in putDouble() method in BaseBundle
688 public boolean putDouble(double value, int row, int column) { in putDouble() method in CursorWindow