/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationMenuRowTest.java | 74 NotificationMenuRowPlugin row = in testAttachDetach() local 85 NotificationMenuRowPlugin row = in testRecreateMenu() local 95 NotificationMenuRowPlugin row = in testResetUncreatedMenu() local 155 NotificationMenuRow row = Mockito.spy( in testIsSnappedAndOnSameSide() local 188 NotificationMenuRow row = Mockito.spy( in testGetMenuSnapTarget() local 203 NotificationMenuRow row = Mockito.spy( in testIsSwipedEnoughToShowMenu() local 230 NotificationMenuRow row = Mockito.spy( in testIsWithinSnapMenuThreshold() local 264 NotificationMenuRow row = Mockito.spy( in testShouldSnapBack() local 286 NotificationMenuRow row = Mockito.spy( in testCanBeDismissed() local 302 NotificationMenuRow row = Mockito.spy( in testIsTowardsMenu() local [all …]
|
H A D | NotificationBlockingHelperManagerTest.java | 106 ExpandableNotificationRow row = createBlockableRowSpy(); in testDismissCurrentBlockingHelper_withDetachedBlockingHelperRow() local 119 ExpandableNotificationRow row = createBlockableRowSpy(); in testDismissCurrentBlockingHelper_withAttachedBlockingHelperRow() local 132 ExpandableNotificationRow row = createBlockableRowSpy(); in testPerhapsShowBlockingHelper_shown() local 196 ExpandableNotificationRow row = createBlockableRowSpy(); in testPerhapsShowBlockingHelper_notShownDueToNeutralUserSentiment() local 207 ExpandableNotificationRow row = createBlockableRowSpy(); in testPerhapsShowBlockingHelper_notShownDueToPositiveUserSentiment() local 217 ExpandableNotificationRow row = createBlockableRowSpy(); in testPerhapsShowBlockingHelper_notShownDueToShadeVisibility() local 229 ExpandableNotificationRow row = createBlockableRowSpy(); in testPerhapsShowBlockingHelper_notShownDueToNonblockability() local 255 ExpandableNotificationRow row = createBlockableRowSpy(); in testBlockingHelperShowAndDismiss() local 292 ExpandableNotificationRow row = spy(mHelper.createRow()); in createBlockableRowSpy() local 298 ExpandableNotificationRow row = spy(mHelper.createGroup(numChildren)); in createBlockableGroupRowSpy() local
|
H A D | ExpandableNotificationRowTest.java | 127 ExpandableNotificationRow row = spy(mNotificationTestHelper.createRow( in testIconColorShouldBeUpdatedWhenSensitive() local 136 ExpandableNotificationRow row = mNotificationTestHelper.createRow(FLAG_CONTENT_VIEW_ALL); in setNeedsRedactionFreesViewWhenFalse() local 147 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalled() local 156 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledPinned() local 165 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledHeadsUpGoingAway() local 173 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledWhenGoingBelow() local 310 ExpandableNotificationRow row = in testGetIsNonblockable() local 318 ExpandableNotificationRow row = in testGetIsNonblockable_oemLocked() local 327 ExpandableNotificationRow row = in testGetIsNonblockable_criticalDeviceFunction() local
|
H A D | NotificationGutsManagerTest.java | 191 ExpandableNotificationRow row = spy(realRow); in testOpenAndCloseGuts() local 231 ExpandableNotificationRow row = spy(realRow); in testChangeDensityOrFontScale() local 353 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_highPriority() local 386 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_PassesAlongProvisionedState() local 420 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_withInitialAction() local 452 ExpandableNotificationRow row = spy(createTestNotificationRow()); in testShouldExtendLifetime() local 491 ExpandableNotificationRow row = mHelper.createRow(nb.build()); in createTestNotificationRow() local 502 private NotificationMenuRowPlugin.MenuItem createTestMenuItem(ExpandableNotificationRow row) { in createTestMenuItem()
|
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/view/ |
H A D | QCRowViewTest.java | 74 QCRow row = new QCRow.Builder().build(); in setRow_notNull_visible() local 82 QCRow row = new QCRow.Builder().setTitle(title).build(); in setRow_setsTitle() local 92 QCRow row = new QCRow.Builder().setSubtitle(subtitle).build(); in setRow_setsSubtitle() local 102 QCRow row = new QCRow.Builder().setIcon(icon).build(); in setRow_setsIcon() local 112 QCRow row = new QCRow.Builder() in setRow_createsStartItems() local 128 QCRow row = new QCRow.Builder() in setRow_createsEndItems() local 143 QCRow row = new QCRow.Builder().build(); in setRow_noSlider_sliderViewNotVisible() local 152 QCRow row = new QCRow.Builder() in setRow_hasSlider_sliderViewVisible() local 172 QCRow row = new QCRow.Builder() in onSwitchClick_firesAction() local 187 QCRow row = new QCRow.Builder() in onToggleClick_firesAction() local [all …]
|
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
H A 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()
|
H A D | ScheduleRowPresenter.java | 368 ScheduleRow row = (ScheduleRow) item; in onBindRowViewHolder() local 528 private String getChannelNameText(ScheduleRow row) { in getChannelNameText() 541 protected void onInfoClicked(ScheduleRow row) { in onInfoClicked() 545 private boolean isInfoClickable(ScheduleRow row) { in isInfoClickable() 574 protected void onStartRecording(ScheduleRow row) { in onStartRecording() 635 protected void onStopRecording(ScheduleRow row) { in onStopRecording() 656 protected void onCreateSchedule(ScheduleRow row) { in onCreateSchedule() 680 protected void onRemoveSchedule(ScheduleRow row) { in onRemoveSchedule() 716 private CharSequence getDeletedInfo(ScheduleRow row) { in getDeletedInfo() 835 protected int[] getAvailableActions(ScheduleRow row) { in getAvailableActions() [all …]
|
H A 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
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/ |
H A 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()
|
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/ |
H A 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
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/ui/ |
H A 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()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | AboveShelfObserverTest.java | 56 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setUp() local 67 ExpandableNotificationRow row = (ExpandableNotificationRow) mHostLayout.getChildAt(0); in testObserverChangesWhenGoingAbove() local 75 ExpandableNotificationRow row = (ExpandableNotificationRow) mHostLayout.getChildAt(0); in testObserverChangesWhenGoingBelow() local 84 ExpandableNotificationRow row = (ExpandableNotificationRow) mHostLayout.getChildAt(0); in testStaysAboveWhenOneGoesAway() local
|
/aosp12/packages/modules/ExtServices/native/pHash/ |
H A 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
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationGroupingUtil.java | 89 public NotificationGroupingUtil(ExpandableNotificationRow row) { in NotificationGroupingUtil() 139 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenAppearance() local 147 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenAppearance() local 156 private void sanitizeTopLineViews(ExpandableNotificationRow row) { in sanitizeTopLineViews() 162 sanitizeChild(layout.getContractedChild(), row); in sanitizeTopLineViews() local 163 sanitizeChild(layout.getHeadsUpChild(), row); in sanitizeTopLineViews() local 164 sanitizeChild(layout.getExpandedChild(), row); in sanitizeTopLineViews() local 224 public void restoreChildNotification(ExpandableNotificationRow row) { in restoreChildNotification() 261 public void compareToGroupParent(ExpandableNotificationRow row) { in compareToGroupParent() 280 public void apply(ExpandableNotificationRow row) { in apply() [all …]
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllogutils/ |
H A 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()
|
H A 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()
|
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A 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
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/ |
H A D | WifiRowTest.java | 69 QCRow row = getWifiRow(); in getQCItem_setsTitle() local 77 QCRow row = getWifiRow(); in getQCItem_wifiDisabled_returnsRow() local 92 QCRow row = getWifiRow(); in getQCItem_wifiNotConnected_returnsRow() local 110 QCRow row = getWifiRow(); in getQCItem_wifiConnected_returnsRow() local
|
H A D | HotspotRowTest.java | 84 QCRow row = getHotspotRow(); in getQCItem_setsTitleAndIcon() local 93 QCRow row = getHotspotRow(); in getQCItem_hotspotDisabled_returnsRow() local 103 QCRow row = getHotspotRow(); in getQCItem_hotspotEnabled_noDevices_returnsRow() local 114 QCRow row = getHotspotRow(); in getQCItem_hotspotEnabled_hasDevices_returnsRow() local
|
H A 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
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
H A 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()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
H A D | NotificationRowBinderImpl.java | 125 ExpandableNotificationRow row = entry.getRow(); in inflateViews() local 158 private void bindRow(NotificationEntry entry, ExpandableNotificationRow row) { in bindRow() 182 ExpandableNotificationRow row = entry.getRow(); in onNotificationRankingUpdated() local 206 ExpandableNotificationRow row) { in updateRow() 219 ExpandableNotificationRow row, in inflateContentViews() 252 void onBindRow(ExpandableNotificationRow row); in onBindRow()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationClicker.java | 75 final ExpandableNotificationRow row = (ExpandableNotificationRow) v; in onClick() local 107 mNotificationActivityStarter.onNotificationClicked(entry.getSbn(), row); in onClick() local 110 private boolean isMenuVisible(ExpandableNotificationRow row) { in isMenuVisible() 117 public void register(ExpandableNotificationRow row, StatusBarNotification sbn) { in register()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | CursorWindow.cpp | 341 CursorWindow::FieldSlot* CursorWindow::getFieldSlot(uint32_t row, uint32_t column) { in getFieldSlot() 356 status_t CursorWindow::putBlob(uint32_t row, uint32_t column, const void* value, size_t size) { in putBlob() 360 status_t CursorWindow::putString(uint32_t row, uint32_t column, const char* value, in putString() 365 status_t CursorWindow::putBlobOrString(uint32_t row, uint32_t column, in putBlobOrString() 390 status_t CursorWindow::putLong(uint32_t row, uint32_t column, int64_t value) { in putLong() 405 status_t CursorWindow::putDouble(uint32_t row, uint32_t column, double value) { in putDouble() 420 status_t CursorWindow::putNull(uint32_t row, uint32_t column) { in putNull()
|
/aosp12/frameworks/base/core/java/android/text/ |
H A D | PackedObjectVector.java | 46 getValue(int row, int column) in getValue() 57 setValue(int row, int column, E value) in setValue() 66 insertAt(int row, E[] values) in insertAt() 85 deleteAt(int row, int count) in deleteAt()
|