Searched refs:isMobile (Results 1 – 4 of 4) sorted by relevance
/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberToCarrierMapper.java | 91 if (isMobile(numberType)) { in getNameForNumber() 117 private boolean isMobile(PhoneNumberType numberType) { in isMobile() method in PhoneNumberToCarrierMapper
|
/third_party/typescript/tests/baselines/reference/ |
D | fixSignatureCaching.symbols | 1391 var $isMobile = t.mobile() !== null; 1392 >$isMobile : Symbol($isMobile, Decl(fixSignatureCaching.ts, 519, 11)) 1498 t.version('Chrome')>=11 && !$isMobile || 1500 >$isMobile : Symbol($isMobile, Decl(fixSignatureCaching.ts, 519, 11)) 1503 t.version('Safari')>=5.0 && !$isMobile || 1505 >$isMobile : Symbol($isMobile, Decl(fixSignatureCaching.ts, 519, 11)) 1508 t.version('Firefox')>=4.0 && !$isMobile || 1510 >$isMobile : Symbol($isMobile, Decl(fixSignatureCaching.ts, 519, 11)) 1513 t.version('MSIE')>=7.0 && !$isMobile || 1515 >$isMobile : Symbol($isMobile, Decl(fixSignatureCaching.ts, 519, 11)) [all …]
|
D | fixSignatureCaching.types | 5 …isMobile = t.mobile() !== null; if ( // Apple iOS 3.2-5.1 - Tested on the origin… 6 …isMobile = t.mobile() !== null; if ( // Apple iOS 3.2-5.1 - Tested on the origin… 7 …isMobile = t.mobile() !== null; if ( // Apple iOS 3.2-5.1 - Tested on the origin… 12 …isMobile = t.mobile() !== null; if ( // Apple iOS 3.2-5.1 - Tested on the origin… 14 …isMobile = t.mobile() !== null; if ( // Apple iOS 3.2-5.1 - Tested on the origin… 2070 …isMobile = t.mobile() !== null; if ( // Apple iOS 3.2-5.1 - Tested on the origin… 2074 …isMobile = t.mobile() !== null; if ( // Apple iOS 3.2-5.1 - Tested on the origin… 2085 var $isMobile = t.mobile() !== null; 2086 >$isMobile : boolean 2097 …isMobile || // Safari Desktop 4-5 - Tested on OS X 10.7 and Windows 7 t.vers… [all …]
|
D | fixSignatureCaching.errors.txt | 646 var $isMobile = t.mobile() !== null; 707 t.version('Chrome')>=11 && !$isMobile || 710 t.version('Safari')>=5.0 && !$isMobile || 713 t.version('Firefox')>=4.0 && !$isMobile || 716 t.version('MSIE')>=7.0 && !$isMobile || 720 t.version('Opera')>=10 && !$isMobile
|