HomeSort by relevance Sort by last modified time
    Searched refs:APN (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/IR/
BasicBlock.cpp 227 PHINode *APN = dyn_cast<PHINode>(&front());
228 if (!APN) return; // Quick exit.
242 unsigned max_idx = APN->getNumIncomingValues();
245 BasicBlock *Other = APN->getIncomingBlock(APN->getIncomingBlock(0) == Pred);
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp     [all...]
  /packages/services/Mms/src/com/android/mms/service/
ApnSettings.java 35 * APN settings used for MMS transactions
46 // Debug text for this APN: a concatenation of interesting columns of this APN
55 Telephony.Carriers.APN,
88 * Load APN settings from system
91 * @param apnName the optional APN name to match
104 //selection += " AND " + Telephony.Carriers.APN + "=?";
105 selection = Telephony.Carriers.APN + "=?";
123 // Read values from APN settings
161 throw new ApnException("Can not find valid APN");
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionSettings.java 33 * within Transaction instances to allow overriding of the default APN
68 selection += " AND " + Telephony.Carriers.APN + "=?";
77 Log.v(TAG, "TransactionSettings looking for apn: " + selection + " returned: " +
82 Log.e(TAG, "Apn is not found in Database!");
89 // Read values from APN settings
119 Log.v(TAG, "APN setting: MMSC: " + mServiceCenter + " looked for: " + selection);
122 Log.e(TAG, "Invalid APN setting: MMSC is empty");
164 // If APN type is unspecified, assume APN_TYPE_ALL.
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.js 175 // Cached Apn properties
249 $('cellular-apn-use-default').addEventListener('click', function(event) {
253 $('cellular-apn-set').addEventListener('click', function(event) {
254 DetailsInternetPage.getInstance().setApn_($('cellular-apn').value);
257 $('cellular-apn-cancel').addEventListener('click', function(event) {
261 $('select-apn').addEventListener('change', function(event) {
765 * Helper method called from showDetailedInfo to initialize the Apn list.
771 var apnSelector = $('select-apn');
772 // Clear APN lists, keep only last element that "other".
777 var activeApn = onc.getActiveValue('Cellular.APN.AccessPointName')
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 85 private static final String PREF_FILE = "preferred-apn";
147 loge("Can't get version of APN database" + e + " return version=" +
217 "apn TEXT," +
256 loge("Got exception while loading APN database." + e);
267 // OEM image exist APN xml, get the timestamp from OEM & System image for comparison
279 // No Apn in OEM image, so load it from system image.
328 // if the user, has added a new APN, we set the authentication type
337 // Add protcol fields to the APN. The XML file does not change.
345 // Add carrier_enabled, bearer fields to the APN. The XML file does not change.
353 // Add mvno_type, mvno_match_data fields to the APN
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 108 Telephony.Carriers.APN, // 2
333 // allow user to edit carrier_enabled for some APN
455 // If it's a new APN, then cancel will delete the new entry in onPause
517 String apn = checkNotSet(mApn.getText()); local
532 // If it's a new APN and a name or apn haven't been entered, then erase the entry
533 if (force && mNewApn && name.length() < 1 && apn.length() < 1) {
544 values.put(Telephony.Carriers.APN, apn);
593 String apn = checkNotSet(mApn.getText()) local
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 46 * messages and access to the APN list, including the MMSC to use.
250 * The MTU size of the mobile interface to which the APN connected
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 108 * Handles changes to the APN db.
143 /** Watches for changes to the APN db. */
176 // Add Emergency APN to APN setting list by default to support EPDN in sim absent cases
378 // Set the emergency APN availability status as TRUE irrespective of conditions checked in
499 // Return all active apn types
501 if (DBG) log("get all active apn types");
514 // Return active apn of specific apn type
516 if (VDBG) log( "get active apn string for type:" + apnType)
1166 ApnSetting apn = new ApnSetting( local
1212 ApnSetting apn = makeApnSetting(cursor); local
1866 ApnSetting apn = apnContext.getApnSetting(); local
1969 ApnSetting apn = apnContext.getApnSetting(); local
1979 ApnSetting apn = apnContext.getApnSetting(); local
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 324 milliseconds