Searched refs:mCount (Results 1 – 8 of 8) sorted by relevance
36 private int mCount; field in MidiFramer59 mCount = 1; in onSend()77 mCount = 1; in onSend()91 mBuffer[mCount++] = currentByte; in onSend()96 mReceiver.send(mBuffer, 0, mCount, timestamp); in onSend()98 mCount = 1; in onSend()
29 private int mCount = 0; field in TechFilter41 mText.setText("Discovered tag " + ++mCount + " with intent: " + intent); in onCreate()49 mText.setText("Discovered tag " + ++mCount + " with intent: " + intent); in onNewIntent()
42 private int mCount = 0; field in ForegroundDispatch85 mText.setText("Discovered tag " + ++mCount + " with intent: " + intent); in onNewIntent()
37 private static final int mCount = 10; field in StackRemoteViewsFactory52 for (int i = 0; i < mCount; i++) { in onCreate()73 return mCount; in getCount()
200 int mCount = 1000; field in Monkey582 mCount = 1000; in run()617 Logger.out.println(":Monkey: seed=" + mSeed + " count=" + mCount); in run()653 mCount++; in run()668 mCount = Integer.MAX_VALUE; in run()757 if (crashedAtCycle >= mCount) { in run()758 crashedAtCycle = mCount - 1; in run()774 if (crashedAtCycle < mCount - 1) { in run()776 + " of " + mCount + " using seed " + mSeed); in run()924 mCount = Integer.parseInt(countStr); in processOptions()[all …]
55 private int mCount; field in CompassActivity231 if (mCount++ > 50) { in onSensorChanged()233 mCount = 0; in onSensorChanged()
205 private final AtomicInteger mCount = new AtomicInteger(1);208 return new Thread(r, "AsyncTask #" + mCount.getAndIncrement());