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

  /development/apps/SpareParts/src/com/android/spare_parts/
SpareParts.java 60 private static final String KEY_COMPATIBILITY_MODE = "compatibility_mode";
129 Settings.System.COMPATIBILITY_MODE, 1) != 0);
171 Settings.System.COMPATIBILITY_MODE,
  /development/apps/Development/src/com/android/development/
DevelopmentSettings.java 124 mCompatibilityModeCB = (CheckBox)findViewById(R.id.compatibility_mode);
270 Settings.System.COMPATIBILITY_MODE, mCompatibilityMode ? 0 : 1);
275 getContentResolver(), Settings.System.COMPATIBILITY_MODE, 1) == 0;
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]

Completed in 291 milliseconds