HomeSort by relevance Sort by last modified time
    Searched refs:carrier (Results 1 - 25 of 55) sorted by null

1 2 3

  /frameworks/base/core/java/android/service/carrier/
CarrierIdentifier.aidl 17 package android.service.carrier;
MessagePdu.aidl 17 package android.service.carrier;
ICarrierService.aidl 17 package android.service.carrier;
20 import android.service.carrier.CarrierIdentifier;
23 * Service used to expose carrier-specific functionality to the system.
25 * @see android.service.carrier.CarrierService
30 /** @see android.service.carrier.CarrierService#onLoadConfig */
ICarrierMessagingCallback.aidl 17 package android.service.carrier;
20 * Callback interface definition for the Carrier Messaging Service client to get informed of the
ICarrierMessagingService.aidl 17 package android.service.carrier;
20 import android.service.carrier.ICarrierMessagingCallback;
21 import android.service.carrier.MessagePdu;
25 * This service can only be implemented by a carrier privileged app.
CarrierService.java 15 package android.service.carrier;
28 * A service that exposes carrier-specific functionality to the system.
33 * binding, set android.service.carrier.LONG_LIVED_BINDING to true in the service's metadata.
42 * <action android:name="android.service.carrier.CarrierService" />
44 * <meta-data android:name="android.service.carrier.LONG_LIVED_BINDING"
51 public static final String CARRIER_SERVICE_INTERFACE = "android.service.carrier.CarrierService";
66 * Override this method to set carrier configuration.
68 * This method will be called by telephony services to get carrier-specific configuration
71 * <li>The carrier app package is updated, or</li>
72 * <li>The carrier app requests a reload wit
    [all...]
MessagePdu.java 17 package android.service.carrier;
CarrierIdentifier.java 17 package android.service.carrier;
  /cts/tests/tests/telephony/src/android/telephony/cts/
CarrierServiceTest.java 21 import android.service.carrier.CarrierIdentifier;
22 import android.service.carrier.CarrierService;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
VoiceMailConstants.java 54 boolean containsCarrier(String carrier) {
55 return CarrierVmMap.containsKey(carrier);
58 String getCarrierName(String carrier) {
59 String[] data = CarrierVmMap.get(carrier);
63 String getVoiceMailNumber(String carrier) {
64 String[] data = CarrierVmMap.get(carrier);
68 String getVoiceMailTag(String carrier) {
69 String[] data = CarrierVmMap.get(carrier);
103 data[NAME] = parser.getAttributeValue(null, "carrier");
SpnOverride.java 47 boolean containsCarrier(String carrier) {
48 return mCarrierSpnMap.containsKey(carrier);
51 String getSpn(String carrier) {
52 return mCarrierSpnMap.get(carrier);
  /external/dhcpcd/
if-pref.c 62 /* Then carrier status. */
63 if (si->carrier > ti->carrier)
65 if (si->carrier < ti->carrier)
  /device/asus/flo/
device.mk 23 ro.carrier=wifi-only
  /external/libphonenumber/
Android.mk 18 # For the platform, compile everything except the carrier to phone number
32 $(call all-java-files-under, carrier/src)
36 carrier/src
  /frameworks/opt/telephony/src/java/android/telephony/
CarrierMessagingServiceManager.java 24 import android.service.carrier.CarrierMessagingService;
25 import android.service.carrier.ICarrierMessagingService;
30 * Provides basic structure for platform to connect to the carrier messaging service.
51 * Binds to the carrier messaging service under package {@code carrierPackageName}. This method
55 * @param carrierPackageName the carrier package name
56 * @return true upon successfully binding to a carrier messaging service, false otherwise
69 * Unbinds the carrier messaging service. This method should be called exactly once.
80 * Implemented by subclasses to use the carrier messaging service once it is ready.
82 * @param carrierMessagingService the carrier messaing service interface
  /system/bt/stack/smp/
p_256_multprecision.c 96 DWORD carrier; local
99 carrier=0;
102 temp = a[i] + carrier;
103 carrier = (temp < carrier);
105 carrier |= (temp < b[i]);
109 return carrier;
133 DWORD carrier; local
147 carrier = multiprecision_lshift(c, a, keyLength);
148 if (carrier)
166 DWORD carrier = 0; local
201 DWORD carrier; local
255 DWORD carrier = 0; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-nfc.py 161 summary("Could not get handover request carrier record from wpa_supplicant")
163 print "Handover request carrier record from wpa_supplicant: " + data.encode("hex")
233 for carrier in message.carriers:
234 print "Remote carrier type: " + carrier.type
235 if carrier.type == "application/vnd.wfa.p2p":
236 print "P2P carrier type match - send to wpa_supplicant"
237 if "OK" in wpas_report_handover(data, carrier.record, "INIT"):
296 for carrier in request.carriers:
297 print "Remote carrier type: " + carrier.typ
    [all...]
wps-nfc.py 172 for carrier in request.carriers:
173 print "Remote carrier type: " + carrier.type
174 if carrier.type == "application/vnd.wfa.wsc":
175 summary("WPS carrier type match - add WPS carrier record")
178 summary("Could not get handover select carrier record from wpa_supplicant")
180 print "Handover select carrier record from wpa_supplicant:"
183 if "OK" in wpas_report_handover(carrier.record, self.sent_carrier, "RESP"):
208 summary("Could not get handover request carrier record from wpa_supplicant"
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 38 public final String carrier; field in class:ApnSetting
98 public ApnSetting(int id, String numeric, String carrier, String apn,
107 this.carrier = carrier;
146 * <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
151 * [ApnSettingV2] <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
156 * [ApnSettingV3] <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
276 .append(carrier)
  /packages/apps/CarrierConfig/src/com/android/carrierconfig/
DefaultCarrierConfigService.java 6 import android.service.carrier.CarrierIdentifier;
7 import android.service.carrier.CarrierService;
25 * Provides network overrides for carrier configuration.
28 * default network overrides, and carrier overrides. The default network overrides are provided by
46 * Returns per-network overrides for carrier configuration.
48 * This returns a carrier config bundle appropriate for the given network by reading data from
51 * them. All the matching bundles are flattened to return one carrier config bundle.
81 // Treat vendor.xml as if it were appended to the carrier config file we read.
145 * Checks to see if an XML node matches carrier filters.
162 * @param id the carrier details to check against
    [all...]
  /build/target/product/
core_tiny.mk 110 ro.carrier=unknown
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 143 for carrier in request.carriers:
144 print "Remote carrier type: " + carrier.type
145 if carrier.type == "application/vnd.wfa.wsc":
146 summary("WPS carrier type match - add WPS carrier record")
149 summary("Could not get handover select carrier record from hostapd")
151 print "Handover select carrier record from hostapd:"
153 if "OK" in wpas_report_handover(carrier.record, data):
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 99 public String carrier; field in class:NetworkController.MobileDataController.DataUsageInfo
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ApnSettingTest.java.broken 41 assertEquals(a1.carrier, a2.carrier);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DataUsageDetailView.java 102 final TextView carrier = (TextView) findViewById(R.id.usage_carrier_text); local
103 carrier.setText(info.carrier);

Completed in 765 milliseconds

1 2 3