Searched refs:switchingType (Results 1 – 2 of 2) sorted by relevance
1539 private int toMatchContentFrameRateSetting(@SwitchingType int switchingType) { in toMatchContentFrameRateSetting() argument1540 switch (switchingType) { in toMatchContentFrameRateSetting()1549 Slog.e(TAG, switchingType + " is not a valid value of switching type."); in toMatchContentFrameRateSetting()
1261 int switchingType = Settings.Secure.getIntForUser( in updateModeSwitchingTypeSettingLocked() local1264 if (switchingType != mModeSwitchingType) { in updateModeSwitchingTypeSettingLocked()1265 mModeSwitchingType = switchingType; in updateModeSwitchingTypeSettingLocked()