Searched refs:requestApnType (Results 1 – 1 of 1) sorted by relevance
1321 int requestApnType = 0; in isDataAllowed() local1323 requestApnType = apnContext.getApnTypeBitmask(); in isDataAllowed()1342 || ApnSettingUtils.isMeteredApnType(requestApnType, mPhone); in isDataAllowed()1358 && requestApnType == ApnSetting.TYPE_EMERGENCY in isDataAllowed()1376 if ((apnContext != null && requestApnType == TYPE_DEFAULT in isDataAllowed()1377 || requestApnType == TYPE_IA) in isDataAllowed()1428 : mDataEnabledSettings.isDataEnabled(requestApnType); in isDataAllowed()1453 && !isMeteredApnType && requestApnType != TYPE_DEFAULT) { in isDataAllowed()