Searched defs:carrierIds (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telephony/assets/ |
D | CarrierRestrictionOperatorDetails.json | 4 …"com.vzw.hss.myverizon":{"carrierIds":[1839],"callerSHA256Ids":["AE23A03436DF07B0CD70FE881CDA2EC1D… array 5 …"com.google.android.apps.tycho":{"carrierIds":[1989],"callerSHA256Ids":["B9CFCE1C47A6AC713442718F1… array 6 …"com.comcast.mobile.mxs":{"carrierIds": [2032,2532,2556],"callerSHA256Ids":["914C26403B57D2D482359… array 7 …"com.xfinity.digitalhome": {"carrierIds": [2032,2532,2556],"callerSHA256Ids":["31b4c17315c2269040d… array 8 …"com.xfinity.digitalhome.debug":{"carrierIds": [2032,2532,2556],"callerSHA256Ids":["c9133e8168f975… array 9 …"com.xfinity.dh.xm.app": {"carrierIds": [2032,2532,2556],"callerSHA256Ids":["c9133e8168f97573c8c56… array
|
/packages/services/Telephony/src/com/android/phone/utils/ |
D | CarrierAllowListInfo.java | 101 Set<Integer> carrierIds = new HashSet<>(); in parseJsonForCallerInfo() local 196 public CarrierInfo(Set<Integer> carrierIds, List<String> SHAIds) { in CarrierInfo()
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 9275 Set<Integer> carrierIds = validateCallerAndGetCarrierIds(packageName); in getCarrierRestrictionStatus() local 14148 public CallerCallbackInfo(Consumer<Integer> consumer, Set<Integer> carrierIds) { in CallerCallbackInfo()
|