Home
last modified time | relevance | path

Searched refs:hasTelephonyFeature (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/tests/cts/multidevices/
Dtether_utils.py64 not server.hasTelephonyFeature(), "Server requires Telephony feature"
/packages/apps/CellBroadcastReceiver/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/
DCellBroadcastBaseTest.java155 boolean hasTelephonyFeature = pm.hasSystemFeature(PackageManager.FEATURE_TELEPHONY); in beforeAllTests()
156 if (!hasTelephonyFeature) { in beforeAllTests()
/packages/modules/Connectivity/tests/cts/multidevices/snippet/
DConnectivityMultiDevicesSnippet.kt68 fun hasTelephonyFeature() = pm.hasSystemFeature(FEATURE_TELEPHONY) in hasWifiFeature() method in com.google.snippet.connectivity.ConnectivityMultiDevicesSnippet