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

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
InterestingConfigChanges.java 23 public class InterestingConfigChanges {
28 public InterestingConfigChanges() {
34 public InterestingConfigChanges(int flags) {
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 162 public static class InterestingConfigChanges {
209 final InterestingConfigChanges mLastConfig = new InterestingConfigChanges();
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 78 public static class InterestingConfigChanges {
125 final InterestingConfigChanges mLastConfig = new InterestingConfigChanges();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 163 public static class InterestingConfigChanges {
210 final InterestingConfigChanges mLastConfig = new InterestingConfigChanges();

Completed in 104 milliseconds