Home
last modified time | relevance | path

Searched defs:row (Results 1 – 25 of 205) sorted by relevance

123456789

/packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/view/
DQCRowViewTest.java76 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/
DSeriesScheduleRowPresenter.java57 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()
DScheduleRowPresenter.java368 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 …]
DScheduleRowAdapter.java148 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/
DWifiRowTest.java66 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 …]
DMobileDataRowTest.java74 QCRow row = getRow(); in getQCItem_mobileDataDisabled_switchUnchecked() local
83 QCRow row = getRow(); in getQCItem_mobileDataEnabled_switchChecked() local
92 QCRow row = getRow(); in getQCItem_noNetworkName_nullSubtitle() local
101 QCRow row = getRow(); in getQCItem_hasNetworkName_setsSubtitle() local
110 QCRow row = getRow(); in getQCItem_dataDisabled_setsSubtitle() local
121 QCRow row = getRow(); in getQCItem_hasBaseUmRestriction_switchDisabled() local
133 QCRow row = getRow(); in getQCItem_hasUmRestriction_switchClickableWhileDisabled() local
154 QCRow row = getRow(); in getQCItem_createsRow_zoneWrite() local
163 QCRow row = getRow(); in getQCItem_createsRow_zoneRead() local
DHotspotRowTest.java82 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
DAdaptiveBrightnessSwitchTest.java79 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
DVolumeSliderTestCase.java76 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()
DPairedBluetoothDevicesTest.java132 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 …]
DBrightnessSliderTestCase.java58 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
DBluetoothSwitchTest.java88 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/
DQCRowTest.java40 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/
DModules.java43 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/
DNewCallLogViewHolder.java120 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/
Dfast_dct-inl.h106 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/
DCallLogEntryText.java47 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()
DCallLogEntryDescriptions.java60 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/
DHbpcdLookupDatabaseHelper.java202 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/
DAbstractKeyboardBuilder.java57 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/
DSortingCursorWrapperTest.java118 MatrixCursor.RowBuilder row = c.newRow(); in setUp() local
232 MatrixCursor.RowBuilder row = c.newRow(); in testSort_sizesWithBucketing_ascending() local
284 MatrixCursor.RowBuilder row = c.newRow(); in testSort_sizesWithBucketing_descending() local
337 MatrixCursor.RowBuilder row = c.newRow(); in testSort_time_ascending() local
344 MatrixCursor.RowBuilder row = c.newRow(); in testSort_time_ascending() local
374 MatrixCursor.RowBuilder row = c.newRow(); in testSort_time_descending() local
381 MatrixCursor.RowBuilder row = c.newRow(); in testSort_time_descending() local
/packages/modules/OnDevicePersonalization/tests/cts/endtoend/src/com/android/ondevicepersonalization/cts/e2e/
DDataClassesTest.java64 ContentValues row = new ContentValues(); in testExecuteOutput() local
186 ContentValues row = new ContentValues(); in testRequestLogRecord() local
204 ContentValues row = new ContentValues(); in testEventLogRecord() local
242 ContentValues row = new ContentValues(); in testWebTriggerOutput() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardBuilder.java305 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 …]
DTouchPositionCorrection.java84 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/
DBackupIdRowTest.java31 BackupIdRow row = BackupIdRow.newBuilder(5) in testSimple() local
41 BackupIdRow row = BackupIdRow.newBuilder(5) in testAllFields() local

123456789