Searched refs:getApnSetId (Results 1 – 3 of 3) sorted by relevance
853 && (dp.getApnSetting().getApnSetId() in getApnSettingForNetworkRequest()855 || dp.getApnSetting().getApnSetId() == mPreferredDataProfileSetId)) in getApnSettingForNetworkRequest()1080 apnBuilder.setApnSetId(apn1.getApnSetId()); in mergeDataProfiles()1121 && (dp.getApnSetting().getApnSetId() in isDataProfileCompatible()1123 || dp.getApnSetting().getApnSetId() == mPreferredDataProfileSetId)) in isDataProfileCompatible()
118 assertEquals(a1.getApnSetId(), a2.getApnSetId()); in assertApnSettingEqual()
677 public int getApnSetId() { in getApnSetId() method in ApnSetting