HomeSort by relevance Sort by last modified time
    Searched defs:setApplicationContext (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherApplication.java 25 LauncherAppState.setApplicationContext(this);
LauncherAppState.java 65 public static void setApplicationContext(Context context) {
67 Log.w(Launcher.TAG, "setApplicationContext called twice! old=" + sContext + " new=" + context);

Completed in 82 milliseconds