Lines Matching full:uint32
54 'status': dbus.types.UInt32(self.status),
58 'access-technology': dbus.types.UInt32(self.access_technology),
91 dbus.types.UInt32(mm1_constants.MM_MODEM_CAPABILITY_GSM_UMTS),
92 dbus.types.UInt32(mm1_constants.MM_MODEM_CAPABILITY_LTE),
93 dbus.types.UInt32(
97 props['CurrentCapabilities'] = dbus.types.UInt32(
100 props['MaxBearers'] = dbus.types.UInt32(3)
101 props['MaxActiveBearers'] = dbus.types.UInt32(2)
103 props['AccessTechnologies'] = dbus.types.UInt32((
108 [dbus.types.UInt32(mm1_constants.MM_MODEM_MODE_3G |
110 dbus.types.UInt32(mm1_constants.MM_MODEM_MODE_4G)],
115 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_EGSM),
116 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_DCS),
117 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_PCS),
118 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_G850),
119 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_U2100),
120 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_U1800),
121 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_U17IV),
122 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_U800),
123 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_U850)
126 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_EGSM),
127 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_DCS),
128 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_PCS),
129 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_G850),
130 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_U2100),
131 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_U800),
132 dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_U850)
143 dbus.types.UInt32(
148 dbus.types.UInt32(self.sim.enabled_locks)),
149 'SubscriptionState' : dbus.types.UInt32(
179 'status': dbus.types.UInt32(
184 'access-technology': dbus.types.UInt32(self.sim.access_technology)