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

/development/samples/ApiDemos/src/com/example/android/apis/nfc/
H A DTechFilter.java29 private int mCount = 0; field in class:TechFilter
41 mText.setText("Discovered tag " + ++mCount + " with intent: " + intent);
49 mText.setText("Discovered tag " + ++mCount + " with intent: " + intent);
H A DForegroundDispatch.java42 private int mCount = 0; field in class:ForegroundDispatch
85 mText.setText("Discovered tag " + ++mCount + " with intent: " + intent);
/development/samples/StackWidget/src/com/example/android/stackwidget/
H A DStackWidgetService.java37 private static final int mCount = 10; field in class:StackRemoteViewsFactory
52 for (int i = 0; i < mCount; i++) {
73 return mCount;
/development/samples/Compass/src/com/example/android/compass/
H A DCompassActivity.java55 private int mCount; field in class:CompassActivity
231 if (mCount++ > 50) {
233 mCount = 0;
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkey.java203 int mCount = 1000; field in class:Monkey
529 mCount = 1000;
561 System.out.println(":Monkey: seed=" + mSeed + " count=" + mCount);
608 mCount++;
623 mCount = Integer.MAX_VALUE;
709 // just in case this was latent (after mCount cycles), make sure
711 if (crashedAtCycle >= mCount) {
712 crashedAtCycle = mCount - 1;
733 if (crashedAtCycle < mCount - 1) {
735 + " of " + mCount
[all...]
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/InteractiveChart/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/ContactsList/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/EffectiveNavigation/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/NavigationDrawer/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ...

Completed in 1880 milliseconds