Home
last modified time | relevance | path

Searched defs:ci (Results 1 – 25 of 90) sorted by relevance

1234

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityGsmTest.java48 CellIdentityGsm ci = in testDefaultConstructor() local
73 CellIdentityGsm ci = in testConstructorWithThreeDigitMnc() local
91 CellIdentityGsm ci = in testConstructorWithTwoDigitMnc() local
108 CellIdentityGsm ci = in testConstructorWithEmptyMccMnc() local
179 CellIdentityGsm ci = in testParcel() local
193 CellIdentityGsm ci = in testParcelWithUnknowMccMnc() local
209 CellIdentityGsm ci = in testParcelWithInvalidMccMnc() local
223 CellIdentityGsm ci = new CellIdentityGsm( in testgetGlobalCellId() local
DCellIdentityLteTest.java54 CellIdentityLte ci = in testDefaultConstructor() local
79 CellIdentityLte ci = in testConstructorWithThreeDigitMnc() local
93 CellIdentityLte ci = in testConstructorWithTwoDigitMnc() local
106 CellIdentityLte ci = new CellIdentityLte( in testConstructorWithEmptyMccMnc() local
149 CellIdentityLte ci = in testFormerConstructor() local
198 CellIdentityLte ci = in testParcel() local
212 CellIdentityLte ci = new CellIdentityLte( in testParcelWithUnknownMccMnc() local
238 CellIdentityLte ci = new CellIdentityLte( in testParcelWithInvalidMccMnc() local
DCellIdentityWcdmaTest.java48 CellIdentityWcdma ci = in testDefaultConstructor() local
69 CellIdentityWcdma ci = in testConstructorWithThreeDigitMnc() local
87 CellIdentityWcdma ci = in testConstructorWithTwoDigitMnc() local
101 CellIdentityWcdma ci = in testConstructorWithEmptyMccMnc() local
167 CellIdentityWcdma ci = in testParcel() local
181 CellIdentityWcdma ci = in testParcelWithUnknowMccMnc() local
197 CellIdentityWcdma ci = in testParcelWithInvalidMccMnc() local
DCellIdentityTdscdmaTest.java56 CellIdentityTdscdma ci = in testDefaultConstructor() local
72 CellIdentityTdscdma ci = in testConstructor() local
93 CellIdentityTdscdma ci = new CellIdentityTdscdma( in testConstructorWithEmptyMccMnc() local
120 CellIdentityTdscdma ci = new CellIdentityTdscdma( in testParcel() local
134 CellIdentityTdscdma ci = in testParcelWithUnknowMccMnc() local
159 CellIdentityTdscdma ci = in testParcelWithInvalidMccMnc() local
DCellIdentityCdmaTest.java46 CellIdentityCdma ci = in testConstructor() local
63 CellIdentityCdma ci = in testNullIsland() local
99 CellIdentityCdma ci = in testParcel() local
DRILTest.java1651 CellIdentityGsm ci = new CellIdentityGsm( in testConvertHalCellInfoListForGSM() local
1691 CellIdentityWcdma ci = new CellIdentityWcdma( in testConvertHalCellInfoListForWcdma() local
1741 CellIdentityTdscdma ci = new CellIdentityTdscdma( in testConvertHalCellInfoListForTdscdma() local
1782 CellIdentityCdma ci = new CellIdentityCdma( in testConvertHalCellInfoListForCdma() local
1870 CellIdentityGsm ci = new CellIdentityGsm( in testConvertHalCellInfoList_1_2ForGSM() local
1892 CellIdentityGsm ci = new CellIdentityGsm( in testConvertHalCellInfoList_1_2ForGSMWithEmptyOperatorInfo() local
1916 CellIdentityGsm ci = new CellIdentityGsm( in testConvertHalCellInfoList_1_2ForGSMWithEmptyMccMnc() local
1938 CellIdentityWcdma ci = new CellIdentityWcdma( in testConvertHalCellInfoList_1_2ForWcdma() local
1960 CellIdentityWcdma ci = new CellIdentityWcdma( in testConvertHalCellInfoList_1_2ForWcdmaWithEmptyOperatorInfo() local
1982 CellIdentityWcdma ci = new CellIdentityWcdma( in testConvertHalCellInfoList_1_2ForWcdmaWithEmptyMccMnc() local
[all …]
/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
DAsmGeneratorTest.java95 ICreateInfo ci = new CreateInfoAdapter() { in testClassRenaming() local
126 ICreateInfo ci = new CreateInfoAdapter() { in testJavaClassRefactoring() local
179 ICreateInfo ci = new CreateInfoAdapter() { in testClassRefactoring() local
222 ICreateInfo ci = new CreateInfoAdapter() { in testClassExclusion() local
271 ICreateInfo ci = new CreateInfoAdapter() { in testMethodInjection() local
343 ICreateInfo ci = new CreateInfoAdapter() { in testMethodVisitor_loadLibraryReplacer() local
/frameworks/base/libs/hwui/tests/common/
DTestListViewSceneBase.cpp45 for (size_t ci = 0; ci < mListItems.size(); ci++) { in createContent() local
62 for (size_t ci = 0; ci < mListItems.size(); ci++) { in doFrame() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java1899 CarrierIdentifier ci = carriers.get(i); in convertToHalCarrierRestrictionListAidl() local
2619 android.hardware.radio.V1_0.CellIdentity ci = in convertHalCellIdentity() local
2649 android.hardware.radio.V1_2.CellIdentity ci = in convertHalCellIdentity() local
2679 android.hardware.radio.V1_5.CellIdentity ci = in convertHalCellIdentity() local
2705 android.hardware.radio.network.CellIdentity ci) { in convertHalCellIdentity()
2732 android.hardware.radio.V1_0.CellIdentityGsm ci = in convertHalCellIdentityGsm() local
2738 android.hardware.radio.V1_2.CellIdentityGsm ci = in convertHalCellIdentityGsm() local
2745 android.hardware.radio.V1_5.CellIdentityGsm ci = in convertHalCellIdentityGsm() local
2777 android.hardware.radio.V1_0.CellIdentityCdma ci = in convertHalCellIdentityCdma() local
2782 android.hardware.radio.V1_2.CellIdentityCdma ci = in convertHalCellIdentityCdma() local
[all …]
/frameworks/base/core/java/android/content/pm/
DResolveInfo.java229 ComponentInfo ci = getComponentInfo(); in loadLabel() local
294 ComponentInfo ci = getComponentInfo(); in loadIcon() local
424 final ComponentInfo ci = getComponentInfo(); in toString() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
DCloseLogicalChannelInvocation.java39 CloseLogicalChannelInvocation(CommandsInterface ci) { in CloseLogicalChannelInvocation()
DTransmitApduLogicalChannelInvocation.java43 TransmitApduLogicalChannelInvocation(CommandsInterface ci) { in TransmitApduLogicalChannelInvocation()
DOpenLogicalChannelInvocation.java42 OpenLogicalChannelInvocation(CommandsInterface ci) { in OpenLogicalChannelInvocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java45 public EuiccCard(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId, Object lock, in EuiccCard()
76 public void update(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId) { in update()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaSubscriptionSourceManager.java65 private CdmaSubscriptionSourceManager(Context context, CommandsInterface ci) { in CdmaSubscriptionSourceManager()
82 CommandsInterface ci, Handler h, int what, Object obj) { in getInstance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlWithState.kt35 val ci: ControlInfo, constant in com.android.systemui.controls.ui.ControlWithState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCard.java57 public UiccCard(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId, Object lock, in UiccCard()
102 public void update(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId) { in update()
DUsimFileHandler.java29 public UsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in UsimFileHandler()
DCsimFileHandler.java29 public CsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in CsimFileHandler()
DSIMFileHandler.java32 public SIMFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in SIMFileHandler()
DIsimFileHandler.java29 public IsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in IsimFileHandler()
DRuimFileHandler.java33 public RuimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in RuimFileHandler()
/frameworks/base/libs/hwui/tests/common/scenes/
DShadowGrid2Animation.cpp46 for (size_t ci = 0; ci < cards.size(); ci++) { in doFrame() local
DShadowGridAnimation.cpp46 for (size_t ci = 0; ci < cards.size(); ci++) { in doFrame() local
DShadowShaderAnimation.cpp46 for (size_t ci = 0; ci < cards.size(); ci++) { in doFrame() local

1234