HomeSort by relevance Sort by last modified time
    Searched full:userpref (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 192 final StorageItemPreference userPref = new StorageItemPreference(
194 mItemUsers.add(userPref);
195 addPreference(userPref);
347 for (StorageItemPreference userPref : mItemUsers) {
348 final long userSize = details.usersSize.get(userPref.userHandle);
349 updatePreference(userPref, userSize);
  /development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 297 // If the userpref is Wi-Fi only, checks to see if the device has a Wi-Fi connection.
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 297 // If the userpref is Wi-Fi only, checks to see if the device has a Wi-Fi connection.
  /frameworks/base/docs/html/training/basics/network-ops/
managing.jd 423 // If the userpref is Wi-Fi only, checks to see if the device has a Wi-Fi connection.
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 387 int userPref = getDefaultInstallLoc();
388 if (userPref == APP_INSTALL_DEVICE) {
393 } else if (userPref == APP_INSTALL_SDCARD) {
    [all...]

Completed in 1523 milliseconds