Searched defs:choice (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java482 private void startProvisioningIfNecessary(int choice) { argument
483 mTetherChoice = choice;
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java185 public void setSizeChoice(int choice) { argument
187 if (mSizeChoice == choice) return;
188 mSizeChoice = choice;
456 // an image is deleted, or the size choice is changed,

Completed in 86 milliseconds