HomeSort by relevance Sort by last modified time
    Searched refs:InterestingConfigChanges (Results 1 - 10 of 10) 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) {
ApplicationsState.java 122 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges();
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
CategoryManager.java 26 import com.android.settingslib.applications.InterestingConfigChanges;
42 private final InterestingConfigChanges mInterestingConfigChanges;
67 mInterestingConfigChanges = new InterestingConfigChanges();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogComponent.java 30 import com.android.settingslib.applications.InterestingConfigChanges;
62 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistManager.java 37 import com.android.settingslib.applications.InterestingConfigChanges;
59 private final InterestingConfigChanges mInterestingConfigChanges;
96 mInterestingConfigChanges = new InterestingConfigChanges(ActivityInfo.CONFIG_ORIENTATION
  /frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
FragmentHostManager.java 36 import com.android.settingslib.applications.InterestingConfigChanges;
52 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
  /packages/apps/Settings/src/com/android/settings/applications/appops/
AppOpsCategory.java 67 public static class InterestingConfigChanges {
114 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();
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
LoaderCustomSupport.java 163 public static class InterestingConfigChanges {
210 final InterestingConfigChanges mLastConfig = new InterestingConfigChanges();
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 48 import com.android.settingslib.applications.InterestingConfigChanges;
87 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges();
    [all...]

Completed in 742 milliseconds