Home
last modified time | relevance | path

Searched refs:DeviceConfigInterface (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DHighRefreshRateDenylist.java30 import com.android.server.utils.DeviceConfigInterface;
44 private DeviceConfigInterface mDeviceConfig;
48 return new HighRefreshRateDenylist(r, DeviceConfigInterface.REAL); in create()
52 HighRefreshRateDenylist(Resources r, DeviceConfigInterface deviceConfig) { in HighRefreshRateDenylist()
H A DWindowManagerConstants.java26 import com.android.server.utils.DeviceConfigInterface;
63 private final DeviceConfigInterface mDeviceConfig;
67 WindowManagerConstants(WindowManagerService service, DeviceConfigInterface deviceConfig) { in WindowManagerConstants()
75 DeviceConfigInterface deviceConfig) { in WindowManagerConstants()
H A DWindowManagerService.java308 import com.android.server.utils.DeviceConfigInterface;
1376 mConstants = new WindowManagerConstants(this, DeviceConfigInterface.REAL); in WindowManagerService()
/aosp12/frameworks/base/services/core/java/com/android/server/utils/
H A DDeviceConfigInterface.java28 public interface DeviceConfigInterface { interface
76 DeviceConfigInterface REAL = new DeviceConfigInterface() {
/aosp12/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DFakeDeviceConfigInterface.java25 import com.android.server.utils.DeviceConfigInterface;
34 public class FakeDeviceConfigInterface implements DeviceConfigInterface {
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayModeDirector.java72 import com.android.server.utils.DeviceConfigInterface;
121 private final DeviceConfigInterface mDeviceConfig;
2662 DeviceConfigInterface getDeviceConfig(); in getDeviceConfig()
2688 public DeviceConfigInterface getDeviceConfig() { in getDeviceConfig()
2689 return DeviceConfigInterface.REAL; in getDeviceConfig()
/aosp12/frameworks/base/services/core/
H A DAndroid.bp212 "java/com/android/server/utils/DeviceConfigInterface.java",
/aosp12/frameworks/base/services/
H A Dart-profile18081 …isplayModeDirector$RealInjector;->getDeviceConfig()Lcom/android/server/utils/DeviceConfigInterface;
41796 HSPLcom/android/server/utils/DeviceConfigInterface$1;-><init>()V
41798 HSPLcom/android/server/utils/DeviceConfigInterface$1;->getBoolean(Ljava/lang/String;Ljava/lang/Stri…
41799 HSPLcom/android/server/utils/DeviceConfigInterface$1;->getFloat(Ljava/lang/String;Ljava/lang/String…
41800 HSPLcom/android/server/utils/DeviceConfigInterface$1;->getInt(Ljava/lang/String;Ljava/lang/String;I…
41801 HSPLcom/android/server/utils/DeviceConfigInterface$1;->getLong(Ljava/lang/String;Ljava/lang/String;…
41802 HSPLcom/android/server/utils/DeviceConfigInterface$1;->getProperty(Ljava/lang/String;Ljava/lang/Str…
41803 HSPLcom/android/server/utils/DeviceConfigInterface$1;->getString(Ljava/lang/String;Ljava/lang/Strin…
41804 HSPLcom/android/server/utils/DeviceConfigInterface;-><clinit>()V
56084 Lcom/android/server/utils/DeviceConfigInterface$1;
[all …]