/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityGsmTest.java | 48 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
|
D | CellIdentityLteTest.java | 54 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
|
D | CellIdentityWcdmaTest.java | 48 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
|
D | CellIdentityTdscdmaTest.java | 56 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
|
D | CellIdentityCdmaTest.java | 46 CellIdentityCdma ci = in testConstructor() local 63 CellIdentityCdma ci = in testNullIsland() local 99 CellIdentityCdma ci = in testParcel() local
|
D | RILTest.java | 1651 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/ |
D | AsmGeneratorTest.java | 95 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/ |
D | TestListViewSceneBase.cpp | 45 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/ |
D | RILUtils.java | 1899 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/ |
D | ResolveInfo.java | 229 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/ |
D | CloseLogicalChannelInvocation.java | 39 CloseLogicalChannelInvocation(CommandsInterface ci) { in CloseLogicalChannelInvocation()
|
D | TransmitApduLogicalChannelInvocation.java | 43 TransmitApduLogicalChannelInvocation(CommandsInterface ci) { in TransmitApduLogicalChannelInvocation()
|
D | OpenLogicalChannelInvocation.java | 42 OpenLogicalChannelInvocation(CommandsInterface ci) { in OpenLogicalChannelInvocation()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCard.java | 45 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/ |
D | CdmaSubscriptionSourceManager.java | 65 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/ |
D | ControlWithState.kt | 35 val ci: ControlInfo, constant in com.android.systemui.controls.ui.ControlWithState
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCard.java | 57 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()
|
D | UsimFileHandler.java | 29 public UsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in UsimFileHandler()
|
D | CsimFileHandler.java | 29 public CsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in CsimFileHandler()
|
D | SIMFileHandler.java | 32 public SIMFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in SIMFileHandler()
|
D | IsimFileHandler.java | 29 public IsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in IsimFileHandler()
|
D | RuimFileHandler.java | 33 public RuimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in RuimFileHandler()
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | ShadowGrid2Animation.cpp | 46 for (size_t ci = 0; ci < cards.size(); ci++) { in doFrame() local
|
D | ShadowGridAnimation.cpp | 46 for (size_t ci = 0; ci < cards.size(); ci++) { in doFrame() local
|
D | ShadowShaderAnimation.cpp | 46 for (size_t ci = 0; ci < cards.size(); ci++) { in doFrame() local
|