Home
last modified time | relevance | path

Searched defs:initialValues (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentProviderClient.java67 protected Uri insert(Uri url, ContentValues initialValues) throws RemoteException { in insert()
72 protected int bulkInsert(Uri url, ContentValues[] initialValues) throws RemoteException { in bulkInsert()
DShadowAsyncQueryHandler.java40 protected void startInsert(int token, Object cookie, Uri uri, ContentValues initialValues) { in startInsert()
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DViewManagerImplTest.java403 double[] initialValues, /* There are 5 initial values recorded before we call getView(). */ in testRecordInterval()
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1175 const int initialValues[2] = { GL_RGBA, GL_R8 }; in checkTextureState() local