Searched refs:validCarrierPrivilegeStatus (Results 1 – 1 of 1) sorted by relevance
979 List<Integer> validCarrierPrivilegeStatus = new ArrayList<>(); in testTelephonyManager() local980 validCarrierPrivilegeStatus.add(TelephonyManager.CARRIER_PRIVILEGE_STATUS_HAS_ACCESS); in testTelephonyManager()981 validCarrierPrivilegeStatus.add(TelephonyManager.CARRIER_PRIVILEGE_STATUS_NO_ACCESS); in testTelephonyManager()982 validCarrierPrivilegeStatus.add( in testTelephonyManager()984 validCarrierPrivilegeStatus.add( in testTelephonyManager()988 assertTrue(validCarrierPrivilegeStatus.contains(carrierPrivilegeStatusResult)); in testTelephonyManager()1181 List<Integer> validCarrierPrivilegeStatus = new ArrayList<>(); in testTelephonyManagerWithFeatureMapping() local1182 validCarrierPrivilegeStatus.add(TelephonyManager.CARRIER_PRIVILEGE_STATUS_HAS_ACCESS); in testTelephonyManagerWithFeatureMapping()1183 validCarrierPrivilegeStatus.add(TelephonyManager.CARRIER_PRIVILEGE_STATUS_NO_ACCESS); in testTelephonyManagerWithFeatureMapping()1184 validCarrierPrivilegeStatus.add( in testTelephonyManagerWithFeatureMapping()[all …]