Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DOpportunisticNetworkService.java813 @NonNull String telephonyFeature, @NonNull String methodName) { in enforceTelephonyFeatureWithException() argument
828 if (!mPackageManager.hasSystemFeature(telephonyFeature)) { in enforceTelephonyFeatureWithException()
830 methodName + " is unsupported without " + telephonyFeature); in enforceTelephonyFeatureWithException()
/packages/services/Telephony/src/com/android/phone/
DImsRcsController.java1000 @NonNull String telephonyFeature, @NonNull String methodName) { in enforceTelephonyFeatureWithException() argument
1015 if (!mPackageManager.hasSystemFeature(telephonyFeature)) { in enforceTelephonyFeatureWithException()
1017 methodName + " is unsupported without " + telephonyFeature); in enforceTelephonyFeatureWithException()
DPhoneInterfaceManager.java14198 @NonNull String telephonyFeature, @NonNull String methodName) { in enforceTelephonyFeatureWithException() argument
14213 if (!mPackageManager.hasSystemFeature(telephonyFeature)) { in enforceTelephonyFeatureWithException()
14215 methodName + " is unsupported without " + telephonyFeature); in enforceTelephonyFeatureWithException()