/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | NeighboringCellInfoTest.java | 35 assertEquals(NETWORK_TYPE_EDGE, nc.getNetworkType()); in testConstructor() 42 assertEquals(NETWORK_TYPE_UMTS, nc.getNetworkType()); in testConstructor() 49 assertEquals(NETWORK_TYPE_UNKNOWN, nc.getNetworkType()); in testConstructor() 61 assertEquals(NETWORK_TYPE_GPRS, nc.getNetworkType()); in testParcel() 73 assertEquals(NETWORK_TYPE_GPRS, nw.getNetworkType()); in testParcel()
|
D | CallAttributesTest.java | 80 data.getNetworkType(), in testParcelUnparcelNetworkType() 81 unparceledData.getNetworkType()); in testParcelUnparcelNetworkType()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ScanResultMatchInfo.java | 49 public static @WifiConfiguration.SecurityType int getNetworkType(WifiConfiguration config) { in getNetworkType() method in ScanResultMatchInfo 74 info.networkType = getNetworkType(config); in fromWifiConfiguration() 81 public static @WifiConfiguration.SecurityType int getNetworkType(ScanResult scanResult) { in getNetworkType() method in ScanResultMatchInfo 111 info.networkType = getNetworkType(scanResult); in fromScanResult()
|
D | WifiNetworkFactory.java | 1078 if (ScanResultMatchInfo.getNetworkType(wns.wifiConfiguration) in doesScanResultMatchWifiNetworkSpecifier() 1079 != ScanResultMatchInfo.getNetworkType(scanResult)) { in doesScanResultMatchWifiNetworkSpecifier()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CallAttributes.java | 94 public int getNetworkType() { in getNetworkType() method in CallAttributes
|
D | NeighboringCellInfo.java | 271 public int getNetworkType() { in getNetworkType() method in NeighboringCellInfo
|
D | TelephonyManager.java | 2547 public @NetworkType int getNetworkType() { in getNetworkType() method in TelephonyManager 2548 return getNetworkType(getSubId(SubscriptionManager.getDefaultDataSubscriptionId())); in getNetworkType() 2580 public int getNetworkType(int subId) { in getNetworkType() method in TelephonyManager 2761 return getNetworkTypeName(getNetworkType()); in getNetworkTypeName()
|
/frameworks/base/core/java/android/net/ |
D | LinkQualityInfo.java | 156 public int getNetworkType() { in getNetworkType() method in LinkQualityInfo
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsNumberUtils.java | 547 final int networkType = getNetworkType(phone); in filterDestAddr() 567 private static int getNetworkType(Phone phone) { in getNetworkType() method in SmsNumberUtils
|
D | GsmCdmaCallTracker.java | 1547 TelephonyManager.getDefault().getNetworkType()); in handleMessage()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
D | JobStoreTest.java | 493 first.getNetworkType(), second.getNetworkType()); in assertTasksEqual()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/ |
D | DataUsageController.java | 246 static int getNetworkType(NetworkTemplate networkTemplate) { in getNetworkType() method in DataUsageController
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssNetworkConnectivityHandler.java | 609 if (TelephonyManager.NETWORK_TYPE_UNKNOWN == phone.getNetworkType()
|
D | GnssLocationProvider.java | 1959 int networkType = phone.getNetworkType();
|
/frameworks/base/core/java/android/app/job/ |
D | JobInfo.java | 459 public @NetworkType int getNetworkType() { in getNetworkType() method in JobInfo
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 2845 cause, cid, mTelephonyManager.getNetworkType()); in onDataSetupComplete()
|
/frameworks/base/api/ |
D | system-current.txt | 7121 method public int getNetworkType();
|
D | current.txt | 7329 method @Deprecated public int getNetworkType(); 44452 method @Deprecated public int getNetworkType(); 44937 method public int getNetworkType();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14365 HSPLandroid/telephony/TelephonyManager;->getNetworkType()I 40933 HSPLandroid/app/job/JobInfo;->getNetworkType()I 42586 HSPLandroid/telephony/TelephonyManager;->getNetworkType(I)I
|
D | hiddenapi-greylist-max-o.txt | 47039 Landroid/net/LinkQualityInfo;->getNetworkType()I 105340 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->getNetworkType()I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 5541 method public int getNetworkType(); 28360 method public int getNetworkType(); 28668 method public int getNetworkType();
|