Lines Matching refs:ar

138         AsyncResult ar;
309 ar = (AsyncResult) msg.obj;
310 cn = (Connection) ar.result;
601 ar = (AsyncResult) msg.obj;
602 cn = (Connection) ar.result;
1361 AsyncResult ar;
1368 ar = (AsyncResult) (msg.obj);
1369 cn = (Connection) (ar.result);
1377 ar = (AsyncResult) (msg.obj);
1378 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1384 ar = (AsyncResult) (msg.obj);
1385 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1391 ar = (AsyncResult) (msg.obj);
1392 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1398 ar = (AsyncResult) (msg.obj);
1399 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1405 ar = (AsyncResult) (msg.obj);
1406 cn = (Connection) (ar.result);
1408 assertEquals(Connection.PostDialState.WAIT, ar.userObj);
1415 ar = (AsyncResult) (msg.obj);
1416 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1421 ar = (AsyncResult) (msg.obj);
1422 cn = (Connection) (ar.result);
1424 assertEquals(Connection.PostDialState.WILD, ar.userObj);
1430 ar = (AsyncResult) (msg.obj);
1431 cn = (Connection) (ar.result);
1438 ar = (AsyncResult) (msg.obj);
1439 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1444 ar = (AsyncResult) (msg.obj);
1445 cn = (Connection) (ar.result);
1447 assertEquals(Connection.PostDialState.WAIT, ar.userObj);
1453 ar = (AsyncResult) (msg.obj);
1454 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1459 ar = (AsyncResult) (msg.obj);
1460 assertEquals(Connection.PostDialState.STARTED, ar.userObj);
1466 ar = (AsyncResult) (msg.obj);
1467 cn = (Connection) (ar.result);
1470 assertEquals(Connection.PostDialState.COMPLETE, ar.userObj);
1475 AsyncResult ar;
1489 ar = (AsyncResult) (msg.obj);
1490 cn = (Connection) (ar.result);
1642 AsyncResult ar = (AsyncResult) msg.obj;
1644 assertNull(ar.exception);
1647 (SuppServiceNotification) ar.result;
1672 AsyncResult ar;
1679 ar = (AsyncResult) msg.obj;
1680 mmi = (MmiCode) ar.result;
1688 ar = (AsyncResult) msg.obj;
1689 mmi = (MmiCode) ar.result;
1696 ar = (AsyncResult) msg.obj;
1697 mmi = (MmiCode) ar.result;
1703 ar = (AsyncResult) msg.obj;
1704 mmi = (MmiCode) ar.result;
1706 assertNull(ar.exception);
1713 ar = (AsyncResult) msg.obj;
1714 mmi = (MmiCode) ar.result;
1722 ar = (AsyncResult) msg.obj;
1723 mmi = (MmiCode) ar.result;
1725 assertNull(ar.exception);
1734 AsyncResult ar;
1745 ar = (AsyncResult) msg.obj;
1746 mmi = (MmiCode) ar.result;
1777 AsyncResult ar = (AsyncResult) msg.obj;
1778 mmi = (MmiCode) ar.result;
1790 AsyncResult ar;
1799 ar = ((AsyncResult) msg.obj);
1801 assertNull(ar.result);
1802 assertNull(ar.exception);
1811 ar = ((AsyncResult) msg.obj);
1813 assertEquals(0, ((byte[]) (ar.result)).length);
1814 assertNull(ar.exception);
1824 ar = ((AsyncResult) msg.obj);
1826 assertEquals("Hello", new String(((byte[]) (ar.result)), "utf-8"));
1827 assertNull(ar.exception);
1836 ar = ((AsyncResult) msg.obj);
1838 assertNull(ar.result);
1839 assertNull(ar.exception);
1849 ar = ((AsyncResult) msg.obj);
1851 assertEquals(0, ((String[]) (ar.result)).length);
1852 assertNull(ar.exception);
1865 ar = ((AsyncResult) msg.obj);
1867 assertEquals("Hello", ((String[]) (ar.result))[0]);
1868 assertEquals(1, ((String[]) (ar.result)).length);
1869 assertNull(ar.exception);
1900 AsyncResult ar = (AsyncResult) msg.obj;
1901 MmiCode mmi = (MmiCode) ar.result;