Searched defs:cid (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentity.java50 protected CellIdentity(CellIdentity cid) { argument
51 this.mCellIdType = cid.mCellIdType;
52 this.mCellIdAttributes = new String(cid.mCellIdAttributes);
H A DCdmaCellIdentity.java79 CdmaCellIdentity(CdmaCellIdentity cid) { argument
80 super(cid);
81 mNetworkId = cid.mNetworkId;
82 mSystemId = cid.mSystemId;
83 mBasestationId = cid.mBasestationId;
84 mLongitude = cid.mLongitude;
85 mLatitude = cid.mLatitude;
H A DGsmCellIdentity.java46 * @param cid 16-bit GSM Cell Identity or 28-bit UMTS Cell Identity
51 int lac, int cid, int psc, String attr) {
56 mCid = cid;
69 GsmCellIdentity(GsmCellIdentity cid) { argument
70 super(cid);
71 mMcc = cid.mMcc;
72 mMnc = cid.mMnc;
73 mLac = cid.mLac;
74 mCid = cid.mCid;
75 mPsc = cid
50 GsmCellIdentity(int mcc, int mnc, int lac, int cid, int psc, String attr) argument
[all...]
H A DLteCellIdentity.java68 LteCellIdentity(LteCellIdentity cid) { argument
69 super(cid);
70 mMcc = cid.mMcc;
71 mMnc = cid.mMnc;
72 mCi = cid.mCi;
73 mPci = cid.mPci;
74 mTac = cid.mTac;
H A DNeighboringCellInfo.java89 * Initialize the object from rssi and cid.
98 public NeighboringCellInfo(int rssi, int cid) { argument
100 mCid = cid;
236 * @deprecated cid value passed as in location parameter passed to constructor
240 public void setCid(int cid) { argument
241 mCid = cid;
H A DSmsCbLocation.java64 public SmsCbLocation(String plmn, int lac, int cid) { argument
67 mCid = cid;
149 * @param cid the Cell ID to compare with
152 public boolean isInLocationArea(String plmn, int lac, int cid) { argument
161 if (mCid != -1 && mCid != cid) {
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduBody.java154 * @param cid the value of content id.
157 public PduPart getPartByContentId(String cid) { argument
158 return mPartMapByContentId.get(cid);
/frameworks/base/telephony/java/android/telephony/gsm/
H A DGsmCellLocation.java44 mCid = bundle.getInt("cid", mCid);
84 public void setLacAndCid(int lac, int cid) { argument
86 mCid = cid;
143 m.putInt("cid", mCid);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDataCallState.java43 public int cid = 0; field in class:DataCallState
82 .append(" cid=").append(cid)
H A DDataConnection.java242 protected int cid; field in class:DataConnection
274 this.cid = -1;
308 phone.mCM.deactivateDataCall(cid, discReason, obtainMessage(EVENT_DEACTIVATE_DONE, o));
329 connectionCompletedMsg.arg1 = cid;
509 cid = -1;
553 cid = response.cid;
667 if (VDBG) log("REQ_GET_CID cid=" + cid);
668 mAc.replyToMessage(msg, DataConnectionAc.RSP_GET_CID, cid);
[all...]
H A DRIL.java1363 deactivateDataCall(int cid, int reason, Message result) { argument
1368 rr.mp.writeString(Integer.toString(cid));
1372 requestToString(rr.mRequest) + " " + cid + " " + reason);
3111 dataCall.cid = p.readInt();
3121 dataCall.cid = p.readInt();
3172 dataCall.cid = Integer.parseInt(p.readString());
H A DCommandsInterface.java1273 * location information (lac and/or cid) has changed.
1503 * @param cid
1510 public void deactivateDataCall(int cid, int reason, Message result); argument
/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java70 public static String createSdDir(int sizeMb, String cid, String sdEncKey, int uid, argument
79 int rc = mountService.createSecureContainer(cid, sizeMb, "ext4", sdEncKey, uid,
82 Log.e(TAG, "Failed to create secure container " + cid);
85 String cachePath = mountService.getSecureContainerPath(cid);
86 if (localLOGV) Log.i(TAG, "Created secure container " + cid +
95 public static String mountSdDir(String cid, String key, int ownerUid) { argument
97 int rc = getMountService().mountSecureContainer(cid, key, ownerUid);
99 Log.i(TAG, "Failed to mount container " + cid + " rc : " + rc);
102 return getMountService().getSecureContainerPath(cid);
109 public static boolean unMountSdDir(String cid) { argument
139 getSdDir(String cid) argument
149 getSdFilesystem(String cid) argument
159 finalizeSdDir(String cid) argument
174 destroySdDir(String cid) argument
200 isContainerMounted(String cid) argument
284 fixSdPermissions(String cid, int gid, String filename) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java361 * @param cid the current Cell ID
364 public boolean matchesLocation(String plmn, int lac, int cid) { argument
365 return mLocation.isInLocationArea(plmn, lac, cid);
399 int cid = cellLocation.getCid();
409 location = new SmsCbLocation(plmn, lac, cid);
464 if (!info.matchesLocation(plmn, lac, cid)) {
H A DGsmDataConnectionTracker.java1156 * @param cid Connection id provided from RIL.
1157 * @return DataConnectionAc associated with specified cid.
1159 private DataConnectionAc findDataConnectionAcByCid(int cid) { argument
1161 if (dcac.getCidSync() == cid) {
1230 DataConnectionAc dcac = findDataConnectionAcByCid(dataCallState.cid);
1264 if (DBG) log("onDataStateChanged(ar): Found ConnId=" + newState.cid
1334 int cid = getCellLocationId();
1335 EventLog.writeEvent(EventLogTags.PDP_NETWORK_DROP, cid,
2087 int cid = getCellLocationId();
2089 cause.ordinal(), cid, TelephonyManage
[all...]
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java1366 * @param cid ASEC container ID
1370 public String getSecureContainerFilesystemPath(String cid) throws RemoteException; argument
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp374 jobject obj, jint type, jint mcc, jint mnc, jint lac, jint cid)
390 location.u.cellID.cid = cid;
373 android_location_GpsLocationProvider_agps_set_reference_location_cellid(JNIEnv* env, jobject obj, jint type, jint mcc, jint mnc, jint lac, jint cid) argument
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java195 public void deactivateDataCall(int cid, int reason, Message result) { argument
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java970 public void deactivateDataCall(int cid, int reason, Message result) {unimplemented(result);} argument
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java585 public void deactivateDataCall(int cid, int reason, Message result) { argument
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1703 int lac, int cid);
1702 native_agps_set_ref_location_cellid(int type, int mcc, int mnc, int lac, int cid) argument
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java6200 String cid = getNextCodePath(packageURI.getPath(), pkgName, "/"
6202 return new AsecInstallArgs(packageURI, cid, installOnSd(flags),
6530 private boolean isAsecExternal(String cid) { argument
6531 final String asecPath = PackageHelper.getSdFilesystem(cid);
6550 String cid; field in class:PackageManagerService.AsecInstallArgs
6564 // Extract cid from fullCodePath
6568 cid = subStr1.substring(sidx+1, eidx);
6572 AsecInstallArgs(String cid, boolean isForwardLocked) { argument
6573 super(null, null, (isAsecExternal(cid) ? PackageManager.INSTALL_EXTERNAL : 0)
6575 this.cid
6579 AsecInstallArgs(Uri packageURI, String cid, boolean isExternal, boolean isForwardLocked) argument
[all...]

Completed in 1639 milliseconds