Lines Matching refs:ar

140         AsyncResult ar;
311 ar = (AsyncResult) msg.obj;
312 cn = (Connection) ar.result;
603 ar = (AsyncResult) msg.obj;
604 cn = (Connection) ar.result;
1363 AsyncResult ar;
1370 ar = (AsyncResult) (msg.obj);
1371 cn = (Connection) (ar.result);
1379 ar = (AsyncResult) (msg.obj);
1380 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1386 ar = (AsyncResult) (msg.obj);
1387 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1393 ar = (AsyncResult) (msg.obj);
1394 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1400 ar = (AsyncResult) (msg.obj);
1401 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1407 ar = (AsyncResult) (msg.obj);
1408 cn = (Connection) (ar.result);
1410 assertEquals(Connection.PostDialState.WAIT, ar.userObj);
1417 ar = (AsyncResult) (msg.obj);
1418 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1423 ar = (AsyncResult) (msg.obj);
1424 cn = (Connection) (ar.result);
1426 assertEquals(Connection.PostDialState.WILD, ar.userObj);
1432 ar = (AsyncResult) (msg.obj);
1433 cn = (Connection) (ar.result);
1440 ar = (AsyncResult) (msg.obj);
1441 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1446 ar = (AsyncResult) (msg.obj);
1447 cn = (Connection) (ar.result);
1449 assertEquals(Connection.PostDialState.WAIT, ar.userObj);
1455 ar = (AsyncResult) (msg.obj);
1456 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1461 ar = (AsyncResult) (msg.obj);
1462 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1468 ar = (AsyncResult) (msg.obj);
1469 cn = (Connection) (ar.result);
1472 assertEquals(Connection.PostDialState.COMPLETE, ar.userObj);
1477 AsyncResult ar;
1491 ar = (AsyncResult) (msg.obj);
1492 cn = (Connection) (ar.result);
1644 AsyncResult ar = (AsyncResult) msg.obj;
1646 assertNull(ar.exception);
1649 (SuppServiceNotification) ar.result;
1674 AsyncResult ar;
1681 ar = (AsyncResult) msg.obj;
1682 mmi = (MmiCode) ar.result;
1690 ar = (AsyncResult) msg.obj;
1691 mmi = (MmiCode) ar.result;
1698 ar = (AsyncResult) msg.obj;
1699 mmi = (MmiCode) ar.result;
1705 ar = (AsyncResult) msg.obj;
1706 mmi = (MmiCode) ar.result;
1708 assertNull(ar.exception);
1715 ar = (AsyncResult) msg.obj;
1716 mmi = (MmiCode) ar.result;
1724 ar = (AsyncResult) msg.obj;
1725 mmi = (MmiCode) ar.result;
1727 assertNull(ar.exception);
1736 AsyncResult ar;
1747 ar = (AsyncResult) msg.obj;
1748 mmi = (MmiCode) ar.result;
1779 AsyncResult ar = (AsyncResult) msg.obj;
1780 mmi = (MmiCode) ar.result;
1792 AsyncResult ar;
1801 ar = ((AsyncResult) msg.obj);
1803 assertNull(ar.result);
1804 assertNull(ar.exception);
1813 ar = ((AsyncResult) msg.obj);
1815 assertEquals(0, ((byte[]) (ar.result)).length);
1816 assertNull(ar.exception);
1826 ar = ((AsyncResult) msg.obj);
1828 assertEquals("Hello", new String(((byte[]) (ar.result)), "utf-8"));
1829 assertNull(ar.exception);
1838 ar = ((AsyncResult) msg.obj);
1840 assertNull(ar.result);
1841 assertNull(ar.exception);
1851 ar = ((AsyncResult) msg.obj);
1853 assertEquals(0, ((String[]) (ar.result)).length);
1854 assertNull(ar.exception);
1867 ar = ((AsyncResult) msg.obj);
1869 assertEquals("Hello", ((String[]) (ar.result))[0]);
1870 assertEquals(1, ((String[]) (ar.result)).length);
1871 assertNull(ar.exception);
1902 AsyncResult ar = (AsyncResult) msg.obj;
1903 MmiCode mmi = (MmiCode) ar.result;