Lines Matching refs:ExampleApplication
97 class ExampleApplication : Application() {
108 val app = application as ExampleApplication
123 ├─ com.example.leakcanary.ExampleApplication instance
124 │ ↓ ExampleApplication.leakedViews
136 …em class`) and has an `sContext` static field which references an `ExampleApplication` instance wh…
147 ├─ com.example.leakcanary.ExampleApplication instance
149 │ ↓ ExampleApplication.leakedViews
171 ├─ com.example.leakcanary.ExampleApplication instance
173 │ ↓ ExampleApplication.leakedViews
195 ├─ com.example.leakcanary.ExampleApplication instance
197 │ ↓ ExampleApplication.leakedViews
215 In the previous example, LeakCanary narrowed down the suspect references to `ExampleApplication.lea…
223 ├─ com.example.leakcanary.ExampleApplication instance
225 │ ↓ ExampleApplication.leakedViews
239 …o the reference causing the leak is the only remaining reference: `ExampleApplication.leakedViews`.