Searched refs:mSelection (Results 1 - 9 of 9) sorted by relevance

/development/samples/Spinner/src/com/android/example/spinner/
H A DSpinnerActivity.java43 protected String mSelection; field in class:SpinnerActivity
193 SpinnerActivity.this.mSelection = parent.getItemAtPosition(pos).toString();
198 resultText.setText(SpinnerActivity.this.mSelection);
310 this.mSelection = p.getString(SELECTION_KEY, "");
348 e.putString(SELECTION_KEY, this.mSelection);
368 return this.mSelection;
372 this.mSelection = selection;
/development/samples/SpinnerTest/src/com/android/example/spinner/test/
H A DSpinnerActivityTest.java73 private String mSelection; field in class:SpinnerActivityTest
216 mSelection = (String)mSpinner.getItemAtPosition(mPos);
233 assertEquals(resultText,mSelection);
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DAdapters.java902 private final String mSelection; field in class:Adapters.XmlCursorAdapter
920 mSelection = selection;
978 Uri.parse(mUri), mColumns, mSelection, mSelectionArgs, mSortOrder);
981 Uri.parse(mUri), mColumns, mSelection, mSelectionArgs, mSortOrder);
/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/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/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/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/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/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...

Completed in 232 milliseconds