/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | LingerMonitorTest.java | 158 NetworkAgentInfo cell = cellNai(102); in testMultipleNotifications() local 160 mMonitor.noteLingerDefaultNetwork(wifi1, cell); in testMultipleNotifications() 161 verifyNotification(wifi1, cell); in testMultipleNotifications() 163 mMonitor.noteLingerDefaultNetwork(cell, wifi2); in testMultipleNotifications() 167 mMonitor.noteLingerDefaultNetwork(wifi2, cell); in testMultipleNotifications() 168 verifyNotification(wifi2, cell); in testMultipleNotifications() 180 NetworkAgentInfo cell = cellNai(103); in testRateLimiting() local 182 mMonitor.noteLingerDefaultNetwork(wifi1, cell); in testRateLimiting() 183 verifyNotification(wifi1, cell); in testRateLimiting() 187 mMonitor.noteLingerDefaultNetwork(cell, wifi2); in testRateLimiting() [all …]
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternView.java | 406 for (Cell cell : pattern) { in setPattern() 407 mPatternDrawLookup[cell.getRow()][cell.getColumn()] = true; in setPattern() 688 final Cell cell = checkForNewHit(x, y); in detectAndAddHit() local 689 if (cell != null) { in detectAndAddHit() 696 int dRow = cell.row - lastCell.row; in detectAndAddHit() 697 int dColumn = cell.column - lastCell.column; in detectAndAddHit() 717 addCellToPattern(cell); in detectAndAddHit() 723 return cell; in detectAndAddHit() 737 private void startCellActivatedAnimation(Cell cell) { in startCellActivatedAnimation() argument 738 final CellState cellState = mCellStates[cell.row][cell.column]; in startCellActivatedAnimation() [all …]
|
D | LockPatternUtils.java | 1020 LockPatternView.Cell cell = pattern.get(i); in patternToString() local 1021 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn() + '1'); in patternToString() 1055 LockPatternView.Cell cell = pattern.get(i); in patternToHash() local 1056 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn()); in patternToHash()
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 123 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/rs/script_api/ |
D | rs_for_each.spec | 36 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/ |
D | rs_for_each.rsh | 33 * 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,
|
D | rs_object_info.rsh | 44 * 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
|
D | rs_allocation_data.rsh | 59 * 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/opt/vcard/tests/res/raw/ |
D | v30_complicated.vcf | 22 EMAIL;CELL:cell@example.com
|
D | v21_complicated.vcf | 22 EMAIL;CELL:cell@example.com
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 758 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/ |
D | RadioResponse.java | 1586 NeighboringCellInfo cell; in responseCellList() local 1597 cell = new NeighboringCellInfo(rssi, location, radioType); in responseCellList() 1598 ret.add(cell); in responseCellList()
|
D | RIL.java | 4345 for (NeighboringCellInfo cell : cells) { in retToString() 4346 sb.append("[").append(cell).append("] "); in retToString()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_d1new_helper.rsh | 18 // This allocation contains the kernel stack info: only one float per cell
|
/frameworks/opt/telephony/proto/ |
D | telephony.proto | 190 // If cell-data has been enabled. 193 // If cell-roaming has been enabled.
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25277 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/ |
D | current.txt | 34940 field public static final java.lang.String RADIO_CELL = "cell"; 35122 field public static final deprecated java.lang.String RADIO_CELL = "cell";
|
D | test-current.txt | 35130 field public static final java.lang.String RADIO_CELL = "cell"; 35318 field public static final deprecated java.lang.String RADIO_CELL = "cell";
|
D | system-current.txt | 37994 field public static final java.lang.String RADIO_CELL = "cell"; 38183 field public static final deprecated java.lang.String RADIO_CELL = "cell";
|