Searched refs:LeakDetector (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | LeakDetector.java | 32 public class LeakDetector implements Dumpable { class 41 public LeakDetector(TrackedCollections trackedCollections, in LeakDetector() method in LeakDetector 133 public static LeakDetector create() { in create() 136 return new LeakDetector(collections, new TrackedGarbage(collections), in create() 139 return new LeakDetector(null, null, null); in create()
|
D | LeakReporter.java | 65 private final LeakDetector mLeakDetector; 69 public LeakReporter(Context context, LeakDetector leakDetector, in LeakReporter()
|
D | GarbageMonitor.java | 137 LeakDetector leakDetector, in GarbageMonitor()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/ |
D | LeakDetectorTest.java | 42 private LeakDetector mLeakDetector; 70 mLeakDetector = LeakDetector.create(); in setup() 115 mLeakDetector = new LeakDetector(null, null, null); in testDisabled()
|
D | LeakReporterTest.java | 46 private LeakDetector mLeakDetector; 62 mLeakDetector = mock(LeakDetector.class); in setup()
|
D | GarbageMonitorTest.java | 56 new LeakDetector(null, mTrackedGarbage, null), in setup() 120 LeakDetector leakDetector, in TestableGarbageMonitor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | TunerServiceImpl.java | 47 import com.android.systemui.util.leak.LeakDetector; 82 private final HashSet<Tunable> mTunables = LeakDetector.ENABLED ? new HashSet<>() : null; 84 private final LeakDetector mLeakDetector; 99 LeakDetector leakDetector, in TunerServiceImpl() 202 if (LeakDetector.ENABLED) { in addTunable() 222 if (LeakDetector.ENABLED) { in removeTunable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | ExtensionControllerImpl.java | 29 import com.android.systemui.util.leak.LeakDetector; 51 private final LeakDetector mLeakDetector; 60 LeakDetector leakDetector, in ExtensionControllerImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
D | DependencyProvider.java | 91 import com.android.systemui.util.leak.LeakDetector; 169 public LeakDetector provideLeakDetector() { in provideLeakDetector() 170 return LeakDetector.create(); in provideLeakDetector()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | ExtensionControllerImplTest.java | 42 import com.android.systemui.util.leak.LeakDetector; 67 mock(LeakDetector.class), mPluginManager, mTunerService, mConfigurationController); in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/ |
D | FragmentHostManager.java | 40 import com.android.systemui.util.leak.LeakDetector; 89 Dependency.get(LeakDetector.class).trackGarbage(f); in createFragmentHost()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
D | NotificationsModule.java | 77 import com.android.systemui.util.leak.LeakDetector; 110 LeakDetector leakDetector, in provideNotificationEntryManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 60 import com.android.systemui.util.leak.LeakDetector; 139 private final LeakDetector mLeakDetector; 206 LeakDetector leakDetector, in NotificationEntryManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationEntryManagerInflationTest.java | 89 import com.android.systemui.util.leak.LeakDetector; 142 @Mock private LeakDetector mLeakDetector;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Dependency.java | 135 import com.android.systemui.util.leak.LeakDetector; 269 @Inject Lazy<LeakDetector> mLeakDetector; 436 mProviders.put(LeakDetector.class, mLeakDetector::get); in start()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 89 import com.android.systemui.util.leak.LeakDetector; 130 @Mock private LeakDetector mLeakDetector;
|