Searched refs:mockHandler (Results 1 – 1 of 1) sorted by relevance
61 @Mock private Handler mockHandler; field in BatteryEntryTest82 return new BatteryEntry(mockContext, mockHandler, mockUserManager, createSipperForApp()); in createBatteryEntryForApp()93 return new BatteryEntry(mockContext, mockHandler, mockUserManager, createSipperForSystem()); in createBatteryEntryForSystem()146 final BatteryEntry entry = new BatteryEntry(RuntimeEnvironment.application, mockHandler, in batteryEntryForAOD_containCorrectInfo()