Home
last modified time | relevance | path

Searched refs:phoneType (Results 1 – 11 of 11) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/stumbler/java/org/mozilla/mozstumbler/service/stumblerthread/scanners/cellscanner/
H A DCellInfo.java61 public CellInfo(int phoneType) { in CellInfo() argument
63 setRadio(phoneType); in CellInfo()
173 void setRadio(int phoneType) { in setRadio() argument
174 mRadio = getRadioTypeName(phoneType); in setRadio()
334 private static String getRadioTypeName(int phoneType) { in getRadioTypeName() argument
335 switch (phoneType) { in getRadioTypeName()
343 … Log.e(LOG_TAG, "", new IllegalArgumentException("Unexpected phone type: " + phoneType)); in getRadioTypeName()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/stumbler/java/org/mozilla/mozstumbler/service/stumblerthread/scanners/cellscanner/
H A DCellInfo.java61 public CellInfo(int phoneType) { in CellInfo() argument
63 setRadio(phoneType); in CellInfo()
173 void setRadio(int phoneType) { in setRadio() argument
174 mRadio = getRadioTypeName(phoneType); in setRadio()
336 private static String getRadioTypeName(int phoneType) { in getRadioTypeName() argument
337 switch (phoneType) { in getRadioTypeName()
345 … Log.e(LOG_TAG, "", new IllegalArgumentException("Unexpected phone type: " + phoneType)); in getRadioTypeName()
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/kaddressbook/importexportplugins/gmx/
H A Dgmximportexportplugininterface.cpp521 KContacts::PhoneNumber::Type phoneType; in importGMX() local
525 phoneType = KContacts::PhoneNumber::Home; in importGMX()
529 phoneType = KContacts::PhoneNumber::Work; in importGMX()
534 phoneType = KContacts::PhoneNumber::Voice; in importGMX()
543 addressee->insertPhoneNumber(KContacts::PhoneNumber(itemList[6], phoneType)); in importGMX()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/stumbler/java/org/mozilla/mozstumbler/service/stumblerthread/datahandling/
H A DStumblerBundle.java95 public StumblerBundle(Location position, int phoneType) { in StumblerBundle() argument
97 mPhoneType = phoneType; in StumblerBundle()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/stumbler/java/org/mozilla/mozstumbler/service/stumblerthread/datahandling/
H A DStumblerBundle.java95 public StumblerBundle(Location position, int phoneType) { in StumblerBundle() argument
97 mPhoneType = phoneType; in StumblerBundle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/test/data/autofill/heuristics/output/
H A D075_register_trueblue.jetblue.com.out13 UNKNOWN_TYPE | accountData.phoneType | Phone type: | M | accountData.title_1-default
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/kaddressbook/importexportplugins/vcards/
H A Dvcardimportexportplugininterface.cpp255 int phoneType = (*phoneIt).type(); in filterContacts() local
257 …if ((phoneType & KContacts::PhoneNumber::Home) && (exportFieldType & ExportSelectionWidget::Privat… in filterContacts()
259 …} else if ((phoneType & KContacts::PhoneNumber::Work) && (exportFieldType & ExportSelectionWidget:… in filterContacts()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/words/protocols/
H A Dmsn.py436 def setPhone(self, phoneType, value): argument
442 t = phoneType.upper()
1182 def gotPhoneNumber(self, listVersion, userHandle, phoneType, number): argument
1198 self.factory.contacts.getContact(userHandle).setPhone(phoneType, number)
1414 def setPhoneDetails(self, phoneType, value): argument
1438 self.sendLine("PRP %s %s %s" % (id, phoneType, quote(value)))
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/words/test/
H A Dtest_msn.py138 def gotPhoneNumber(self, listVersion, userHandle, phoneType, number): argument
139 msn.NotificationClient.gotPhoneNumber(self, listVersion, userHandle, phoneType, number)
/dports/net/kf5-kcontacts/kcontacts-5.89.0/src/
H A Dvcardtool.cpp61 const char *phoneType; member
85 return str == QLatin1String(info.phoneType); in stringToPhoneType()
263 const QString str = QString::fromLatin1(pType.phoneType); in processPhoneNumbers()
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-3.3.1.api19726 twisted.words.protocols.msn.MSNContact.setPhone?4(phoneType, value)
19790 twisted.words.protocols.msn.NotificationClient.gotPhoneNumber?4(listVersion, userHandle, phoneType,…
19828 twisted.words.protocols.msn.NotificationClient.setPhoneDetails?4(phoneType, value)