Searched refs:getDataEnabled (Results 1 – 10 of 10) sorted by relevance
118 when(mMockTm.getDataEnabled(mSubId)).thenReturn(false); in testNoInternetIcon()132 when(mMockTm.getDataEnabled(mSubId)).thenReturn(false); in testDataDisabledIcon()146 when(mMockTm.getDataEnabled(mSubId)).thenReturn(false); in testDataDisabledIcon_UserNotSetup()161 when(mMockTm.getDataEnabled(mSubId)).thenReturn(false); in testAlwaysShowDataRatIcon()
158 when(mMockTm.getDataEnabled(mSubId)).thenReturn(true); in setupNetworkController()
221 return mTelephonyManager.getDataEnabled(); in isMobileDataEnabled()
916 boolean getDataEnabled(int subId); in getDataEnabled() method
488 return !mPhone.getDataEnabled(mSubscriptionInfo.getSubscriptionId()); in isDataDisabled()
877 networkAvailable = info.isAvailable() && TelephonyManager.getDefault().getDataEnabled(); in handleUpdateNetworkState()
761 Lcom/android/internal/telephony/ITelephony;->getDataEnabled(I)Z
30708 HSPLandroid/telephony/TelephonyManager;->getDataEnabled()Z30709 HSPLandroid/telephony/TelephonyManager;->getDataEnabled(I)Z40153 HSPLcom/android/internal/telephony/ITelephony;->getDataEnabled(I)Z
44612 Landroid/telephony/TelephonyManager;->getDataEnabled()Z44613 Landroid/telephony/TelephonyManager;->getDataEnabled(I)Z
5170 method public deprecated boolean getDataEnabled();5171 method public deprecated boolean getDataEnabled(int);