Searched defs:ci (Results 1 - 25 of 31) 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/
H A DCsimFileHandler.java33 public CsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
34 super(app, aid, ci);
H A DUsimFileHandler.java33 public UsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
34 super(app, aid, ci);
H A DUiccCard.java83 public UiccCard(Context c, CommandsInterface ci, IccCardStatus ics) { argument
86 update(c, ci, ics);
103 public void update(Context c, CommandsInterface ci, IccCardStatus ics) { argument
116 mCi = ci;
H A DIccCardProxy.java98 public IccCardProxy(Context context, CommandsInterface ci) { argument
101 this.mCi = ci;
103 ci, this, EVENT_CDMA_SUBSCRIPTION_SOURCE_CHANGED, null);
106 ci.registerForOn(this,EVENT_RADIO_ON, null);
107 ci.registerForOffOrNotAvailable(this, EVENT_RADIO_OFF_OR_UNAVAILABLE, null);
H A DIccFileHandler.java125 protected IccFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
128 mCi = ci;
H A DIccRecords.java109 public IccRecords(UiccCardApplication app, Context c, CommandsInterface ci) { argument
111 mCi = ci;
H A DUiccCardApplication.java79 CommandsInterface ci) {
92 mCi = ci;
102 void update (IccCardApplicationStatus as, Context c, CommandsInterface ci) { argument
111 mCi = ci;
128 mIccRecords = createIccRecords(as.app_type, c, ci);
161 private IccRecords createIccRecords(AppType type, Context c, CommandsInterface ci) { argument
163 return new SIMRecords(this, c, ci);
165 return new RuimRecords(this, c, ci);
167 return new IsimUiccRecords(this, c, ci);
76 UiccCardApplication(UiccCard uiccCard, IccCardApplicationStatus as, Context c, CommandsInterface ci) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSIMFileHandler.java37 public SIMFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
38 super(app, aid, ci);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DIsimFileHandler.java33 public IsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
34 super(app, aid, ci);
H A DIsimUiccRecords.java60 public IsimUiccRecords(UiccCardApplication app, Context c, CommandsInterface ci) { argument
61 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 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.java66 protected CellInfo(CellInfo ci) { argument
67 this.mRegistered = ci.mRegistered;
68 this.mTimeStampType = ci.mTimeStampType;
69 this.mTimeStamp = ci.mTimeStamp;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimFileHandler.java35 public RuimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
36 super(app, aid, ci);
H A DCdmaSubscriptionSourceManager.java60 private CdmaSubscriptionSourceManager(Context context, CommandsInterface ci) { argument
62 mCM = ci;
75 CommandsInterface ci, Handler h, int what, Object obj) {
78 sInstance = new CdmaSubscriptionSourceManager(context, ci);
74 getInstance(Context context, CommandsInterface ci, Handler h, int what, Object obj) argument
H A DCDMALTEPhone.java75 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) { argument
76 super(context, ci, notifier, false);
H A DRuimRecords.java99 public RuimRecords(UiccCardApplication app, Context c, CommandsInterface ci) { argument
100 super(app, c, ci);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java95 public static UiccController make(Context c, CommandsInterface ci) { argument
100 mInstance = new UiccController(c, ci);
193 private UiccController(Context c, CommandsInterface ci) { argument
196 mCi = ci;
/frameworks/base/core/java/android/provider/
H A DCallLog.java266 * @param ci the CallerInfo object to get the target contact from. Can be null
278 public static Uri addCall(CallerInfo ci, Context context, String number, argument
286 if (ci != null) ci.name = "";
289 if (ci != null) ci.name = "";
293 if (ci != null) ci.name = "";
306 if (ci != null) {
307 values.put(CACHED_NAME, ci
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java67 public void onQueryComplete(int token, Object cookie, CallerInfo ci); argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java106 private CatService(CommandsInterface ci, UiccCardApplication ca, IccRecords ir, argument
108 if (ci == null || ca == null || ir == null || context == null || fh == null
113 mCmdIf = ci;
555 * @param ci CommandsInterface object
562 public static CatService getInstance(CommandsInterface ci, argument
579 if (ci == null || ca == null || ir == null || context == null || fh == null
585 sInstance = new CatService(ci, ca, ir, context, fh, ic);
/frameworks/base/core/java/android/content/res/
H A DResources.java1608 public void setCompatibilityInfo(CompatibilityInfo ci) { argument
1609 mCompatibilityInfo = ci;

Completed in 154 milliseconds

12