Searched refs:telephonyFeature (Results 1 – 3 of 3) sorted by relevance
813 @NonNull String telephonyFeature, @NonNull String methodName) { in enforceTelephonyFeatureWithException() argument828 if (!mPackageManager.hasSystemFeature(telephonyFeature)) { in enforceTelephonyFeatureWithException()830 methodName + " is unsupported without " + telephonyFeature); in enforceTelephonyFeatureWithException()
1000 @NonNull String telephonyFeature, @NonNull String methodName) { in enforceTelephonyFeatureWithException() argument1015 if (!mPackageManager.hasSystemFeature(telephonyFeature)) { in enforceTelephonyFeatureWithException()1017 methodName + " is unsupported without " + telephonyFeature); in enforceTelephonyFeatureWithException()
14198 @NonNull String telephonyFeature, @NonNull String methodName) { in enforceTelephonyFeatureWithException() argument14213 if (!mPackageManager.hasSystemFeature(telephonyFeature)) { in enforceTelephonyFeatureWithException()14215 methodName + " is unsupported without " + telephonyFeature); in enforceTelephonyFeatureWithException()