Searched refs:dataConnectionReasons (Results 1 – 2 of 2) sorted by relevance
614 private boolean isDataAllowed(DataConnectionReasons dataConnectionReasons) { in isDataAllowed() argument619 return (boolean) method.invoke(mDct, dataConnectionReasons); in isDataAllowed()672 DataConnectionReasons dataConnectionReasons = new DataConnectionReasons(); in testDataSetup() local673 boolean allowed = isDataAllowed(dataConnectionReasons); in testDataSetup()674 assertFalse(dataConnectionReasons.toString(), allowed); in testDataSetup()683 dataConnectionReasons = new DataConnectionReasons(); in testDataSetup()684 allowed = isDataAllowed(dataConnectionReasons); in testDataSetup()685 assertTrue(dataConnectionReasons.toString(), allowed); in testDataSetup()714 DataConnectionReasons dataConnectionReasons = new DataConnectionReasons(); in testDataRetry() local715 boolean allowed = isDataAllowed(dataConnectionReasons); in testDataRetry()[all …]
1258 public boolean isDataAllowed(DataConnectionReasons dataConnectionReasons) { in isDataAllowed() argument1259 return isDataAllowed(null, REQUEST_TYPE_NORMAL, dataConnectionReasons); in isDataAllowed()1274 DataConnectionReasons dataConnectionReasons) { in isDataAllowed() argument1323 if (dataConnectionReasons != null) { in isDataAllowed()1324 dataConnectionReasons.add(DataAllowedReasonType.EMERGENCY_APN); in isDataAllowed()1406 if (dataConnectionReasons != null) { in isDataAllowed()1407 dataConnectionReasons.copyFrom(reasons); in isDataAllowed()1440 if (dataConnectionReasons != null) { in isDataAllowed()1441 dataConnectionReasons.copyFrom(reasons); in isDataAllowed()1518 DataConnectionReasons dataConnectionReasons = new DataConnectionReasons(); in trySetupData() local[all …]