Searched refs:isDataCapable (Results 1 – 7 of 7) sorted by relevance
122 when(mMockTm.isDataCapable()).thenReturn(false); in testNoInternetIcon_withDefaultSub()136 when(mMockTm.isDataCapable()).thenReturn(false); in testDataDisabledIcon_withDefaultSub()150 when(mMockTm.isDataCapable()).thenReturn(false); in testNoInternetIcon_withoutDefaultSub()165 when(mMockTm.isDataCapable()).thenReturn(false); in testDataDisabledIcon_withoutDefaultSub()221 when(mMockTm.isDataCapable()).thenReturn(false); in testDataDisabledIcon_UserNotSetup()236 when(mMockTm.isDataCapable()).thenReturn(false); in testAlwaysShowDataRatIcon()
167 when(mMockTm.isDataCapable()).thenReturn(true); in setupNetworkController()
548 return !mPhone.isDataCapable(); in isDataDisabled()
2733 return new TelephonyManager(mContext, getSubId()).isDataCapable(); in isDataEnabled()
10080 public boolean isDataCapable() { in isDataCapable() method in TelephonyManager
14409 HSPLandroid/telephony/TelephonyManager;->isDataCapable()Z
74593 Landroid/telephony/TelephonyManager;->isDataCapable()Z