Home
last modified time | relevance | path

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

/packages/apps/Browser/tests/src/com/android/browser/
DIntentHandlerTests.java48 Tab tabMaps = controller.getCurrentTab(); in testSwitchToTabWithUrl() local
49 assertNotSame(tabGoogle, tabMaps); in testSwitchToTabWithUrl()
50 assertNotNull("Current tab (maps.google.com)", tabMaps); in testSwitchToTabWithUrl()
95 Tab tabMaps = controller.getCurrentTab(); in testApplication() local
96 assertEquals("http://maps.google.com/", tabMaps.getOriginalUrl()); in testApplication()
99 assertNotSame(tabGoogle, tabMaps); in testApplication()
103 assertEquals(tabGoogle, tabMaps); in testApplication()