Searched defs:cid (Results 1 - 25 of 27) sorted by path

12

/frameworks/base/core/java/android/os/storage/
H A DIMountService.java1615 * @param cid ASEC container ID
1619 public String getSecureContainerFilesystemPath(String cid) throws RemoteException; argument
/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java83 public static String createSdDir(long sizeBytes, String cid, String sdEncKey, int uid, argument
93 int rc = mountService.createSecureContainer(cid, sizeMb, "ext4", sdEncKey, uid,
96 Log.e(TAG, "Failed to create secure container " + cid);
99 String cachePath = mountService.getSecureContainerPath(cid);
100 if (localLOGV) Log.i(TAG, "Created secure container " + cid +
109 public static boolean resizeSdDir(long sizeBytes, String cid, String sdEncKey) { argument
114 int rc = mountService.resizeSecureContainer(cid, sizeMb, sdEncKey);
121 Log.e(TAG, "Failed to create secure container " + cid);
125 public static String mountSdDir(String cid, String key, int ownerUid) { argument
126 return mountSdDir(cid, ke
129 mountSdDir(String cid, String key, int ownerUid, boolean readOnly) argument
143 unMountSdDir(String cid) argument
173 getSdDir(String cid) argument
183 getSdFilesystem(String cid) argument
193 finalizeSdDir(String cid) argument
208 destroySdDir(String cid) argument
234 isContainerMounted(String cid) argument
322 fixSdPermissions(String cid, int gid, String filename) argument
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java2205 int lac, int cid);
2204 native_agps_set_ref_location_cellid(int type, int mcc, int mnc, int lac, int cid) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java823 private static void resizeContainer(String cid, long targetSize) argument
825 String path = PackageHelper.getSdDir(cid);
828 "Failed to find mounted " + cid);
838 if (!PackageHelper.unMountSdDir(cid)) {
840 "Failed to unmount " + cid + " before resize");
843 if (!PackageHelper.resizeSdDir(targetSize, cid,
846 "Failed to resize " + cid + " to " + targetSize + " bytes");
849 path = PackageHelper.mountSdDir(cid, PackageManagerService.getEncryptKey(),
853 "Failed to mount " + cid + " after resize");
857 private void finalizeAndFixContainer(String cid) throw argument
[all...]
H A DPackageManagerService.java8820 final String cid; field in class:PackageManagerService.OriginInfo
8823 * Flag indicating that {@link #file} or {@link #cid} has already been
8830 * Flag indicating that {@link #file} or {@link #cid} is an already
8854 static OriginInfo fromStagedContainer(String cid) { argument
8855 return new OriginInfo(null, cid, true, false);
8858 private OriginInfo(File file, String cid, boolean staged, boolean existing) { argument
8860 this.cid = cid;
8864 if (cid != null) {
8865 resolvedPath = PackageHelper.getSdDir(cid);
9628 isAsecExternal(String cid) argument
9662 String cid; field in class:PackageManagerService.AsecInstallArgs
9694 AsecInstallArgs(String cid, String[] instructionSets, boolean isForwardLocked) argument
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp631 jobject obj, jint type, jint mcc, jint mnc, jint lac, jint cid)
647 location.u.cellID.cid = cid;
630 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/android/telephony/
H A DCellIdentityCdma.java83 private CellIdentityCdma(CellIdentityCdma cid) { argument
84 mNetworkId = cid.mNetworkId;
85 mSystemId = cid.mSystemId;
86 mBasestationId = cid.mBasestationId;
87 mLongitude = cid.mLongitude;
88 mLatitude = cid.mLatitude;
H A DCellIdentityGsm.java54 * @param cid 16-bit GSM Cell Identity or 28-bit UMTS Cell Identity
58 public CellIdentityGsm (int mcc, int mnc, int lac, int cid) { argument
62 mCid = cid;
65 private CellIdentityGsm(CellIdentityGsm cid) { argument
66 mMcc = cid.mMcc;
67 mMnc = cid.mMnc;
68 mLac = cid.mLac;
69 mCid = cid.mCid;
H A DCellIdentityLte.java71 private CellIdentityLte(CellIdentityLte cid) { argument
72 mMcc = cid.mMcc;
73 mMnc = cid.mMnc;
74 mCi = cid.mCi;
75 mPci = cid.mPci;
76 mTac = cid.mTac;
H A DCellIdentityWcdma.java57 * @param cid 28-bit UMTS Cell Identity
62 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) { argument
66 mCid = cid;
70 private CellIdentityWcdma(CellIdentityWcdma cid) { argument
71 mMcc = cid.mMcc;
72 mMnc = cid.mMnc;
73 mLac = cid.mLac;
74 mCid = cid.mCid;
75 mPsc = cid.mPsc;
H A DCellInfoCdma.java52 public void setCellIdentity(CellIdentityCdma cid) { argument
53 mCellIdentityCdma = cid;
H A DCellInfoGsm.java52 public void setCellIdentity(CellIdentityGsm cid) { argument
53 mCellIdentityGsm = cid;
H A DCellInfoLte.java53 public void setCellIdentity(CellIdentityLte cid) { argument
54 if (DBG) log("setCellIdentity: " + cid);
55 mCellIdentityLte = cid;
H A DCellInfoWcdma.java52 public void setCellIdentity(CellIdentityWcdma cid) { argument
53 mCellIdentityWcdma = cid;
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;
/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/opt/telephony/src/java/android/telephony/
H A DSmsCbLocation.java62 public SmsCbLocation(String plmn, int lac, int cid) { argument
65 mCid = cid;
147 * @param cid the Cell ID to compare with
150 public boolean isInLocationArea(String plmn, int lac, int cid) { argument
159 if (mCid != -1 && mCid != cid) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1389 * location information (lac and/or cid) has changed.
1624 * @param cid
1631 public void deactivateDataCall(int cid, int reason, Message result); argument
H A DRIL.java1495 deactivateDataCall(int cid, int reason, Message result) { argument
1500 rr.mParcel.writeString(Integer.toString(cid));
1504 requestToString(rr.mRequest) + " " + cid + " " + reason);
3492 dataCall.cid = p.readInt();
3502 dataCall.cid = p.readInt();
3562 dataCall.cid = Integer.parseInt(p.readString());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataCallResponse.java43 public int cid = 0; field in class:DataCallResponse
84 .append(" cid=").append(cid)
H A DDcTracker.java1374 * @param cid Connection id provided from RIL.
1375 * @return DataConnectionAc associated with specified cid.
1377 private DcAsyncChannel findDataConnectionAcByCid(int cid) { argument
1379 if (dcac.getCidSync() == cid) {
1975 int cid = getCellLocationId();
1977 cause.ordinal(), cid, TelephonyManager.getDefault().getNetworkType());
2736 int cid = -1;
2741 cid = ((GsmCellLocation)loc).getCid();
2743 cid = ((CdmaCellLocation)loc).getBaseStationId();
2746 return cid;
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java114 int cid = -1;
122 cid = cellLocation.getCid();
133 location = new SmsCbLocation(plmn, lac, cid);
185 if (!info.matchesLocation(plmn, lac, cid)) {
238 * @param cid the current Cell ID
241 public boolean matchesLocation(String plmn, int lac, int cid) { argument
242 return mLocation.isInLocationArea(plmn, lac, cid);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java264 public void deactivateDataCall(int cid, int reason, Message result) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java265 public void deactivateDataCall(int cid, int reason, Message result) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1042 public void deactivateDataCall(int cid, int reason, Message result) {unimplemented(result);} argument

Completed in 366 milliseconds

12