Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DBatteryDiffEntryTest.java62 @Mock private ApplicationInfo mockAppInfo; field in BatteryDiffEntryTest
184 doReturn(mockAppInfo).when(mockPackageManager) in testGetAppLabel_loadDataFromApplicationInfo()
187 .getApplicationLabel(mockAppInfo); in testGetAppLabel_loadDataFromApplicationInfo()