Searched refs:manufactureDate (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/tv/tvsystem/java/com/android/libraries/tv/tvsystem/display/ |
D | DisplayCompatUtil.java | 58 DeviceProductInfo.ManufactureDate manufactureDate; in getDeviceProductInfo() local 60 manufactureDate = null; in getDeviceProductInfo() 62 manufactureDate = new DeviceProductInfo.ManufactureDate( in getDeviceProductInfo() 66 info.getProductId(), info.getModelYear(), manufactureDate, in getDeviceProductInfo()
|
D | DeviceProductInfo.java | 69 ManufactureDate manufactureDate, in DeviceProductInfo() argument 75 this.mManufactureDate = manufactureDate; in DeviceProductInfo() 85 ManufactureDate manufactureDate, in DeviceProductInfo() argument 91 this.mManufactureDate = manufactureDate; in DeviceProductInfo()
|
/frameworks/base/core/java/android/hardware/display/ |
D | DeviceProductInfo.java | 75 ManufactureDate manufactureDate, in DeviceProductInfo() argument 81 mManufactureDate = manufactureDate; in DeviceProductInfo()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 1057 jobject modelYear, manufactureDate; in convertDeviceProductInfoToJavaObject() local 1060 manufactureDate = nullptr; in convertDeviceProductInfoToJavaObject() 1063 manufactureDate = env->NewObject(gDeviceProductInfoManufactureDateClassInfo.clazz, in convertDeviceProductInfoToJavaObject() 1069 manufactureDate = env->NewObject(gDeviceProductInfoManufactureDateClassInfo.clazz, in convertDeviceProductInfoToJavaObject() 1092 manufacturerPnpId, productId, modelYear, manufactureDate, in convertDeviceProductInfoToJavaObject()
|