Home
last modified time | relevance | path

Searched refs:cell (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/connectivity/
DLingerMonitorTest.java168 NetworkAgentInfo cell = cellNai(102); in testMultipleNotifications() local
170 mMonitor.noteLingerDefaultNetwork(wifi1, cell); in testMultipleNotifications()
171 verifyNotification(wifi1, cell); in testMultipleNotifications()
173 mMonitor.noteLingerDefaultNetwork(cell, wifi2); in testMultipleNotifications()
177 mMonitor.noteLingerDefaultNetwork(wifi2, cell); in testMultipleNotifications()
178 verifyNotification(wifi2, cell); in testMultipleNotifications()
190 NetworkAgentInfo cell = cellNai(103); in testRateLimiting() local
192 mMonitor.noteLingerDefaultNetwork(wifi1, cell); in testRateLimiting()
193 verifyNotification(wifi1, cell); in testRateLimiting()
197 mMonitor.noteLingerDefaultNetwork(cell, wifi2); in testRateLimiting()
[all …]
DIpConnectivityMetricsTest.java178 final long cell = BitUtils.packBits(new int[]{NetworkCapabilities.TRANSPORT_CELLULAR}); in testDefaultNetworkEvents() local
183 {null, makeNai(100, 10, false, true, cell)}, in testDefaultNetworkEvents()
185 {makeNai(100, 50, true, true, cell), makeNai(101, 20, true, false, wifi)}, in testDefaultNetworkEvents()
189 {null, makeNai(102, 10, true, true, cell)}, in testDefaultNetworkEvents()
191 {makeNai(102, 50, true, true, cell), makeNai(103, 20, true, false, wifi)}, in testDefaultNetworkEvents()
374 final long cell = BitUtils.packBits(new int[]{NetworkCapabilities.TRANSPORT_CELLULAR}); in testEndToEndLogging() local
376 NetworkAgentInfo cellNai = makeNai(100, 50, false, true, cell); in testEndToEndLogging()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java416 for (Cell cell : pattern) { in setPattern()
417 mPatternDrawLookup[cell.getRow()][cell.getColumn()] = true; in setPattern()
700 final Cell cell = checkForNewHit(x, y); in detectAndAddHit() local
701 if (cell != null) { in detectAndAddHit()
708 int dRow = cell.row - lastCell.row; in detectAndAddHit()
709 int dColumn = cell.column - lastCell.column; in detectAndAddHit()
729 addCellToPattern(cell); in detectAndAddHit()
735 return cell; in detectAndAddHit()
749 private void startCellActivatedAnimation(Cell cell) { in startCellActivatedAnimation() argument
750 final CellState cellState = mCellStates[cell.row][cell.column]; in startCellActivatedAnimation()
[all …]
DLockPatternUtils.java1078 LockPatternView.Cell cell = pattern.get(i); in patternToString() local
1079 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn() + '1'); in patternToString()
1113 LockPatternView.Cell cell = pattern.get(i); in patternToHash() local
1114 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn()); in patternToHash()
/frameworks/base/tools/preload/
Dsorttable.js123 forEach(theadrow.childNodes, function(cell) { argument
124 if (cell.nodeType == 1) { // an element
125 cell.className = cell.className.replace('sorttable_sorted_reverse','');
126 cell.className = cell.className.replace('sorttable_sorted','');
/frameworks/base/packages/ExtServices/tests/src/android/ext/services/autofill/
DEditDistanceScorerTest.java103 float cell = line[j]; in testGetScores() local
104 assertWithMessage("wrong score at [%s, %s]", i, j).that(cell).isWithin(0.01F) in testGetScores()
/frameworks/rs/script_api/
Drs_for_each.spec36 summary: Suggested cell processing order
52 cell, like the Array0 index or the current level of detail.
238 Returns the index in the Array0 dimension of the cell being processed, as specified
264 Returns the index in the Array1 dimension of the cell being processed, as specified
277 Returns the index in the Array2 dimension of the cell being processed,
291 Returns the index in the Array3 dimension of the cell being processed, as specified
/frameworks/rs/script_api/include/
Drs_for_each.rsh33 * rs_for_each_strategy_t: Suggested cell processing order
55 * cell, like the Array0 index or the current level of detail.
76 …rs_for_each_strategy_t strategy; // Currently ignored. In the future, will be suggested cell iter…
209 * Returns the index in the Array0 dimension of the cell being processed, as specified
235 * Returns the index in the Array1 dimension of the cell being processed, as specified
248 * Returns the index in the Array2 dimension of the cell being processed,
262 * Returns the index in the Array3 dimension of the cell being processed, as specified
409 * Returns the face on which the cell being processed is found, as specified by the
423 * Returns the index in the Levels of Detail dimension of the cell being processed,
Drs_object_info.rsh44 * i.e. a cell of an Allocation.
138 * rsAllocationGetElement: Get the object that describes the cell of an Allocation
140 * Get the Element object describing the type, kind, and other characteristics of a cell
Drs_allocation_data.rsh59 * dstOff: Offset in the destination of the first cell to be copied into.
63 * srcOff: Offset in the source of the first cell to be copied.
139 * x: X offset in the allocation of the first cell to be copied from.
140 * y: Y offset in the allocation of the first cell to be copied from.
141 * z: Z offset in the allocation of the first cell to be copied from.
619 * x: X offset in the allocation of the first cell to be copied into.
620 * y: Y offset in the allocation of the first cell to be copied into.
621 * z: Z offset in the allocation of the first cell to be copied into.
1074 * rsGetElementAt: Return a cell from an allocation
1076 * This function extracts a single cell from an allocation.
[all …]
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
DGridRowView.java253 private void addCell(GridContent.CellContent cell, int index, int total) { in addCell() argument
261 ArrayList<SliceItem> cellItems = cell.getCellItems(); in addCell()
262 SliceItem contentIntentItem = cell.getContentIntent(); in addCell()
311 CharSequence contentDescr = cell.getContentDescription(); in addCell()
/frameworks/opt/vcard/tests/res/raw/
Dv30_complicated.vcf22 EMAIL;CELL:cell@example.com
Dv21_complicated.vcf22 EMAIL;CELL:cell@example.com
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java758 int [] cell = new int[count]; in computeNearestNeighbors() local
759 System.arraycopy(indices, 0, cell, 0, count); in computeNearestNeighbors()
760 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell; in computeNearestNeighbors()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java1845 NeighboringCellInfo cell; in responseCellList() local
1856 cell = new NeighboringCellInfo(rssi, location, radioType); in responseCellList()
1857 ret.add(cell); in responseCellList()
DRIL.java4524 for (NeighboringCellInfo cell : cells) { in retToString()
4525 sb.append("[").append(cell).append("] "); in retToString()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_d1new_helper.rsh18 // This allocation contains the kernel stack info: only one float per cell
/frameworks/opt/telephony/proto/src/
Dtelephony.proto193 // If cell-data has been enabled.
196 // If cell-roaming has been enabled.
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dcase.txt5986 with the defence, we were allowed to see the young lady in her cell.
6254 flashed across my mind in the cell at Winchester, but one drawback of
Dadvs.txt5785 lock, and we all very quietly entered the cell. The sleeper half
10411 removed to a cell, and I, after going through all the police
Dretn.txt6278 cell, and Mr. Patrick Cairns occupies too large a proportion of our
6688 same cell. You know, Watson, I don't mind confessing to you that I
Dlstb.txt2251 won't put me alone into a cell, sir? For pity's sake don't, and may
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25277 field public static final java.lang.String RADIO_CELL = "cell";
25459 field public static final deprecated java.lang.String RADIO_CELL = "cell";
/frameworks/base/api/
Dcurrent.txt36623 field public static final java.lang.String RADIO_CELL = "cell";
36806 field public static final deprecated java.lang.String RADIO_CELL = "cell";