Searched defs:mRemoteContext (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java79 Context mRemoteContext; field in class:AppWidgetHostView
326 // inflate through our last mRemoteContext when it exists.
327 final Context context = mRemoteContext != null ? mRemoteContext : mContext;
383 mRemoteContext = getRemoteContext(remoteViews);
553 mRemoteContext = theirContext;

Completed in 26 milliseconds