Searched refs:isSmsCapable (Results 1 – 6 of 6) sorted by relevance
168 private boolean isSmsCapable() throws Exception { in isSmsCapable() method in AppBindingHostTest345 if (!isSmsCapable()) { in testSimpleBind1()358 if (!isSmsCapable()) { in testSimpleBind2()371 if (!isSmsCapable()) { in testSimpleBindB()384 if (!isSmsCapable()) { in testSimpleNotBound3()398 if (!isSmsCapable()) { in testSimpleNotBound4()411 if (!isSmsCapable()) { in testSimpleNotBound5()425 if (!isSmsCapable()) { in testSimpleNotBound6()439 if (!isSmsCapable()) { in testUpgrade()465 if (!isSmsCapable()) { in testServiceEnabledByDefault()[all …]
121 return telephonyManager.isSmsCapable(); in hasSms()
141 if (!mHasFeature || !telephonyManager.isSmsCapable()) { in testSmsBackupRestore()
258 if (!tm.isSmsCapable()) { in isRestrictionValid()
755 if (tm != null && !tm.isSmsCapable()) { in testOnCannedTextResponsesLoaded()
721 mTelephonyManager.isSmsCapable(); in testTelephonyManager()