Home
last modified time | relevance | path

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

1234

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityLteTest.java47 CellIdentityLte ci = in testDefaultConstructor() local
69 CellIdentityLte ci = in testConstructorWithThreeDigitMnc() local
83 CellIdentityLte ci = in testConstructorWithTwoDigitMnc() local
96 CellIdentityLte ci = new CellIdentityLte( in testConstructorWithEmptyMccMnc() local
135 CellIdentityLte ci = in testFormerConstructor() local
178 CellIdentityLte ci = in testParcel() local
192 CellIdentityLte ci = new CellIdentityLte( in testParcelWithUnknownMccMnc() local
216 CellIdentityLte ci = new CellIdentityLte( in testParcelWithInvalidMccMnc() local
DCellIdentityGsmTest.java46 CellIdentityGsm ci = in testDefaultConstructor() local
67 CellIdentityGsm ci = in testConstructorWithThreeDigitMnc() local
81 CellIdentityGsm ci = in testConstructorWithTwoDigitMnc() local
94 CellIdentityGsm ci = in testConstructorWithEmptyMccMnc() local
151 CellIdentityGsm ci = in testParcel() local
165 CellIdentityGsm ci = in testParcelWithUnknowMccMnc() local
180 CellIdentityGsm ci = in testParcelWithInvalidMccMnc() local
DCellIdentityWcdmaTest.java45 CellIdentityWcdma ci = in testDefaultConstructor() local
66 CellIdentityWcdma ci = in testConstructorWithThreeDigitMnc() local
80 CellIdentityWcdma ci = in testConstructorWithTwoDigitMnc() local
94 CellIdentityWcdma ci = in testConstructorWithEmptyMccMnc() local
150 CellIdentityWcdma ci = in testParcel() local
164 CellIdentityWcdma ci = in testParcelWithUnknowMccMnc() local
179 CellIdentityWcdma ci = in testParcelWithInvalidMccMnc() local
DCellIdentityTdscdmaTest.java53 CellIdentityTdscdma ci = in testDefaultConstructor() local
68 CellIdentityTdscdma ci = in testConstructor() local
85 CellIdentityTdscdma ci = new CellIdentityTdscdma( in testConstructorWithEmptyMccMnc() local
109 CellIdentityTdscdma ci = new CellIdentityTdscdma( in testParcel() local
122 CellIdentityTdscdma ci = in testParcelWithUnknowMccMnc() local
146 CellIdentityTdscdma ci = in testParcelWithInvalidMccMnc() local
DCellIdentityCdmaTest.java45 CellIdentityCdma ci = in testConstructor() local
58 CellIdentityCdma ci = in testNullIsland() local
94 CellIdentityCdma ci = in testParcel() local
DRILTest.java1221 CellIdentityGsm ci = new CellIdentityGsm( in testConvertHalCellInfoListForGSM() local
1261 CellIdentityWcdma ci = new CellIdentityWcdma( in testConvertHalCellInfoListForWcdma() local
1303 CellIdentityTdscdma ci = new CellIdentityTdscdma( in testConvertHalCellInfoListForTdscdma() local
1344 CellIdentityCdma ci = new CellIdentityCdma( in testConvertHalCellInfoListForCdma() local
1429 CellIdentityGsm ci = new CellIdentityGsm( in testConvertHalCellInfoList_1_2ForGSM() local
1450 CellIdentityGsm ci = new CellIdentityGsm( in testConvertHalCellInfoList_1_2ForGSMWithEmptyOperatorInfo() local
1473 CellIdentityGsm ci = new CellIdentityGsm( in testConvertHalCellInfoList_1_2ForGSMWithEmptyMccMnc() local
1494 CellIdentityWcdma ci = new CellIdentityWcdma( in testConvertHalCellInfoList_1_2ForWcdma() local
1515 CellIdentityWcdma ci = new CellIdentityWcdma( in testConvertHalCellInfoList_1_2ForWcdmaWithEmptyOperatorInfo() local
1538 CellIdentityWcdma ci = new CellIdentityWcdma( in testConvertHalCellInfoList_1_2ForWcdmaWithEmptyMccMnc() local
[all …]
/frameworks/base/telephony/java/android/telephony/
DCellInfo.java158 protected CellInfo(CellInfo ci) { in CellInfo() method in CellInfo
318 protected CellInfo(android.hardware.radio.V1_0.CellInfo ci) { in CellInfo()
325 protected CellInfo(android.hardware.radio.V1_2.CellInfo ci) { in CellInfo()
332 protected CellInfo(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfo()
339 public static CellInfo create(android.hardware.radio.V1_0.CellInfo ci) { in create()
352 public static CellInfo create(android.hardware.radio.V1_2.CellInfo ci) { in create()
365 public static CellInfo create(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in create()
DCellInfoWcdma.java44 public CellInfoWcdma(CellInfoWcdma ci) { in CellInfoWcdma() method in CellInfoWcdma
51 public CellInfoWcdma(android.hardware.radio.V1_0.CellInfo ci) { in CellInfoWcdma()
59 public CellInfoWcdma(android.hardware.radio.V1_2.CellInfo ci) { in CellInfoWcdma()
67 public CellInfoWcdma(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoWcdma()
DCellInfoGsm.java45 public CellInfoGsm(CellInfoGsm ci) { in CellInfoGsm() method in CellInfoGsm
52 public CellInfoGsm(android.hardware.radio.V1_0.CellInfo ci) { in CellInfoGsm()
60 public CellInfoGsm(android.hardware.radio.V1_2.CellInfo ci) { in CellInfoGsm()
68 public CellInfoGsm(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoGsm()
DCellInfoTdscdma.java48 public CellInfoTdscdma(CellInfoTdscdma ci) { in CellInfoTdscdma() method in CellInfoTdscdma
55 public CellInfoTdscdma(android.hardware.radio.V1_0.CellInfo ci) { in CellInfoTdscdma()
63 public CellInfoTdscdma(android.hardware.radio.V1_2.CellInfo ci) { in CellInfoTdscdma()
71 public CellInfoTdscdma(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoTdscdma()
DCellInfoCdma.java47 public CellInfoCdma(CellInfoCdma ci) { in CellInfoCdma() method in CellInfoCdma
54 public CellInfoCdma(android.hardware.radio.V1_0.CellInfo ci) { in CellInfoCdma()
63 public CellInfoCdma(android.hardware.radio.V1_2.CellInfo ci) { in CellInfoCdma()
72 public CellInfoCdma(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoCdma()
DCellInfoLte.java49 public CellInfoLte(CellInfoLte ci) { in CellInfoLte() method in CellInfoLte
57 public CellInfoLte(android.hardware.radio.V1_0.CellInfo ci) { in CellInfoLte()
66 public CellInfoLte(android.hardware.radio.V1_2.CellInfo ci) { in CellInfoLte()
75 public CellInfoLte(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoLte()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java270 ClientInfo ci = mClients.get(msg.replyTo); in handleMessage() local
390 private WorkSource computeWorkSource(ClientInfo ci, WorkSource requestedWorkSource) { in computeWorkSource()
430 void addRequest(ClientInfo ci, int handler, WorkSource reqworkSource, T settings) { in addRequest()
434 T removeRequest(ClientInfo ci, int handlerId) { in removeRequest()
457 Collection<T> getAllSettingsForClient(ClientInfo ci) { in getAllSettingsForClient()
469 void removeAllForClient(ClientInfo ci) { in removeAllForClient()
653 ClientInfo ci = mClients.get(msg.replyTo); in processMessage() local
792 boolean validateScanRequest(ClientInfo ci, int handler, ScanSettings settings) { in validateScanRequest()
919 void removeSingleScanRequest(ClientInfo ci, int handler) { in removeSingleScanRequest()
927 void removeSingleScanRequests(ClientInfo ci) { in removeSingleScanRequests()
[all …]
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/
DAsmGeneratorTest.java90 ICreateInfo ci = new CreateInfoAdapter() { in testClassRenaming() local
120 ICreateInfo ci = new CreateInfoAdapter() { in testJavaClassRefactoring() local
172 ICreateInfo ci = new CreateInfoAdapter() { in testClassRefactoring() local
214 ICreateInfo ci = new CreateInfoAdapter() { in testClassExclusion() local
261 ICreateInfo ci = new CreateInfoAdapter() { in testMethodInjection() 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/base/core/java/android/content/pm/
DResolveInfo.java218 ComponentInfo ci = getComponentInfo(); in loadLabel() local
283 ComponentInfo ci = getComponentInfo(); in loadIcon() local
385 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaSubscriptionSourceManager.java63 private CdmaSubscriptionSourceManager(Context context, CommandsInterface ci) { in CdmaSubscriptionSourceManager()
80 CommandsInterface ci, Handler h, int what, Object obj) { in getInstance()
/frameworks/base/services/core/java/com/android/server/wm/
DCompatModePackages.java182 CompatibilityInfo ci = compatibilityInfoForPackageLocked(ai); in handlePackageAddedLocked() local
204 CompatibilityInfo ci = new CompatibilityInfo(ai, globalConfig.screenLayout, in compatibilityInfoForPackageLocked() local
300 CompatibilityInfo ci = compatibilityInfoForPackageLocked(ai); in setPackageScreenCompatModeLocked() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMFileHandler.java33 public SIMFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in SIMFileHandler()
DIsimFileHandler.java30 public IsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in IsimFileHandler()
DCsimFileHandler.java30 public CsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in CsimFileHandler()
DUsimFileHandler.java31 public UsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in UsimFileHandler()
/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java104 private void assertParcelingIsLossless(IpSecConfig ci) throws Exception { in assertParcelingIsLossless()

1234