Home
last modified time | relevance | path

Searched refs:getDoubleArray (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/binder/tests/
DIBinderRecordReplayTest.aidl65 double[] getDoubleArray(); in getDoubleArray() method
DbinderRecordReplayTest.cpp341 &IBinderRecordReplayTest::getDoubleArray, changedArray); in TEST_F()
/frameworks/base/core/java/android/os/
DBaseBundle.java1743 public double[] getDoubleArray(@Nullable String key) { in getDoubleArray() method in BaseBundle
/frameworks/base/core/java/android/content/
DIntentFilter.java2162 return mExtras == null ? EMPTY_DOUBLE_ARRAY : mExtras.getDoubleArray(name); in getDoubleArrayExtra()
DIntent.java9751 return mExtras == null ? null : mExtras.getDoubleArray(name); in getDoubleArrayExtra()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21325 method public double[] getDoubleArray(java.lang.String);
/frameworks/base/core/api/
Dcurrent.txt32536 method @Nullable public double[] getDoubleArray(@Nullable String);