Searched refs:StrictModeComponent (Results 1 – 3 of 3) sorted by relevance
25 public abstract class StrictModeComponent { class29 public static StrictModeComponent get(Context context) { in get()30 return ((StrictModeComponent.HasComponent) in get()37 StrictModeComponent strictModeComponent(); in strictModeComponent()
34 import com.android.dialer.strictmode.StrictModeComponent;44 StrictModeComponent.get(this).getDialerStrictMode().onApplicationCreate(this); in onCreate()
45 import com.android.dialer.strictmode.StrictModeComponent;86 StrictModeComponent.HasComponent,