Searched refs:switchingType (Results 1 – 2 of 2) sorted by relevance
1170 private int toMatchContentFrameRateSetting(@SwitchingType int switchingType) { in toMatchContentFrameRateSetting() argument1171 switch (switchingType) { in toMatchContentFrameRateSetting()1179 Slog.e(TAG, switchingType + " is not a valid value of switching type."); in toMatchContentFrameRateSetting()
1258 int switchingType = Settings.Secure.getIntForUser( in updateModeSwitchingTypeSettingLocked() local1261 if (switchingType != mModeSwitchingType) { in updateModeSwitchingTypeSettingLocked()1262 mModeSwitchingType = switchingType; in updateModeSwitchingTypeSettingLocked()