Home
last modified time | relevance | path

Searched refs:mSelection (Results 1 – 13 of 13) sorted by relevance

/development/samples/Spinner/src/com/android/example/spinner/
DSpinnerActivity.java43 protected String mSelection; field in SpinnerActivity
193 SpinnerActivity.this.mSelection = parent.getItemAtPosition(pos).toString(); in onItemSelected()
198 resultText.setText(SpinnerActivity.this.mSelection); in onItemSelected()
310 this.mSelection = p.getString(SELECTION_KEY, ""); in readInstanceState()
348 e.putString(SELECTION_KEY, this.mSelection); in writeInstanceState()
368 return this.mSelection; in getSpinnerSelection()
372 this.mSelection = selection; in setSpinnerSelection()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
DSelectionBuilder.java98 private StringBuilder mSelection = new StringBuilder(); field in SelectionBuilder
110 mSelection.setLength(0); in reset()
156 if (mSelection.length() > 0) { in where()
157 mSelection.append(" AND "); in where()
160 mSelection.append("(").append(selection).append(")"); in where()
237 return mSelection.toString(); in getSelection()
/development/samples/SpinnerTest/src/com/android/example/spinner/test/
DSpinnerActivityTest.java73 private String mSelection; field in SpinnerActivityTest
216 mSelection = (String)mSpinner.getItemAtPosition(mPos); in testSpinnerUI()
233 assertEquals(resultText,mSelection); in testSpinnerUI()
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...