| /packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/view/ | 
| D | QCRowViewTest.java | 76         QCRow row = new QCRow.Builder().build();  in setRow_notNull_visible()  local 84         QCRow row = new QCRow.Builder().setTitle(title).build();  in setRow_setsTitle()  local 94         QCRow row = new QCRow.Builder().setSubtitle(subtitle).build();  in setRow_setsSubtitle()  local 104         QCRow row = new QCRow.Builder().setIcon(icon).build();  in setRow_setsIcon()  local 114         QCRow row = new QCRow.Builder()  in setRow_createsStartItems()  local 130         QCRow row = new QCRow.Builder()  in setRow_createsEndItems()  local 145         QCRow row = new QCRow.Builder().build();  in setRow_noSlider_sliderViewNotVisible()  local 154         QCRow row = new QCRow.Builder()  in setRow_hasSlider_sliderViewVisible()  local 165         QCRow row = new QCRow.Builder().setPrimaryAction(action).build();  in onRowClick_firesAction()  local 174         QCRow row = new QCRow.Builder()  in onSwitchClick_firesAction()  local [all …] 
 | 
| /packages/apps/TV/src/com/android/tv/dvr/ui/list/ | 
| D | SeriesScheduleRowPresenter.java | 57     protected String onGetRecordingTimeText(ScheduleRow row) {  in onGetRecordingTimeText() 63     protected String onGetProgramInfoText(ScheduleRow row) {  in onGetProgramInfoText() 71         EpisodicProgramRow row = (EpisodicProgramRow) item;  in onBindRowViewHolder()  local 90     protected void onInfoClicked(ScheduleRow row) {  in onInfoClicked() 95     protected void onStartRecording(ScheduleRow row) {  in onStartRecording() 97                 row.getSchedule() == null, TAG, "Start request with the existing schedule: " + row);  in onStartRecording()  local 103     protected void onStopRecording(ScheduleRow row) {  in onStopRecording() 105                 row.getSchedule() != null, TAG, "Stop request with the null schedule: " + row);  in onStopRecording()  local 111     protected void onCreateSchedule(ScheduleRow row) {  in onCreateSchedule() 121     protected int[] getAvailableActions(ScheduleRow row) {  in getAvailableActions()
  | 
| D | ScheduleRowPresenter.java | 368         ScheduleRow row = (ScheduleRow) item;  in onBindRowViewHolder()  local 518     protected String onGetRecordingTimeText(ScheduleRow row) {  in onGetRecordingTimeText() 524     protected String onGetProgramInfoText(ScheduleRow row) {  in onGetProgramInfoText() 528     private String getChannelNameText(ScheduleRow row) {  in getChannelNameText() 541     protected void onInfoClicked(ScheduleRow row) {  in onInfoClicked() 545     private boolean isInfoClickable(ScheduleRow row) {  in isInfoClickable() 555     protected void onActionClicked(@ScheduleRowAction final int action, ScheduleRow row) {  in onActionClicked() 574     protected void onStartRecording(ScheduleRow row) {  in onStartRecording() 608     private void onStartRecordingInternal(ScheduleRow row) {  in onStartRecordingInternal() 635     protected void onStopRecording(ScheduleRow row) {  in onStopRecording() [all …] 
 | 
| D | ScheduleRowAdapter.java | 148                 ScheduleRow row = (ScheduleRow) get(i);  in stop()  local 178             ScheduleRow row = (ScheduleRow) item;  in findRowWithStartRequest()  local 271         ScheduleRow row = findRowWithStartRequest(schedule);  in onScheduledRecordingAdded()  local 286         ScheduleRow row = findRowByScheduledRecording(schedule);  in onScheduledRecordingRemoved()  local 297         ScheduleRow row = findRowByScheduledRecording(schedule);  in onScheduledRecordingUpdated()  local 350                 ScheduleRow row = (ScheduleRow) item;  in isStartOrStopRequested()  local 360     protected void addPendingUpdate(ScheduleRow row) {  in addPendingUpdate() 390                 ScheduleRow row = (ScheduleRow) item;  in handleUpdateRow()  local 406                 ScheduleRow row = (ScheduleRow) item;  in getNextTimerMs()  local
  | 
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/ | 
| D | WifiRowTest.java | 66         QCRow row = getWifiRow();  in getQCItem_setsTitle()  local 74         QCRow row = getWifiRow();  in getQCItem_wifiDisabled_returnsRow()  local 89         QCRow row = getWifiRow();  in getQCItem_wifiNotConnected_returnsRow()  local 107         QCRow row = getWifiRow();  in getQCItem_wifiConnected_returnsRow()  local 126         QCRow row = getWifiRow();  in getQCItem_passpointWifiConnected_hasFriendlyName_returnsRow()  local 145         QCRow row = getWifiRow();  in getQCItem_passpointWifiConnected_noFriendlyName_returnsRow()  local 164         QCRow row = getWifiRow();  in getQCItem_osuWifiConnected_hasFriendlyName_returnsRow()  local 183         QCRow row = getWifiRow();  in getQCItem_osuWifiConnected_noFriendlyName_returnsRow()  local 195         QCRow row = getWifiRow();  in getQCItem_hasBaseUmRestriction_switchDisabled()  local 206         QCRow row = getWifiRow();  in getQCItem_hasUmRestriction_switchClickableWhileDisabled()  local [all …] 
 | 
| D | MobileDataRowTest.java | 76         QCRow row = getRow();  in getQCItem_mobileDataDisabled_switchUnchecked()  local 85         QCRow row = getRow();  in getQCItem_mobileDataEnabled_switchChecked()  local 94         QCRow row = getRow();  in getQCItem_noNetworkName_nullSubtitle()  local 103         QCRow row = getRow();  in getQCItem_hasNetworkName_setsSubtitle()  local 112         QCRow row = getRow();  in getQCItem_dataDisabled_setsSubtitle()  local 123         QCRow row = getRow();  in getQCItem_hasBaseUmRestriction_switchDisabled()  local 135         QCRow row = getRow();  in getQCItem_hasUmRestriction_switchClickableWhileDisabled()  local 156         QCRow row = getRow();  in getQCItem_createsRow_zoneWrite()  local 165         QCRow row = getRow();  in getQCItem_createsRow_zoneRead()  local
  | 
| D | HotspotRowTest.java | 82         QCRow row = getHotspotRow();  in getQCItem_setsTitleAndIcon()  local 91         QCRow row = getHotspotRow();  in getQCItem_hotspotDisabled_returnsRow()  local 101         QCRow row = getHotspotRow();  in getQCItem_hotspotEnabled_noDevices_returnsRow()  local 112         QCRow row = getHotspotRow();  in getQCItem_hotspotEnabled_hasDevices_returnsRow()  local 122         QCRow row = getHotspotRow();  in getQCItem_hasBaseUmRestriction_switchDisabled()  local 131         QCRow row = getHotspotRow();  in getQCItem_hasUmRestriction_switchClickableWhileDisabled()  local 150         QCRow row = getHotspotRow();  in getQCItem_createsRow_zoneWrite()  local 158         QCRow row = getHotspotRow();  in getQCItem_createsRow_zoneRead()  local
  | 
| D | AdaptiveBrightnessSwitchTest.java | 79         QCRow row = getQCRow();  in getQCItem_createsRow_zoneWrite()  local 87         QCRow row = getQCRow();  in getQCItem_createsRow_zoneRead()  local 102         QCRow row = getQCRow();  in getQCItem_titleSet()  local 108         QCRow row = getQCRow();  in getQCItem_hasActionSwitch()  local 117         QCRow row = getQCRow();  in getQCItem_adaptiveBrightnessOn_switchChecked()  local 125         QCRow row = getQCRow();  in getQCItem_adaptiveBrightnessOff_switchUnchecked()  local 134         QCRow row = getQCRow();  in getQCItem_hasBaseUmRestriction_switchDisabled()  local 144         QCRow row = getQCRow();  in getQCItem_hasUmRestriction_switchClickableWhileDisabled()  local
  | 
| D | VolumeSliderTestCase.java | 76     protected void verifyTitleSet(QCRow row, int titleResId) {  in verifyTitleSet() 80     protected void verifyIconSet(QCRow row, int iconResId) {  in verifyIconSet() 84     protected void verifyIconNotSet(QCRow row) {  in verifyIconNotSet() 88     protected void verifySliderCreated(QCRow row) {  in verifySliderCreated() 105     protected void verifyBaseUmRestriction(QCRow row) {  in verifyBaseUmRestriction() 112     protected void verifyUmRestriction(QCRow row) {  in verifyUmRestriction()
  | 
| D | PairedBluetoothDevicesTest.java | 132         QCRow row = list.getRows().get(0);  in getQCItem_bluetoothDisabled_returnsBluetoothDisabledMessage()  local 142         QCRow row = list.getRows().get(0);  in getQCItem_noDevices_returnsPairMessage()  local 196         QCRow row = list.getRows().get(0);  in getQCItem_setsTitle()  local 206         QCRow row = list.getRows().get(0);  in getQCItem_bluetoothDisabled_togglesUpdated()  local 222         QCRow row = list.getRows().get(0);  in getQCItem_bluetoothEnabled_togglesUpdated()  local 242         QCRow row = list.getRows().get(0);  in getQCItem_isBusy_togglesDisabled()  local 258         QCRow row = list.getRows().get(0);  in getQCItem_hasBaseUmRestriction_togglesDisabled()  local 276         QCRow row = list.getRows().get(0);  in getQCItem_hasUmRestriction_togglesClickableWhileDisabled()  local 360         QCRow row = list.getRows().get(0);  in getQCItem_createsItem_noDevices_zoneWrite()  local 369         QCRow row = list.getRows().get(0);  in getQCItem_createsItem_noDevices_zoneRead()  local [all …] 
 | 
| D | BrightnessSliderTestCase.java | 58         QCRow row = getBrightnessRow();  in getQCItem_titleSet()  local 64         QCRow row = getBrightnessRow();  in getQCItem_createsSlider()  local 75         QCRow row = getBrightnessRow();  in getQCItem_hasBaseUmRestriction_sliderDisabled()  local 84         QCRow row = getBrightnessRow();  in getQCItem_hasUmRestriction_sliderClickableWhileDisabled()  local
  | 
| D | BluetoothSwitchTest.java | 88         QCRow row = list.getRows().get(0);  in getQCItem_createsRow_zoneWrite()  local 100         QCRow row = list.getRows().get(0);  in getQCItem_createsRow_zoneRead()  local 116         QCRow row = list.getRows().get(0);  in getQCItem_titleSet()  local 123         QCRow row = list.getRows().get(0);  in getQCItem_hasActionSwitch()  local
  | 
| /packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/ | 
| D | QCRowTest.java | 40         QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null);  in onCreate_hasCorrectType()  local 46         QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, mDefaultIcon);  in onBundle_nullActions_noCrash()  local 53         QCRow row = createRow(mDefaultAction, mDefaultDisabledAction, /* icon= */ null);  in onBundle_nullIcon_noCrash()  local 60         QCRow row = createRow(mDefaultAction, mDefaultDisabledAction, mDefaultIcon);  in createFromParcel_accurateData()  local 73         QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null,  in createFromParcel_accurateData_startItem()  local 83         QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null,  in createFromParcel_accurateData_endItem()  local 93         QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null,  in createFromParcel_accurateData_slider()  local
  | 
| /packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/ | 
| D | Modules.java | 43   static List<HistoryItemActionModule> fromRow(Context context, CoalescedRow row) {  in fromRow() 71       Context context, CoalescedRow row) {  in createModuleForAccessingCallDetails() 88       Context context, CoalescedRow row) {  in createCallDetailsHeaderInfoFromRow() 98   private static boolean canSupportAssistedDialing(CoalescedRow row) {  in canSupportAssistedDialing() 102   private static HistoryItemActionModuleInfo buildModuleInfo(CoalescedRow row) {  in buildModuleInfo()
  | 
| /packages/apps/Dialer/java/com/android/dialer/calllog/ui/ | 
| D | NewCallLogViewHolder.java | 120   private void displayRow(CoalescedRow row) {  in displayRow() 147   private void configA11yForRow(CoalescedRow row) {  in configA11yForRow() 169   private void setNumberCalls(CoalescedRow row) {  in setNumberCalls() 179   private boolean isUnreadMissedCall(CoalescedRow row) {  in isUnreadMissedCall() 186   private void setPhoto(CoalescedRow row) {  in setPhoto() 190   private void setFeatureIcons(CoalescedRow row) {  in setFeatureIcons() 224   private void setCallTypeIcon(CoalescedRow row) {  in setCallTypeIcon() 261   private void setPhoneAccounts(CoalescedRow row) {  in setPhoneAccounts() 290   private void setCallButon(CoalescedRow row) {  in setCallButon()
  | 
| /packages/modules/ExtServices/native/pHash/ | 
| D | fast_dct-inl.h | 106     for (int row = 0; row < block_size_; row++) {  in ForwardTransform2D()  local 116     for (int row = 0; row < block_size_; row++) {  in ForwardTransform2D()  local 126     for (int row = 0; row < block_size_; row++) {  in ForwardTransform2D()  local 138     for (int row = 0; row < block_size_; row++) {  in ReverseTransform2D()  local 153     for (int row = 0; row < block_size_; row++) {  in ReverseTransform2D()  local 159     for (int row = 0; row < block_size_; row++) {  in ReverseTransform2D()  local
  | 
| /packages/apps/Dialer/java/com/android/dialer/calllogutils/ | 
| D | CallLogEntryText.java | 47   public static CharSequence buildPrimaryText(Context context, CoalescedRow row) {  in buildPrimaryText() 97       Context context, Clock clock, CoalescedRow row) {  in buildSecondaryTextForEntries() 138       Context context, Clock clock, CoalescedRow row, boolean abbreviateDateTime) {  in buildSecondaryTextListForEntries() 170   public static CharSequence buildSecondaryTextForBottomSheet(Context context, CoalescedRow row) {  in buildSecondaryTextForBottomSheet() 244   private static CharSequence getNumberTypeLabel(Context context, CoalescedRow row) {  in getNumberTypeLabel()
  | 
| D | CallLogEntryDescriptions.java | 60       Context context, Clock clock, CoalescedRow row) {  in buildDescriptionForEntry() 106   private static @PluralsRes int getPrimaryDescriptionResIdForCallType(CoalescedRow row) {  in getPrimaryDescriptionResIdForCallType() 128   private static CharSequence buildPhoneAccountDescription(Context context, CoalescedRow row) {  in buildPhoneAccountDescription()
  | 
| /packages/providers/TelephonyProvider/src/com/android/providers/telephony/ | 
| D | HbpcdLookupDatabaseHelper.java | 202             ContentValues row = null;  in loadTable()  local 233         ContentValues row = new ContentValues();  in getTableMccIddRow()  local 254         ContentValues row = new ContentValues();  in getTableMccLookupTableRow()  local 289         ContentValues row = new ContentValues();  in getTableMccSidConflictRow()  local 310         ContentValues row = new ContentValues();  in getTableMccSidRangeRow()  local 333         ContentValues row = new ContentValues();  in getTableNanpAreaCodeRow()  local 352         ContentValues row = new ContentValues();  in getTableArbitraryMccSidMatch()  local
  | 
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ | 
| D | AbstractKeyboardBuilder.java | 57             final E[] row = rows[rowIndex];  in AbstractKeyboardBuilder()  local 84     E[] getRowAt(final int row) {  in getRowAt() 98     void setRowAt(final int row, final E[] elements) {  in setRowAt() 118     void setElementAt(final int row, final int column, final E element, final boolean insert) {  in setElementAt()
  | 
| /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ | 
| D | SortingCursorWrapperTest.java | 119             MatrixCursor.RowBuilder row = c.newRow();  in setUp()  local 233             MatrixCursor.RowBuilder row = c.newRow();  in testSort_sizesWithBucketing_ascending()  local 285             MatrixCursor.RowBuilder row = c.newRow();  in testSort_sizesWithBucketing_descending()  local 338             MatrixCursor.RowBuilder row = c.newRow();  in testSort_time_ascending()  local 345             MatrixCursor.RowBuilder row = c.newRow();  in testSort_time_ascending()  local 375             MatrixCursor.RowBuilder row = c.newRow();  in testSort_time_descending()  local 382             MatrixCursor.RowBuilder row = c.newRow();  in testSort_time_descending()  local
  | 
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ | 
| D | AbstractDbIntegrationTest.java | 343         long row = db.insert(MeasurementTables.SourceContract.TABLE, null, values);  in insertToDb()  local 359         long row = db.insert(MeasurementTables.SourceDestination.TABLE, null, values);  in insertToDb()  local 395         long row = db.insert(MeasurementTables.TriggerContract.TABLE, null, values);  in insertToDb()  local 432         long row = db.insert(MeasurementTables.EventReportContract.TABLE, null, values);  in insertToDb()  local 458         long row = db.insert(MeasurementTables.AttributionContract.TABLE, null, values);  in insertToDb()  local 494         long row = db.insert(MeasurementTables.AggregateReport.TABLE, null, values);  in insertToDb()  local 513         long row = db.insert(MeasurementTables.AggregateEncryptionKey.TABLE, null, values);  in insertToDb()  local
  | 
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ | 
| D | KeyboardBuilder.java | 305                     final KeyboardRow row = parseRowAttributes(parser);  in parseKeyboardContent()  local 355     private void parseRowContent(final XmlPullParser parser, final KeyboardRow row,  in parseRowContent() 422             final KeyboardRow row = new KeyboardRow(mResources, mParams, parser, mCurrentY);  in parseGridRows()  local 470     private void parseKey(final XmlPullParser parser, final KeyboardRow row, final boolean skip)  in parseKey() 494     private void parseSpacer(final XmlPullParser parser, final KeyboardRow row, final boolean skip)  in parseSpacer() 516     private void parseIncludeRowContent(final XmlPullParser parser, final KeyboardRow row,  in parseIncludeRowContent() 521     private void parseIncludeInternal(final XmlPullParser parser, final KeyboardRow row,  in parseIncludeInternal() 567     private void parseMerge(final XmlPullParser parser, final KeyboardRow row, final boolean skip)  in parseMerge() 593     private void parseSwitchRowContent(final XmlPullParser parser, final KeyboardRow row,  in parseSwitchRowContent() 598     private void parseSwitchInternal(final XmlPullParser parser, final KeyboardRow row,  in parseSwitchInternal() [all …] 
 | 
| D | TouchPositionCorrection.java | 84     public float getX(final int row) {  in getX() 90     public float getY(final int row) {  in getY() 94     public float getRadius(final int row) {  in getRadius()
  | 
| /packages/providers/MediaProvider/tests/src/com/android/providers/media/stableuris/dao/ | 
| D | BackupIdRowTest.java | 31         BackupIdRow row = BackupIdRow.newBuilder(5)  in testSimple()  local 41         BackupIdRow row = BackupIdRow.newBuilder(5)  in testAllFields()  local
  |