Searched refs:pcs (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PointerIconTest.java | 104 final PointerCoords[] pcs = new PointerCoords[1]; in assertPointerIcon() local 105 pcs[0] = new PointerCoords(); in assertPointerIcon() 106 pcs[0].setAxisValue(MotionEvent.AXIS_X, x); in assertPointerIcon() 107 pcs[0].setAxisValue(MotionEvent.AXIS_Y, y); in assertPointerIcon() 114 pcs, 0, 0, x, y, 0, 0, source, 0); in assertPointerIcon()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | TelephonyManagerTest.java | 3145 PreciseCallState pcs = new PreciseCallState(); in testCallAttributes() local 3146 CallAttributes ca = new CallAttributes(pcs, TelephonyManager.NETWORK_TYPE_UNKNOWN, cq); in testCallAttributes() 3147 assertEquals(pcs, ca.getPreciseCallState()); in testCallAttributes()
|