/aosp12/packages/apps/Launcher3/tools/ |
H A D | print_db.py | 71 if cell: 78 if cell: 82 f.write(cell) 86 if cell == 0: 88 elif cell == 1: 90 elif cell == 2: 92 elif cell == 4: 94 elif cell: 98 if not cell is None: 108 if cell is None: [all …]
|
/aosp12/system/chre/apps/wwan_world/ |
H A D | wwan_world.cc | 86 void logChreWwanInfo(const chreWwanCellInfo *cell) { in logChreWwanInfo() argument 87 LOGI("Found cell at time %" PRIu64, cell->timeStamp); in logChreWwanInfo() 88 LOGI(" timestamp type %" PRIu8, cell->timeStampType); in logChreWwanInfo() 89 LOGI(" registered %" PRIu8, cell->registered); in logChreWwanInfo() 91 switch (cell->cellInfoType) { in logChreWwanInfo() 94 LOGI(" mcc %" PRId32, cell->CellInfo.gsm.cellIdentityGsm.mcc); in logChreWwanInfo() 95 LOGI(" mnc %" PRId32, cell->CellInfo.gsm.cellIdentityGsm.mnc); in logChreWwanInfo() 108 LOGI(" ci %" PRId32, cell->CellInfo.lte.cellIdentityLte.ci); in logChreWwanInfo() 121 cell->CellInfo.wcdma.cellIdentityWcdma.uarfcn); in logChreWwanInfo() 127 logNrCellInfo(cell->CellInfo.nr); in logChreWwanInfo() [all …]
|
/aosp12/system/chre/platform/linux/ |
H A D | pal_wwan.cc | 38 auto cell = chre::MakeUniqueZeroFill<struct chreWwanCellInfo>(); in sendCellInfoResult() local 39 cell->timeStamp = gSystemApi->getCurrentTime(); in sendCellInfoResult() 40 cell->cellInfoType = CHRE_WWAN_CELL_INFO_TYPE_GSM; in sendCellInfoResult() 42 cell->CellInfo.gsm.cellIdentityGsm.mcc = INT32_MAX; in sendCellInfoResult() 43 cell->CellInfo.gsm.cellIdentityGsm.mnc = INT32_MAX; in sendCellInfoResult() 44 cell->CellInfo.gsm.cellIdentityGsm.lac = INT32_MAX; in sendCellInfoResult() 45 cell->CellInfo.gsm.cellIdentityGsm.cid = INT32_MAX; in sendCellInfoResult() 46 cell->CellInfo.gsm.cellIdentityGsm.arfcn = INT32_MAX; in sendCellInfoResult() 47 cell->CellInfo.gsm.cellIdentityGsm.bsic = INT8_MAX; in sendCellInfoResult() 48 cell->CellInfo.gsm.signalStrengthGsm.signalStrength = INT32_MAX; in sendCellInfoResult() [all …]
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
H A D | LingerMonitorTest.java | 188 NetworkAgentInfo cell = cellNai(102); in testMultipleNotifications() local 190 mMonitor.noteLingerDefaultNetwork(wifi1, cell); in testMultipleNotifications() 191 verifyNotification(wifi1, cell); in testMultipleNotifications() 193 mMonitor.noteLingerDefaultNetwork(cell, wifi2); in testMultipleNotifications() 197 mMonitor.noteLingerDefaultNetwork(wifi2, cell); in testMultipleNotifications() 198 verifyNotification(wifi2, cell); in testMultipleNotifications() 210 NetworkAgentInfo cell = cellNai(103); in testRateLimiting() local 213 verifyNotification(wifi1, cell); in testRateLimiting() 236 NetworkAgentInfo cell = cellNai(103); in testDailyLimiting() local 239 verifyNotification(wifi1, cell); in testDailyLimiting() [all …]
|
H A D | IpConnectivityMetricsTest.java | 156 final long cell = BitUtils.packBits(new int[]{NetworkCapabilities.TRANSPORT_CELLULAR}); in testDefaultNetworkEvents() local 161 {null, makeNai(100, 10, false, true, cell)}, in testDefaultNetworkEvents() 163 {makeNai(100, 50, true, true, cell), makeNai(101, 20, true, false, wifi)}, in testDefaultNetworkEvents() 167 {null, makeNai(102, 10, true, true, cell)}, in testDefaultNetworkEvents() 169 {makeNai(102, 50, true, true, cell), makeNai(103, 20, true, false, wifi)}, in testDefaultNetworkEvents() 349 final long cell = BitUtils.packBits(new int[]{NetworkCapabilities.TRANSPORT_CELLULAR}); in testEndToEndLogging() local 351 NetworkAgentInfo cellNai = makeNai(100, 50, false, true, cell); in testEndToEndLogging()
|
/aosp12/packages/modules/GeoTZ/s2storage/ |
H A D | README.md | 57 {start S2 cell ID (inclusive)}, {end S2 cell ID (exclusive)}, {time zone IDs} 67 stored using only a subset of the bits needed to store a full S2 cell ID. 95 The `{suffix}`, the final `{Y}` bits of the search S2 cell ID, is used to seek for a record 119 Further, the time zone IDs are referenced as sets, e.g. one cell range may reference 130 1. Several ranges with S2 cell IDs close together may reference the same set - e.g. there 177 {start S2 cell ID (inclusive)}, {end S2 cell ID (exclusive)}, {time zone IDs}` 183 The `{key}` for an entry contains only the `{suffix}` bits from the `{start S2 cell ID 188 sub-divided into two: the `{end S2 cell ID offset}` and the `{TZ IDs set ID}`. 190 The `{end S2 cell ID offset}` is a transformation of the `{end S2 cell ID (exclusive)}`. The `{end 191 S2 cell ID}` can be calculated by adding the `{end S2 cell ID offset}` to the `{start S2 cell ID [all …]
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/ |
H A D | TableHeaderController.java | 81 private void bindCell(HeaderCell cell, @SortDimensionId int id) { in bindCell() argument 82 assert(cell != null); in bindCell() 85 cell.setTag(dimension); in bindCell() 87 cell.onBind(dimension); in bindCell() 90 cell.setOnClickListener(mOnCellClickListener); in bindCell() 92 cell.setOnClickListener(null); in bindCell()
|
/aosp12/frameworks/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/ |
H A D | InitialLockSetupHelper.java | 45 public static int getPatternCellRowFromByte(byte cell) { in getPatternCellRowFromByte() argument 46 return (byte) ((cell - 1) / 3); in getPatternCellRowFromByte() 52 public static int getPatternCellColumnFromByte(byte cell) { in getPatternCellColumnFromByte() argument 53 return (byte) ((cell - 1) % 3); in getPatternCellColumnFromByte()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | GridOccupancy.java | 90 public void markCells(CellAndSpan cell, boolean value) { in markCells() argument 91 markCells(cell.cellX, cell.cellY, cell.spanX, cell.spanY, value); in markCells()
|
/aosp12/system/chre/apps/test/chqts/src/general_test/ |
H A D | cell_info_cdma.cc | 78 bool CellInfoCdma::validate(const struct chreWwanCellInfoCdma &cell) { in validate() argument 79 return (validateIdentity(cell.cellIdentityCdma) && in validate() 80 validateSignalStrengthCdma(cell.signalStrengthCdma) && in validate() 81 validateSignalStrengthEvdo(cell.signalStrengthEvdo)); in validate()
|
H A D | cell_info_tdscdma.cc | 59 bool CellInfoTdscdma::validate(const struct chreWwanCellInfoTdscdma &cell) { in validate() argument 60 return (validateIdentity(cell.cellIdentityTdscdma) && in validate() 61 validateSignalStrength(cell.signalStrengthTdscdma)); in validate()
|
H A D | cell_info_wcdma.cc | 66 bool CellInfoWcdma::validate(const struct chreWwanCellInfoWcdma &cell) { in validate() argument 67 return (validateIdentity(cell.cellIdentityWcdma) && in validate() 68 validateSignalStrength(cell.signalStrengthWcdma)); in validate()
|
H A D | cell_info_gsm.cc | 75 bool CellInfoGsm::validate(const struct chreWwanCellInfoGsm &cell) { in validate() argument 76 return (validateIdentity(cell.cellIdentityGsm) && in validate() 77 validateSignalStrength(cell.signalStrengthGsm)); in validate()
|
H A D | cell_info_lte.cc | 75 bool CellInfoLte::validate(const struct chreWwanCellInfoLte &cell) { in validate() argument 76 return (validateIdentity(cell.cellIdentityLte) && in validate() 77 validateSignalStrength(cell.signalStrengthLte)); in validate()
|
H A D | cell_info_nr.cc | 77 bool CellInfoNr::validate(const struct chreWwanCellInfoNr &cell, in validate() argument 79 return (validateIdentity(cell.cellIdentityNr, registered) && in validate() 80 validateSignalStrength(cell.signalStrengthNr)); in validate()
|
/aosp12/packages/modules/GeoTZ/s2storage/tools/src/proto/ |
H A D | geotz_protos.proto | 29 // S2 cell ranges with the same time zone IDs. Must be ordered by (unsigned) 30 // S2 start cell ID, no overlaps, gaps permitted. 41 // An S2 cell range with the same time zone ID(s). 44 // The start S2 cell ID (inclusive). 47 // The end S2 cell ID (exclusive).
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | AidlConversionUtils.java | 165 toFrameworkCell(frame.cell), in toFrameworkEnrollmentFrame() 182 public static FaceEnrollCell toFrameworkCell(@Nullable Cell cell) { in toFrameworkCell() argument 183 return cell == null ? null : new FaceEnrollCell(cell.x, cell.y, cell.z); in toFrameworkCell()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockPatternView.java | 436 for (Cell cell : pattern) { in setPattern() 437 mPatternDrawLookup[cell.getRow()][cell.getColumn()] = true; in setPattern() 733 if (cell != null) { in detectAndAddHit() 761 addCellToPattern(cell); in detectAndAddHit() 767 return cell; in detectAndAddHit() 782 final CellState cellState = mCellStates[cell.row][cell.column]; in startCellActivatedAnimation() 793 getCenterXForColumn(cell.column), getCenterYForRow(cell.row)); in startCellActivatedAnimation() 1136 drawLookup[cell.getRow()][cell.getColumn()] = true; in onDraw() 1181 Cell cell = pattern.get(i); in onDraw() 1186 if (!drawLookup[cell.row][cell.column]) { in onDraw() [all …]
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Workspace.java | 1597 View child = cellInfo.cell; in startDrag() 1888 getParentCellLayoutForView(mDragInfo.cell).removeView(mDragInfo.cell); in createUserFolderIfNecessary() 1937 getParentCellLayoutForView(mDragInfo.cell).removeView(mDragInfo.cell); in addToExistingFolderIfNecessary() 1968 final View cell = mDragInfo.cell; in onDrop() local 2130 parent.onDropChild(cell); in onDrop() 2147 cell.setVisibility(VISIBLE); in onDrop() 2149 parent.onDropChild(cell); in onDrop() 2984 removeWorkspaceItem(mDragInfo.cell); in onDropCompleted() 2994 cellLayout.onDropChild(mDragInfo.cell); in onDropCompleted() 3001 if (d.cancelled && cell != null) { in onDropCompleted() [all …]
|
/aosp12/hardware/interfaces/radio/1.5/ |
H A D | IRadioIndication.hal | 43 * the cell (for example, all components of the CGI or ECGI). 45 * cell that was chosen for the failed registration attempt. 66 * <p>Provide information about the barring status of the cell for the user. The information 71 * <p>This indication should be sent whenever the cell’s barring config changes for the current 75 * service, and when the System Information including barring info for a camped cell is updated. 81 * Report all of the current cell information known to the radio. 87 * @param records Current cell information
|
H A D | types.hal | 554 * Indicates whether the cell is restricted to only CSG members. A cell not broadcasting the 570 * The identity of the closed subscriber group that the cell belongs to. 608 /** Information about any closed subscriber group ID for this cell */ 621 /** Information about any closed subscriber group ID for this cell */ 634 /** Information about any closed subscriber group ID for this cell */ 637 /** Bands used by the cell. */ 654 /** Bands used by the cell. */ 685 * True if this cell is registered false if not registered. 697 * Connection status for the cell. 718 /** A union representing the CellIdentity of a single cell. */ [all …]
|
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/ |
H A D | PaintChipsWidget.kt | 235 val cell = RemoteViews(context.packageName, R.layout.paint_chip) regex 236 cell.setTextViewText(R.id.chip, "${COLOR_NAMES[i]}-${SHADE_NUMBERS[j]}") 240 cell.setTextColor(R.id.chip, context.getColor(textColor)) 241 cell.setColorStateList(R.id.chip, "setBackgroundTintList", resId) 248 ClickBehavior.SHARE -> cell.setOnClickPendingIntent( 252 ClickBehavior.LAUNCH -> cell.setOnClickPendingIntent( 258 grid.addView(R.id.paint_grid, cell)
|
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/metrics/ |
H A D | DataStallDetectionStats.java | 72 public DataStallDetectionStats(@Nullable byte[] cell, @Nullable byte[] wifi, in DataStallDetectionStats() argument 75 mCellularInfo = emptyCellDataIfNull(cell); in DataStallDetectionStats() 97 public static byte[] emptyCellDataIfNull(@Nullable byte[] cell) { in emptyCellDataIfNull() argument 98 if (cell != null) return cell; in emptyCellDataIfNull()
|
/aosp12/frameworks/base/tools/preload/ |
H A 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','');
|
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/proto/ |
H A D | s2_protos.proto | 55 // The S2 cell IDs. 61 // The start s2 cell ID (inclusive). 63 // The end s2 cell ID (exclusive).
|