/packages/modules/ExtServices/tests/src/android/ext/services/notification/ |
D | ChannelImpressionsTest.java | 33 ChannelImpressions ci = new ChannelImpressions(); in testNoResultNoBlock() local 39 ChannelImpressions ci = new ChannelImpressions(); in testNoStreakNoBlock() local 51 ChannelImpressions ci = new ChannelImpressions(); in testNoStreakNoBlock_breakStreak() local 66 ChannelImpressions ci = new ChannelImpressions(); in testStreakBlock() local 78 ChannelImpressions ci = new ChannelImpressions(); in testRatio_NoBlockEvenWithStreak() local 91 ChannelImpressions ci = new ChannelImpressions(); in testAppend() local 116 ChannelImpressions ci = new ChannelImpressions(); in testUpdateThresholds_streakLimitsCorrectlyApplied() local 139 ChannelImpressions ci = new ChannelImpressions(); in testUpdateThresholds_ratioLimitsCorrectlyApplied() local
|
D | AssistantTest.java | 429 ChannelImpressions ci = new ChannelImpressions(); in testSettingsProviderUpdate() local
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | AbstractZenModeAutomaticRulePreferenceController.java | 87 public static ZenRuleInfo getRuleInfo(PackageManager pm, ComponentInfo ci) { in getRuleInfo() 113 protected static ComponentName getSettingsActivity(AutomaticZenRule rule, ComponentInfo ci) { in getSettingsActivity()
|
D | ZenModeEventRuleSettings.java | 232 final CalendarInfo ci = new CalendarInfo(); in addCalendar() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | AbstractZenModeAutomaticRulePreferenceController.java | 87 public static ZenRuleInfo getRuleInfo(PackageManager pm, ComponentInfo ci) { in getRuleInfo() 113 protected static ComponentName getSettingsActivity(AutomaticZenRule rule, ComponentInfo ci) { in getSettingsActivity()
|
D | ZenModeEventRuleSettings.java | 232 final CalendarInfo ci = new CalendarInfo(); in addCalendar() local
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | CallerInfoAsyncQuery.java | 59 void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete() 63 void onDataLoaded(int token, Object cookie, CallerInfo ci); in onDataLoaded() 297 int token, Object cookie, CallerInfo ci, long directoryId) { in onDirectoryQueryComplete() 315 private void addCallerInfoIntoCache(CallerInfo ci, long directoryId) { in addCallerInfoIntoCache() 353 public void onDataLoaded(int token, Object cookie, CallerInfo ci) { in onDataLoaded() 359 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { in onQueryComplete()
|
D | CallerInfoUtils.java | 128 CachedNumberLookupService lookupService, CallerInfo ci) { in buildCachedContactInfo() 154 Context context, CallerInfo ci, String number, int presentation) { in modifyForSpecialCnapCases()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
D | DisableInstallShortcutListenersTask.java | 100 ComponentInfo ci; in disableReceivers() local
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ui/ |
D | ThemeUiTestBase.java | 72 final CompatibilityInfo ci = context.getResources().getCompatibilityInfo(); in getThemeByUiMode() local
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | NetworkOperatorPreference.java | 91 private int getIconIdForCell(CellInfo ci) { in getIconIdForCell()
|
D | CellInfoUtil.java | 156 CellInfoGsm ci = new CellInfoGsm(); in convertOperatorInfoToCellInfo() local
|
/packages/modules/ExtServices/src/android/ext/services/notification/ |
D | Assistant.java | 171 ChannelImpressions ci = createChannelImpressionsWithThresholds(); in readXml() local 326 ChannelImpressions ci = mkeyToImpressions.getOrDefault(key, in onNotificationRemoved() local 493 public void insertImpressions(String key, ChannelImpressions ci) { in insertImpressions()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/ |
D | CellInfoUtil.java | 156 CellInfoGsm ci = new CellInfoGsm(); in convertOperatorInfoToCellInfo() local
|
D | NetworkOperatorPreference.java | 98 private int getIconIdForCell(CellInfo ci) { in getIconIdForCell()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CellInfoUtil.java | 156 CellInfoGsm ci = new CellInfoGsm(); in convertOperatorInfoToCellInfo() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/utils/ |
D | ZenServiceListing.java | 54 final ComponentName ci = new ComponentName(component.packageName, component.name); in findService() local
|
/packages/apps/Settings/src/com/android/settings/utils/ |
D | ZenServiceListing.java | 54 final ComponentName ci = new ComponentName(component.packageName, component.name); in findService() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | RadioInfo.java | 751 private final String getConnectionStatusString(CellInfo ci) { in getConnectionStatusString() 773 private final String buildCdmaInfoString(CellInfoCdma ci) { in buildCdmaInfoString() 789 private final String buildGsmInfoString(CellInfoGsm ci) { in buildGsmInfoString() 804 private final String buildLteInfoString(CellInfoLte ci) { in buildLteInfoString() 823 private final String buildWcdmaInfoString(CellInfoWcdma ci) { in buildWcdmaInfoString()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | RadioInfo.java | 923 private String getConnectionStatusString(CellInfo ci) { in getConnectionStatusString() 945 private String buildCdmaInfoString(CellInfoCdma ci) { in buildCdmaInfoString() 961 private String buildGsmInfoString(CellInfoGsm ci) { in buildGsmInfoString() 976 private String buildLteInfoString(CellInfoLte ci) { in buildLteInfoString() 995 private String buildWcdmaInfoString(CellInfoWcdma ci) { in buildWcdmaInfoString()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | MissedCallNotifierImplTest.java | 491 CallerInfo ci = new CallerInfo(); in testLoadOneCallFromDb() local 554 CallerInfo ci = new CallerInfo(); in testLoadTwoCallsFromDb() local
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | CallLogProviderTest.java | 187 CallerInfo ci = new CallerInfo(); in testAddCall() local
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 918 final CellIdentityGsm ci = makeCellIdentityGsm(0, 0, 0, 0, mcc, "01", "", ""); in makeTestCellInfoGsm() local 925 final CellIdentityLte ci = makeCellIdentityLte(0, 0, 0, 0, 0, mcc, "01", "", ""); in makeTestCellInfoLte() local 1004 private static CellIdentityLte makeCellIdentityLte(int ci, int pci, int tac, int earfcn, in makeCellIdentityLte()
|
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | GsmCellBroadcastHandler.java | 326 CellIdentity ci = info.getCellIdentity(); in getGsmLacAndCid() local
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 293 CallerInfo ci = callInfo.getCallerInfo(); in showMissedCallNotification() local
|