Searched refs:requestApnType (Results 1 – 1 of 1) sorted by relevance
1282 int requestApnType = 0; in isDataAllowed() local1284 requestApnType = apnContext.getApnTypeBitmask(); in isDataAllowed()1303 || ApnSettingUtils.isMeteredApnType(requestApnType, mPhone); in isDataAllowed()1319 && requestApnType == ApnSetting.TYPE_EMERGENCY in isDataAllowed()1346 if ((apnContext != null && requestApnType == TYPE_DEFAULT in isDataAllowed()1347 || requestApnType == TYPE_IA) in isDataAllowed()1398 : mDataEnabledSettings.isDataEnabled(requestApnType); in isDataAllowed()1423 && !isMeteredApnType && requestApnType != TYPE_DEFAULT) { in isDataAllowed()