Home
last modified time | relevance | path

Searched refs:carrier (Results 1 – 25 of 100) sorted by relevance

1234

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DVoiceMailConstants.java57 boolean containsCarrier(String carrier) { in containsCarrier() argument
58 return CarrierVmMap.containsKey(carrier); in containsCarrier()
61 String getCarrierName(String carrier) { in getCarrierName() argument
62 String[] data = CarrierVmMap.get(carrier); in getCarrierName()
66 String getVoiceMailNumber(String carrier) { in getVoiceMailNumber() argument
67 String[] data = CarrierVmMap.get(carrier); in getVoiceMailNumber()
71 String getVoiceMailTag(String carrier) { in getVoiceMailTag() argument
72 String[] data = CarrierVmMap.get(carrier); in getVoiceMailTag()
/frameworks/opt/telephony/proto/src/
DcarrierId.proto26 // A collection of carriers. one entry for one carrier.
28 // Version number of current carrier list
32 // CarrierId is the unique representation of a carrier in CID table.
34 // [Optional] A unique canonical number designated to a carrier.
37 // [Optional] A user-friendly carrier name (not localized).
40 // [Optional] Carrier attributes to match a carrier. At least one value is required.
43 // [Optional] A unique canonical number to represent its parent carrier. The parent-child
44 // relationship can be used to differentiate a single carrier by different networks,
49 // Attributes used to match a carrier.
55 // [Optional] The MCC and MNC that map to this carrier. At least one value is required.
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto36 // carrier's MMSC for sending and receiving MMS messages.
39 // carrier's SUPL server, used to retrieve GPS information.
42 // carrier's DUN or tethering gateway.
45 // carrier's FOTA portal, used for over the air updates.
48 // carrier's IMS servers, used for network registration and signaling.
51 // carrier's CBS servers, used for carrier specific services.
56 // Indicates this is a network that has the ability to reach a carrier's
59 // Indicates this is a network that has the ability to reach a carrier's
62 // Indicates this is a network that has the ability to reach a carrier's
65 // Indicates this is a network that has the ability to reach a carrier's
[all …]
/frameworks/base/core/java/android/service/carrier/
DICarrierMessagingService.aidl17 package android.service.carrier;
20 import android.service.carrier.ICarrierMessagingCallback;
21 import android.service.carrier.MessagePdu;
DApnService.java17 package android.service.carrier;
29 import android.service.carrier.IApnSourceService;
DICarrierMessagingClientService.aidl17 package android.service.carrier;
DMessagePdu.aidl17 package android.service.carrier;
DIApnSourceService.aidl17 package android.service.carrier;
DICarrierMessagingCallback.aidl17 package android.service.carrier;
DCarrierMessagingClientService.java16 package android.service.carrier;
/frameworks/base/telephony/java/android/service/carrier/
DICarrierService.aidl17 package android.service.carrier;
21 import android.service.carrier.CarrierIdentifier;
DCarrierIdentifier.aidl17 package android.service.carrier;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServicesSmsFilterTest.java36 import android.service.carrier.CarrierMessagingService;
37 import android.service.carrier.ICarrierMessagingCallback;
38 import android.service.carrier.ICarrierMessagingService;
39 import android.service.carrier.MessagePdu;
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
DShadeCarrierGroupControllerLog.kt17 package com.android.systemui.shade.carrier
DCellSignalState.kt17 package com.android.systemui.shade.carrier
DShadeCarrierGroupController.java17 package com.android.systemui.shade.carrier;
239 for (ShadeCarrier carrier : mCarrierGroups) { in updateModernMobileIcons()
240 carrier.removeModernMobileView(); in updateModernMobileIcons()
246 ShadeCarrier carrier = mCarrierGroups[iconData.slotIndex]; in updateModernMobileIcons() local
259 carrier.addModernMobileView(modernMobileView); in updateModernMobileIcons()
DShadeCarrierGroup.java17 package com.android.systemui.shade.carrier;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DDataUsageDetailView.java108 final TextView carrier = findViewById(R.id.usage_carrier_text); in bind() local
109 carrier.setText(info.carrier); in bind()
/frameworks/base/services/core/java/com/android/server/appbinding/finders/
DCarrierMessagingClientServiceFinder.java27 import android.service.carrier.CarrierMessagingClientService;
28 import android.service.carrier.ICarrierMessagingClientService;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServicesSmsFilter.java26 import android.service.carrier.CarrierMessagingService;
27 import android.service.carrier.CarrierMessagingServiceWrapper;
28 import android.service.carrier.CarrierMessagingServiceWrapper.CarrierMessagingCallback;
29 import android.service.carrier.MessagePdu;
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DSlicePurchaseBroadcastReceiver.java183 String carrier = intent.getStringExtra(SlicePurchaseController.EXTRA_CARRIER); in isIntentValid() local
184 if (TextUtils.isEmpty(carrier)) { in isIntentValid()
185 loge("isIntentValid: empty carrier: " + carrier); in isIntentValid()
366 String carrier = intent.getStringExtra(SlicePurchaseController.EXTRA_CARRIER); in onDisplayPerformanceBoostNotification() local
372 R.string.performance_boost_notification_detail), carrier)) in onDisplayPerformanceBoostNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/carrier/
DCellSignalStateTest.kt17 package com.android.systemui.shade.carrier
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/
DStatusBarPipelineFlags.kt23 import com.android.systemui.shade.carrier.ShadeCarrierGroup
/frameworks/proto_logging/stats/atoms/corenetworking/connectivity/
Dconnectivity_extension_atoms.proto93 * Logs the keepalive registered/active duration in milli-seconds and carrier
94 * info(carrier id, transport, keepalive interval).
100 // The carrier ID for each keepalive, or TelephonyManager.UNKNOWN_CARRIER_ID(-1) if not cell
/frameworks/opt/telephony/flags/
Dmisc.aconfig86 …description: "Expose carrier config KEY_ADDITIONAL_SETTINGS_CALLER_ID_VISIBILITY_BOOL and KEY_ADDI…
125 description: "Fix bug when preloaded carrier app is uninstalled and lose provisioning data"
195 description: "This flag supports setting the no reply timer for CFNRy based on carrier config"

1234