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

  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 117 final InterestingConfigChanges mLastConfig = new InterestingConfigChanges();
185 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources());
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 210 final InterestingConfigChanges mLastConfig = new InterestingConfigChanges();
303 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources());
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 212 final InterestingConfigChanges mLastConfig = new InterestingConfigChanges();
305 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources());

Completed in 273 milliseconds