Searched refs:mockInstance (Results 1 – 2 of 2) sorted by relevance
121 WifiRestrictionsCache wifiRestrictionsCache = mockInstance(USER_1, userRestrictions); in getRestriction_firstTime_getFromSystem()131 WifiRestrictionsCache wifiRestrictionsCache = mockInstance(USER_2, userRestrictions); in getRestriction_secondTime_notGetFromSystem()145 WifiRestrictionsCache wifiRestrictionsCache = mockInstance(USER_3, userRestrictions); in clearRestrictions_shouldGetRestrictionFromSystemAgain()167 private WifiRestrictionsCache mockInstance(int userId, Bundle userRestrictions) { in mockInstance() method in WifiRestrictionsCacheTest
69 private void runWith(ProtoLogImpl mockInstance, Runnable runnable) { in runWith() argument73 ProtoLogImpl.setSingleInstance(mockInstance); in runWith()