Home
last modified time | relevance | path

Searched refs:ENABLE_FEATURE_MAPPING (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java23 import static android.telephony.TelephonyManager.ENABLE_FEATURE_MAPPING;
805 || !CompatChanges.isChangeEnabled(ENABLE_FEATURE_MAPPING, callingPackage,
DSmsController.java23 import static android.telephony.TelephonyManager.ENABLE_FEATURE_MAPPING;
1233 || !CompatChanges.isChangeEnabled(ENABLE_FEATURE_MAPPING, callingPackage, in enforceTelephonyFeatureWithException()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsControllerTest.java298 @EnableCompatChanges({TelephonyManager.ENABLE_FEATURE_MAPPING})
DPhoneSubInfoControllerTest.java233 @EnableCompatChanges({TelephonyManager.ENABLE_FEATURE_MAPPING})
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java20 import static android.telephony.TelephonyManager.ENABLE_FEATURE_MAPPING;
1548 || !CompatChanges.isChangeEnabled(ENABLE_FEATURE_MAPPING, callingPackage, in enforceTelephonyFeatureWithException()
DEuiccController.java19 import static android.telephony.TelephonyManager.ENABLE_FEATURE_MAPPING;
2377 || !CompatChanges.isChangeEnabled(ENABLE_FEATURE_MAPPING, callingPackage, in enforceTelephonyFeatureWithException()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionManagerServiceTest.java458 @DisableCompatChanges({TelephonyManager.ENABLE_FEATURE_MAPPING})
500 @EnableCompatChanges({TelephonyManager.ENABLE_FEATURE_MAPPING})
2513 @DisableCompatChanges({TelephonyManager.ENABLE_FEATURE_MAPPING})
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionManagerService.java20 import static android.telephony.TelephonyManager.ENABLE_FEATURE_MAPPING;
4653 || !CompatChanges.isChangeEnabled(ENABLE_FEATURE_MAPPING, callingPackage, in enforceTelephonyFeatureWithException()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java1685 TelephonyManager.ENABLE_FEATURE_MAPPING})
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java431 public static final long ENABLE_FEATURE_MAPPING = 297989574L; field in TelephonyManager