Home
last modified time | relevance | path

Searched refs:foundCell (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/metrics/
DConnectivitySampleMetricsTest.kt134 val foundCell = stats.networks.networkDescriptionList.find { in testSampleConnectivityState_Network() constant
175 checkNetworkDescription("Cell network", foundCell, cellCaps) in testSampleConnectivityState_Network()
179 assertEquals(0, foundCell.scorePolicies, "Cell score policies incorrect, expected 0, " + in testSampleConnectivityState_Network()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1834 boolean foundCell = mTargetCell[0] >= 0 && mTargetCell[1] >= 0; in acceptDrop()
1837 if (!foundCell) { in acceptDrop()
2078 boolean foundCell = mTargetCell[0] >= 0 && mTargetCell[1] >= 0; in onDrop()
2081 if (foundCell && (cell instanceof AppWidgetHostView) && in onDrop()
2091 if (foundCell) { in onDrop()