Home
last modified time | relevance | path

Searched defs:mCellNai (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java146 @Mock NetworkAgentInfo mCellNai; field in NetworkNotificationManagerTest
236 mManager.showNotification(ids.get(i), types.get(i), mWifiNai, mCellNai, null, false); in testNotificationsShownAndCleared() local