Searched refs:getDataConnection (Results 1 – 5 of 5) sorted by relevance
1103 assertTrue(apnContexts.get(ApnSetting.TYPE_MMS).getDataConnection() in testTrySetupDataMmsAlwaysAllowedDataDisabled()1105 assertTrue(apnContexts.get(ApnSetting.TYPE_MMS).getDataConnection() in testTrySetupDataMmsAlwaysAllowedDataDisabled()1107 assertTrue(apnContexts.get(ApnSetting.TYPE_MMS).getDataConnection() in testTrySetupDataMmsAlwaysAllowedDataDisabled()1142 assertTrue(apnContexts.get(ApnSetting.TYPE_MMS).getDataConnection() in testTrySetupDataMmsAlwaysAllowedDataDisabled()1144 assertFalse(apnContexts.get(ApnSetting.TYPE_MMS).getDataConnection() in testTrySetupDataMmsAlwaysAllowedDataDisabled()1146 assertFalse(apnContexts.get(ApnSetting.TYPE_MMS).getDataConnection() in testTrySetupDataMmsAlwaysAllowedDataDisabled()1304 doReturn(mDataConnection).when(mApnContext).getDataConnection(); in initApns()1930 assertEquals(apnContexts.get(ApnSetting.TYPE_DEFAULT).getDataConnection(), in testCheckForCompatibleDataConnectionWithDunWhenIdsChange()1934 assertEquals(apnContexts.get(ApnSetting.TYPE_DEFAULT).getDataConnection(), in testCheckForCompatibleDataConnectionWithDunWhenIdsChange()1993 assertEquals(apnContexts.get(ApnSetting.TYPE_DEFAULT).getDataConnection(), in testCheckForCompatibleDataConnectionWithEnterprise()[all …]
1166 DataConnection dataConnection = apnContext.getDataConnection(); in getLinkProperties()1179 DataConnection dataConnection = apnContext.getDataConnection(); in getNetworkCapabilities()1849 DataConnection dataConnection = apnContext.getDataConnection(); in cleanUpConnectionInternal()2108 return apnContext.getDataConnection(); in getDataConnectionByApnType()2131 if (apnContext.getDataConnection() == dataConnection) { in findFreeDataConnection()3026 + " connection params: " + (apnContext.getDataConnection() != null in checkDataRoamingStatus()3027 ? apnContext.getDataConnection().getConnectionParams() : "")); in checkDataRoamingStatus()3122 DataConnection dataConnection = apnContext.getDataConnection(); in onDataSetupComplete()4756 DataConnection dataConnection = apnContext.getDataConnection(); in getPcscfAddress()4945 if (apnContext.getDataConnection() != null) { in onDataEnabledOverrideRulesChanged()[all …]
153 public synchronized DataConnection getDataConnection() { in getDataConnection() method in ApnContext
193 public synchronized DataConnection getDataConnection() { in getDataConnection() method in DcNetworkAgent
2495 DataConnection sourceDc = mHandoverSourceNetworkAgent.getDataConnection(); in enter()