OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mUpdateCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/content/
UndoManager.java
60
private int
mUpdateCount
;
126
if (
mUpdateCount
> 0) {
177
if (
mUpdateCount
> 0) {
408
if (
mUpdateCount
<= 0) {
411
mUpdateCount
= 0;
415
mUpdateCount
++;
429
return
mUpdateCount
> 0;
459
return
mUpdateCount
;
569
mUpdateCount
--;
571
if (
mUpdateCount
== 0)
[
all
...]
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java
283
private int
mUpdateCount
= 0;
295
mUpdateCount
++;
296
Log.d(TAG, mSrc + ", update " +
mUpdateCount
+ ": " + mCursor.getCount()
Completed in 29 milliseconds