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

1234

/frameworks/base/packages/ExtServices/tests/src/android/ext/services/notification/
H A DChannelImpressionsTest.java33 ChannelImpressions ci = new ChannelImpressions();
34 assertFalse(ci.shouldTriggerBlock());
39 ChannelImpressions ci = new ChannelImpressions();
42 ci.incrementViews();
43 ci.incrementDismissals();
46 assertFalse(ci.shouldTriggerBlock());
51 ChannelImpressions ci = new ChannelImpressions();
54 ci.incrementViews();
55 ci.incrementDismissals();
57 ci
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellIdentityLteTest.java47 CellIdentityLte ci =
51 assertEquals(CI, ci.getCi());
52 assertEquals(PCI, ci.getPci());
53 assertEquals(TAC, ci.getTac());
54 assertEquals(EARFCN, ci.getEarfcn());
55 assertEquals(EARFCN, ci.getChannelNumber());
56 assertEquals(BANDWIDTH, ci.getBandwidth());
57 assertEquals(MCC, ci.getMcc());
58 assertEquals(MNC, ci.getMnc());
59 assertEquals(MCC_STR, ci
[all...]
H A DCellIdentityGsmTest.java47 CellIdentityGsm ci =
51 assertEquals(LAC, ci.getLac());
52 assertEquals(CID, ci.getCid());
53 assertEquals(ARFCN, ci.getArfcn());
54 assertEquals(ARFCN, ci.getChannelNumber());
55 assertEquals(BSIC, ci.getBsic());
56 assertEquals(MCC, ci.getMcc());
57 assertEquals(MNC, ci.getMnc());
58 assertEquals(MCC_STR, ci.getMccString());
59 assertEquals(MNC_STR, ci
[all...]
H A DCellIdentityWcdmaTest.java46 CellIdentityWcdma ci =
50 assertEquals(LAC, ci.getLac());
51 assertEquals(CID, ci.getCid());
52 assertEquals(PSC, ci.getPsc());
53 assertEquals(UARFCN, ci.getUarfcn());
54 assertEquals(UARFCN, ci.getChannelNumber());
55 assertEquals(MCC, ci.getMcc());
56 assertEquals(MNC, ci.getMnc());
57 assertEquals(MCC_STR, ci.getMccString());
58 assertEquals(MNC_STR, ci
[all...]
H A DCellIdentityTdscdmaTest.java54 CellIdentityTdscdma ci =
57 assertEquals(MCC_STR, ci.getMccString());
58 assertEquals(MNC_STR, ci.getMncString());
59 assertEquals(LAC, ci.getLac());
60 assertEquals(CID, ci.getCid());
61 assertEquals(CPID, ci.getCpid());
66 CellIdentityTdscdma ci = new CellIdentityTdscdma(null, null, LAC, CID, CPID);
68 assertNull(ci.getMccString());
69 assertNull(ci.getMncString());
71 ci
[all...]
H A DCellIdentityCdmaTest.java45 CellIdentityCdma ci =
49 assertEquals(NETWORK_ID, ci.getNetworkId());
50 assertEquals(LATITUDE, ci.getLatitude());
51 assertEquals(LONGITUDE, ci.getLongitude());
52 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong());
53 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort());
58 CellIdentityCdma ci =
62 assertEquals(Integer.MAX_VALUE, ci.getLatitude());
63 assertEquals(Integer.MAX_VALUE, ci.getLongitude());
94 CellIdentityCdma ci
[all...]
H A DCellIdentityTest.java81 CellIdentity ci = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR,
85 ci.writeToParcel(p, 0);
89 assertEquals(ci, newCi);
91 ci = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE,
95 ci.writeToParcel(p, 0);
99 assertEquals(ci, newCi);
/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_language.py28 ci = self._ci
30 ci.HasCommands() and
31 ci.CommandExists('language')
/frameworks/base/libs/hwui/tests/common/
H A DTestListViewSceneBase.cpp45 for (size_t ci = 0; ci < mListItems.size(); ci++) {
46 canvas.drawRenderNode(mListItems[ci].get());
62 for (size_t ci = 0; ci < mListItems.size(); ci++) {
64 auto listItem = mListItems[(ci + itemIndexOffset) % mListItems.size()];
65 int top = ((int)ci) * (mItemSpacing + mItemHeight) + pxOffset;
71 canvas->drawRenderNode(mListItems[ci]
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DRunningTasks.java90 final RunningTaskInfo ci = new RunningTaskInfo();
91 ci.id = task.taskId;
92 ci.stackId = task.getStackId();
93 ci.baseActivity = mTmpReport.base.intent.getComponent();
94 ci.topActivity = mTmpReport.top.intent.getComponent();
95 ci.lastActiveTime = task.lastActiveTime;
96 ci.description = task.lastDescription;
97 ci.numActivities = mTmpReport.numActivities;
98 ci.numRunning = mTmpReport.numRunning;
99 ci
[all...]
/frameworks/base/libs/hwui/tests/common/scenes/
H A DShadowGrid2Animation.cpp46 for (size_t ci = 0; ci < cards.size(); ci++) {
47 cards[ci]->mutateStagingProperties().setTranslationX(curFrame);
48 cards[ci]->mutateStagingProperties().setTranslationY(curFrame);
49 cards[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
H A DShadowGridAnimation.cpp46 for (size_t ci = 0; ci < cards.size(); ci++) {
47 cards[ci]->mutateStagingProperties().setTranslationX(curFrame);
48 cards[ci]->mutateStagingProperties().setTranslationY(curFrame);
49 cards[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
H A DShadowShaderAnimation.cpp46 for (size_t ci = 0; ci < cards.size(); ci++) {
47 cards[ci]->mutateStagingProperties().setTranslationX(curFrame);
48 cards[ci]->mutateStagingProperties().setTranslationY(curFrame);
49 cards[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
H A DBitmapFillrate.cpp48 for (size_t ci = 0; ci < mNodes.size(); ci++) {
49 mNodes[ci]->mutateStagingProperties().setTranslationX(frameNr % 200);
50 mNodes[ci]->mutateStagingProperties().setTranslationY(frameNr % 200);
51 mNodes[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
H A DSimpleGradientAnimation.cpp40 for (size_t ci = 0; ci < cards.size(); ci++) {
41 cards[ci]->mutateStagingProperties().setTranslationX(curFrame);
42 cards[ci]->mutateStagingProperties().setTranslationY(curFrame);
43 cards[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
H A DSimpleColorMatrixAnimation.cpp43 for (size_t ci = 0; ci < cards.size(); ci++) {
44 cards[ci]->mutateStagingProperties().setTranslationX(curFrame);
45 cards[ci]->mutateStagingProperties().setTranslationY(curFrame);
46 cards[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
H A DRecentsAnimation.cpp60 for (size_t ci = 0; ci < mCards.size(); ci++) {
61 mCards[ci]->mutateStagingProperties().setTranslationY(curFrame);
62 mCards[ci]->setPropertyFieldsDirty(RenderNode::Y);
/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);
/frameworks/base/core/java/android/content/pm/
H A DResolveInfo.java209 ComponentInfo ci = getComponentInfo();
210 ApplicationInfo ai = ci.applicationInfo;
212 label = pm.getText(ci.packageName, labelRes, ai);
218 CharSequence data = ci.loadLabel(pm);
274 ComponentInfo ci = getComponentInfo();
276 ApplicationInfo ai = ci.applicationInfo;
277 dr = pm.getDrawable(ci.packageName, iconResourceId, ai);
282 return ci.loadIcon(pm);
295 final ComponentInfo ci = getComponentInfo();
296 if (ci !
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java208 ClientInfo ci = mClients.get(msg.replyTo);
209 if (ci == null) {
229 logScanRequest("registerScanListener", ci, msg.arg2, null, null, null);
230 mSingleScanListeners.addRequest(ci, msg.arg2, null, null);
234 logScanRequest("deregisterScanListener", ci, msg.arg2, null, null, null);
235 mSingleScanListeners.removeRequest(ci, msg.arg2);
334 private WorkSource computeWorkSource(ClientInfo ci, WorkSource requestedWorkSource) { argument
343 if (ci.getUid() > 0) {
344 return new WorkSource(ci.getUid());
349 loge("Unable to compute workSource for client: " + ci
374 addRequest(ClientInfo ci, int handler, WorkSource reqworkSource, T settings) argument
378 removeRequest(ClientInfo ci, int handlerId) argument
401 getAllSettingsForClient(ClientInfo ci) argument
413 removeAllForClient(ClientInfo ci) argument
727 validateScanRequest(ClientInfo ci, int handler, ScanSettings settings) argument
854 removeSingleScanRequest(ClientInfo ci, int handler) argument
862 removeSingleScanRequests(ClientInfo ci) argument
1019 getBackgroundScanSettings(ClientInfo ci) argument
1023 removeBackgroundScanSettings(ClientInfo ci) argument
1231 addBackgroundScanRequest(ClientInfo ci, int handler, ScanSettings settings, WorkSource workSource) argument
1351 removeBackgroundScanRequest(ClientInfo ci, int handler) argument
1468 removePnoSettings(ClientInfo ci) argument
1706 addInternalClient(ClientInfo ci) argument
1716 addPnoScanRequest(ClientInfo ci, int handler, ScanSettings scanSettings, PnoSettings pnoSettings) argument
1723 removePnoScanRequest(ClientInfo ci, int handler) argument
1728 addHwPnoScanRequest(ClientInfo ci, int handler, ScanSettings scanSettings, PnoSettings pnoSettings) argument
1749 removeHwPnoScanRequest(ClientInfo ci, int handler) argument
2121 logScanRequest(String request, ClientInfo ci, int id, WorkSource workSource, ScanSettings settings, PnoSettings pnoSettings) argument
2143 logCallback(String callback, ClientInfo ci, int id, String extra) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyComponentFactory.java64 public ServiceStateTracker makeServiceStateTracker(GsmCdmaPhone phone, CommandsInterface ci) { argument
65 return new ServiceStateTracker(phone, ci);
106 public UiccProfile makeUiccProfile(Context context, CommandsInterface ci, IccCardStatus ics, argument
108 return new UiccProfile(context, ci, ics, phoneId, uiccCard, lock);
167 getCdmaSubscriptionSourceManagerInstance(Context context, CommandsInterface ci, Handler h, argument
169 return CdmaSubscriptionSourceManager.getInstance(context, ci, h, what, obj);
/frameworks/base/core/java/android/provider/
H A DCallLog.java513 * @param ci the CallerInfo object to get the target contact from. Can be null
531 public static Uri addCall(CallerInfo ci, Context context, String number, argument
534 return addCall(ci, context, number, /* postDialDigits =*/ "", /* viaNumber =*/ "",
544 * @param ci the CallerInfo object to get the target contact from. Can be null
569 public static Uri addCall(CallerInfo ci, Context context, String number, argument
573 return addCall(ci, context, number, postDialDigits, viaNumber, presentation, callType,
581 * @param ci the CallerInfo object to get the target contact from. Can be null
612 public static Uri addCall(CallerInfo ci, Context context, String number, argument
655 if (ci != null) {
656 ci
[all...]
/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();

Completed in 404 milliseconds

1234