Searched defs:initialValues (Results 1 – 4 of 4) sorted by relevance
67 protected Uri insert(Uri url, ContentValues initialValues) throws RemoteException { in insert()72 protected int bulkInsert(Uri url, ContentValues[] initialValues) throws RemoteException { in bulkInsert()
40 protected void startInsert(int token, Object cookie, Uri uri, ContentValues initialValues) { in startInsert()
403 double[] initialValues, /* There are 5 initial values recorded before we call getView(). */ in testRecordInterval()
1175 const int initialValues[2] = { GL_RGBA, GL_R8 }; in checkTextureState() local