Searched defs:ci (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DMetaDataTest.java42 private void checkMetaData(ComponentName cn, PackageItemInfo ci) argument
44 assertNotNull("Unable to find component " + cn, ci);
46 Bundle md = ci.metaData;
59 XmlResourceParser xml = ci.loadXmlMetaData(mContext.getPackageManager(),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DCsimFileHandler.java30 public CsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
31 super(app, aid, ci);
H A DIsimFileHandler.java30 public IsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
31 super(app, aid, ci);
H A DSIMFileHandler.java33 public SIMFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
34 super(app, aid, ci);
H A DUsimFileHandler.java31 public UsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
32 super(app, aid, ci);
H A DRuimFileHandler.java33 public RuimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
34 super(app, aid, ci);
H A DUiccController.java101 public static UiccController make(Context c, CommandsInterface[] ci) { argument
106 mInstance = new UiccController(c, ci);
111 private UiccController(Context c, CommandsInterface []ci) { argument
114 mCis = ci;
H A DIsimUiccRecords.java79 public IsimUiccRecords(UiccCardApplication app, Context c, CommandsInterface ci) { argument
80 super(app, c, ci);
/frameworks/base/telephony/java/android/telephony/
H A DCellInfoCdma.java42 public CellInfoCdma(CellInfoCdma ci) { argument
43 super(ci);
44 this.mCellIdentityCdma = ci.mCellIdentityCdma.copy();
45 this.mCellSignalStrengthCdma = ci.mCellSignalStrengthCdma.copy();
H A DCellInfoGsm.java42 public CellInfoGsm(CellInfoGsm ci) { argument
43 super(ci);
44 this.mCellIdentityGsm = ci.mCellIdentityGsm.copy();
45 this.mCellSignalStrengthGsm = ci.mCellSignalStrengthGsm.copy();
H A DCellInfoLte.java42 public CellInfoLte(CellInfoLte ci) { argument
43 super(ci);
44 this.mCellIdentityLte = ci.mCellIdentityLte.copy();
45 this.mCellSignalStrengthLte = ci.mCellSignalStrengthLte.copy();
H A DCellInfoWcdma.java42 public CellInfoWcdma(CellInfoWcdma ci) { argument
43 super(ci);
44 this.mCellIdentityWcdma = ci.mCellIdentityWcdma.copy();
45 this.mCellSignalStrengthWcdma = ci.mCellSignalStrengthWcdma.copy();
H A DCellIdentityLte.java57 * @param ci 28-bit Cell Identity
63 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac) { argument
66 mCi = ci;
H A DCellInfo.java68 protected CellInfo(CellInfo ci) { argument
69 this.mRegistered = ci.mRegistered;
70 this.mTimeStampType = ci.mTimeStampType;
71 this.mTimeStamp = ci.mTimeStamp;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java62 private CdmaSubscriptionSourceManager(Context context, CommandsInterface ci) { argument
64 mCi = ci;
79 CommandsInterface ci, Handler h, int what, Object obj) {
82 sInstance = new CdmaSubscriptionSourceManager(context, ci);
78 getInstance(Context context, CommandsInterface ci, Handler h, int what, Object obj) argument
H A DCDMALTEPhone.java81 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, argument
83 this(context, ci, notifier, false, phoneId);
86 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, argument
88 super(context, ci, notifier, phoneId);
/frameworks/base/core/java/android/view/
H A DDisplayInfo.java407 public void getAppMetrics(DisplayMetrics outMetrics, CompatibilityInfo ci, IBinder token) { argument
408 getMetricsWithSize(outMetrics, ci, token, appWidth, appHeight);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java70 public void onQueryComplete(int token, Object cookie, CallerInfo ci); argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java74 ClientInfo ci = mClients.remove(msg.replyTo);
75 if (ci != null) ci.cleanup();
83 ClientInfo ci = mClients.get(msg.replyTo);
84 if (ci == null) {
145 ClientInfo ci; field in class:RttService.RttServiceImpl.RttRequest
169 request.ci = this;
263 ClientInfo ci = mClients.get(msg.replyTo);
279 } else if (ci.addRttRequest(msg.arg2, params) == false) {
294 request.ci
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java95 public SubscriptionInfoUpdater(Context context, Phone[] phoneProxy, CommandsInterface[] ci) { argument
H A DProxyController.java113 UiccController uiccController, CommandsInterface[] ci) {
115 sProxyController = new ProxyController(context, phoneProxy, uiccController, ci);
125 CommandsInterface[] ci) {
131 mCi = ci;
112 getInstance(Context context, PhoneProxy[] phoneProxy, UiccController uiccController, CommandsInterface[] ci) argument
124 ProxyController(Context context, PhoneProxy[] phoneProxy, UiccController uiccController, CommandsInterface[] ci) argument
/frameworks/base/core/java/android/provider/
H A DCallLog.java369 * @param ci the CallerInfo object to get the target contact from. Can be null
387 public static Uri addCall(CallerInfo ci, Context context, String number, argument
390 return addCall(ci, context, number, presentation, callType, features, accountHandle,
398 * @param ci the CallerInfo object to get the target contact from. Can be null
419 public static Uri addCall(CallerInfo ci, Context context, String number, argument
440 if (ci != null) {
441 ci.name = "";
471 if (ci != null) {
472 values.put(CACHED_NAME, ci.name);
473 values.put(CACHED_NUMBER_TYPE, ci
[all...]
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp444 size_t AMediaCodecCryptoInfo_getNumSubSamples(AMediaCodecCryptoInfo* ci) { argument
445 return ci->numsubsamples;
449 media_status_t AMediaCodecCryptoInfo_getKey(AMediaCodecCryptoInfo* ci, uint8_t *dst) { argument
450 if (!ci) {
456 memcpy(dst, ci->key, 16);
461 media_status_t AMediaCodecCryptoInfo_getIV(AMediaCodecCryptoInfo* ci, uint8_t *dst) { argument
462 if (!ci) {
468 memcpy(dst, ci->iv, 16);
473 cryptoinfo_mode_t AMediaCodecCryptoInfo_getMode(AMediaCodecCryptoInfo* ci) { argument
474 if (!ci) {
481 AMediaCodecCryptoInfo_getClearBytes(AMediaCodecCryptoInfo* ci, size_t *dst) argument
493 AMediaCodecCryptoInfo_getEncryptedBytes(AMediaCodecCryptoInfo* ci, size_t *dst) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp230 CallbackInvocation ci; local
231 ci.mCallback = mEventListeners[i].mCallback;
232 ci.mEventTime = t;
233 callbackInvocations.push(ci);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java130 private CatService(CommandsInterface ci, UiccCardApplication ca, IccRecords ir, argument
132 if (ci == null || ca == null || ir == null || context == null || fh == null
137 mCmdIf = ci;
182 * @param ci CommandsInterface object
188 public static CatService getInstance(CommandsInterface ci, argument
213 if (ci == null || ca == null || ir == null || context == null || fh == null
218 sInstance[slotId] = new CatService(ci, ca, ir, context, fh, ic, slotId);
1052 public void update(CommandsInterface ci, argument

Completed in 373 milliseconds

12