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

  /external/llvm/lib/IR/
BasicBlock.cpp 223 PHINode *APN = dyn_cast<PHINode>(&front());
224 if (!APN) return; // Quick exit.
238 unsigned max_idx = APN->getNumIncomingValues();
241 BasicBlock *Other = APN->getIncomingBlock(APN->getIncomingBlock(0) == Pred);
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp     [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
114 Log.v(TAG, "APN setting: MMSC: " + mServiceCenter + " looked for: " + selection);
117 Log.e(TAG, "Invalid APN setting: MMSC is empty");
159 // If APN type is unspecified, assume APN_TYPE_ALL.
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 71 private static final String PREF_FILE = "preferred-apn";
120 Log.e(TAG, "Can't get version of APN database", e);
136 "apn TEXT," +
168 Log.e(TAG, "Got exception while loading APN database.", e);
214 // if the user, has added a new APN, we set the authentication type
223 // Add protcol fields to the APN. The XML file does not change.
231 // Add carrier_enabled, bearer fields to the APN. The XML file does not change.
239 // Add mvno_type, mvno_match_data fields to the APN.
250 * Gets the next row of apn values.
253 * @return the row or null if it's not an apn
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 105 Telephony.Carriers.APN, // 2
446 // If it's a new APN, then cancel will delete the new entry in onPause
508 String apn = checkNotSet(mApn.getText()); local
523 // If it's a new APN and a name or apn haven't been entered, then erase the entry
524 if (force && mNewApn && name.length() < 1 && apn.length() < 1) {
535 values.put(Telephony.Carriers.APN, apn);
583 String apn = checkNotSet(mApn.getText()); local
589 } else if (apn.length() < 1)
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 78 * Handles changes to the APN db.
109 /** Watches for changes to the APN db. */
318 // Return all active apn types
320 if (DBG) log("get all active apn types");
333 // Return active apn of specific apn type
335 if (VDBG) log( "get active apn string for type:" + apnType);
340 return apnSetting.apn;
360 // Return state of specific apn type
370 // Return if apn type is a provisioning apn
912 ApnSetting apn = new ApnSetting( local
1563 ApnSetting apn = apnContext.getApnSetting(); local
1643 ApnSetting apn = apnContext.getApnSetting(); local
    [all...]

Completed in 140 milliseconds