Searched refs:ci (Results 1 - 25 of 48) sorted by relevance

12

/frameworks/base/core/java/android/provider/
H A DCallLog.java292 * @param ci the CallerInfo object to get the target contact from. Can be null
305 public static Uri addCall(CallerInfo ci, Context context, String number, argument
325 if (ci != null) {
326 ci.name = "";
341 if (ci != null) {
342 values.put(CACHED_NAME, ci.name);
343 values.put(CACHED_NUMBER_TYPE, ci.numberType);
344 values.put(CACHED_NUMBER_LABEL, ci.numberLabel);
347 if ((ci != null) && (ci
[all...]
/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 DRuimFileHandler.java33 public RuimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
34 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 DUiccController.java92 public static UiccController make(Context c, CommandsInterface ci) { argument
97 mInstance = new UiccController(c, ci);
190 private UiccController(Context c, CommandsInterface ci) { argument
193 mCi = ci;
H A DUiccCardApplication.java77 CommandsInterface ci) {
90 mCi = ci;
100 void update (IccCardApplicationStatus as, Context c, CommandsInterface ci) { argument
109 mCi = ci;
126 mIccRecords = createIccRecords(as.app_type, c, ci);
159 private IccRecords createIccRecords(AppType type, Context c, CommandsInterface ci) { argument
161 return new SIMRecords(this, c, ci);
163 return new RuimRecords(this, c, ci);
165 return new IsimUiccRecords(this, c, ci);
74 UiccCardApplication(UiccCard uiccCard, IccCardApplicationStatus as, Context c, CommandsInterface ci) argument
H A DUiccCard.java81 public UiccCard(Context c, CommandsInterface ci, IccCardStatus ics) { argument
84 update(c, ci, ics);
101 public void update(Context c, CommandsInterface ci, IccCardStatus ics) { argument
114 mCi = ci;
/frameworks/base/core/java/android/content/pm/
H A DResolveInfo.java163 ComponentInfo ci = getComponentInfo();
164 ApplicationInfo ai = ci.applicationInfo;
166 label = pm.getText(ci.packageName, labelRes, ai);
172 CharSequence data = ci.loadLabel(pm);
197 ComponentInfo ci = getComponentInfo();
198 ApplicationInfo ai = ci.applicationInfo;
200 dr = pm.getDrawable(ci.packageName, icon, ai);
205 return ci.loadIcon(pm);
217 final ComponentInfo ci = getComponentInfo();
218 if (ci !
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DCellInfo.java68 protected CellInfo(CellInfo ci) { argument
69 this.mRegistered = ci.mRegistered;
70 this.mTimeStampType = ci.mTimeStampType;
71 this.mTimeStamp = ci.mTimeStamp;
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;
/frameworks/base/services/java/com/android/server/am/
H A DNativeCrashListener.java77 CrashInfo ci = new CrashInfo();
78 ci.exceptionClassName = "Native crash";
79 ci.exceptionMessage = Libcore.os.strsignal(mSignal);
80 ci.throwFileName = "unknown";
81 ci.throwClassName = "unknown";
82 ci.throwMethodName = "unknown";
83 ci.stackTrace = mCrashReport;
86 mAm.handleApplicationCrashInner("native_crash", mApp, mApp.processName, ci);
H A DCompatModePackages.java128 CompatibilityInfo ci = compatibilityInfoForPackageLocked(ai);
129 final boolean mayCompat = !ci.alwaysSupportsScreen()
130 && !ci.neverSupportsScreen();
145 CompatibilityInfo ci = new CompatibilityInfo(ai, mService.mConfiguration.screenLayout,
148 //Slog.i(TAG, "*********** COMPAT FOR PKG " + ai.packageName + ": " + ci);
149 return ci;
271 CompatibilityInfo ci = compatibilityInfoForPackageLocked(ai);
272 if (ci.alwaysSupportsScreen()) {
277 if (ci.neverSupportsScreen()) {
291 ci
[all...]
/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/cdma/
H A DCdmaSubscriptionSourceManager.java58 private CdmaSubscriptionSourceManager(Context context, CommandsInterface ci) { argument
60 mCi = ci;
73 CommandsInterface ci, Handler h, int what, Object obj) {
76 sInstance = new CdmaSubscriptionSourceManager(context, ci);
72 getInstance(Context context, CommandsInterface ci, Handler h, int what, Object obj) argument
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java76 ComponentInfo ci = resolveInfo.activityInfo;
77 if (ci == null) ci = resolveInfo.serviceInfo;
78 if (label == null && ci != null) {
85 packageName = ci.applicationInfo.packageName;
86 className = ci.name;
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java83 ICreateInfo ci = new ICreateInfo() {
127 AsmGenerator agen = new AsmGenerator(mLog, mOsDestJar, ci);
145 ICreateInfo ci = new ICreateInfo() {
191 AsmGenerator agen = new AsmGenerator(mLog, mOsDestJar, ci);
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp232 CallbackInvocation ci; local
233 ci.mCallback = mEventListeners[i].mCallback;
234 ci.mEventTime = t;
235 callbackInvocations.push(ci);
/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;
529 * @param ci CommandsInterface object
534 public static CatService getInstance(CommandsInterface ci, argument
551 if (ci == null || ca == null || ir == null || context == null || fh == null
557 sInstance = new CatService(ci, ca, ir, context, fh, ic);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBidiRenderer.java169 int[] ci = gv.getGlyphCharIndices(0, ng, null);
173 int adv_idx = advancesIndex + ci[i];

Completed in 491 milliseconds

12