Searched refs:launchSource (Results 1 – 4 of 4) sorted by relevance
63 public void logAppLaunched(Intent launchSource) { in logAppLaunched() argument65 0, 0, 0, 0, 0, getAppLaunchSource(launchSource)); in logAppLaunched()191 private int getAppLaunchSource(Intent launchSource) { in getAppLaunchSource() argument192 if (launchSource.hasExtra(WALLPAPER_LAUNCH_SOURCE)) { in getAppLaunchSource()193 switch (launchSource.getStringExtra(WALLPAPER_LAUNCH_SOURCE)) { in getAppLaunchSource()207 } else if (launchSource.hasExtra(LAUNCH_SETTINGS_SEARCH)) { in getAppLaunchSource()209 } else if (launchSource.getAction() != null && launchSource.getAction().equals( in getAppLaunchSource()212 } else if (launchSource.getCategories() != null in getAppLaunchSource()213 && launchSource.getCategories().contains(Intent.CATEGORY_LAUNCHER)) { in getAppLaunchSource()
38 public void logAppLaunched(Intent launchSource) { in logAppLaunched() argument
53 void logAppLaunched(Intent launchSource); in logAppLaunched() argument
71 public void logAppLaunched(Intent launchSource) { in logAppLaunched() argument