Searched refs:attachBaseContext (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java47 @Override protected void attachBaseContext(Context newBase) { method in class:ContextThemeWrapper
48 super.attachBaseContext(newBase);
/frameworks/base/core/java/android/app/
H A DService.java694 attachBaseContext(context);
H A DApplication.java181 attachBaseContext(context);
H A DActivity.java5198 attachBaseContext(context);
/frameworks/base/core/java/android/printservice/
H A DPrintService.java224 protected final void attachBaseContext(Context base) { method in class:PrintService
225 super.attachBaseContext(base);
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java548 attachBaseContext(context);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java67 protected void attachBaseContext(Context base) { method in class:ContextWrapper

Completed in 166 milliseconds