OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setapplicationcontext
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java
69
public static void
setApplicationContext
(Context context) {
71
Log.w(Launcher.TAG, "
setApplicationContext
called twice! old=" + sContext + " new=" + context);
LauncherProvider.java
89
LauncherAppState.
setApplicationContext
(context.getApplicationContext());
[
all
...]
Completed in 181 milliseconds