Searched refs:switchingType (Results 1 – 2 of 2) sorted by relevance
1139 private int toMatchContentFrameRateSetting(@SwitchingType int switchingType) { in toMatchContentFrameRateSetting() argument1140 switch (switchingType) { in toMatchContentFrameRateSetting()1148 Slog.e(TAG, switchingType + " is not a valid value of switching type."); in toMatchContentFrameRateSetting()
1221 int switchingType = Settings.Secure.getIntForUser( in updateModeSwitchingTypeSettingLocked() local1224 if (switchingType != mModeSwitchingType) { in updateModeSwitchingTypeSettingLocked()1225 mModeSwitchingType = switchingType; in updateModeSwitchingTypeSettingLocked()