HomeSort by relevance Sort by last modified time
    Searched refs:selectedStrings (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java 186 String[] selectedStrings = new String[((Set<String>) newValue).size()];
190 selectedStrings[i++] = value;
192 mMultiEntry.setAllSelectedStrings(selectedStrings);
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java 186 String[] selectedStrings = new String[((Set<String>) newValue).size()];
190 selectedStrings[i++] = value;
192 mMultiEntry.setAllSelectedStrings(selectedStrings);
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
CustomRestrictionsFragment.java 186 String[] selectedStrings = new String[((Set<String>) newValue).size()];
190 selectedStrings[i++] = value;
192 mMultiEntry.setAllSelectedStrings(selectedStrings);

Completed in 535 milliseconds