OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setApplicationContext
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherApplication.java
25
LauncherAppState.
setApplicationContext
(this);
WallpaperChangedReceiver.java
25
LauncherAppState.
setApplicationContext
(context.getApplicationContext());
PackageChangedReceiver.java
17
LauncherAppState.
setApplicationContext
(context.getApplicationContext());
UninstallShortcutReceiver.java
81
LauncherAppState.
setApplicationContext
(context.getApplicationContext());
LauncherAppState.java
65
public static void
setApplicationContext
(Context context) {
67
Log.w(Launcher.TAG, "
setApplicationContext
called twice! old=" + sContext + " new=" + context);
InstallShortcutReceiver.java
237
LauncherAppState.
setApplicationContext
(context.getApplicationContext());
Launcher.java
394
LauncherAppState.
setApplicationContext
(getApplicationContext());
[
all
...]
Completed in 288 milliseconds