Searched defs:retryCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_database_SQLiteQuery.cpp71 int retryCount = 0; local
81 retryCount = 0;
188 if (retryCount > 50) {
195 retryCount++;

Completed in 4 milliseconds