Searched refs:specialApp (Results 1 – 4 of 4) sorted by relevance
46 public AppActivity findApp(SpecialApp specialApp) { in findApp() argument47 return mApps.findApp(specialApp); in findApp()
55 public AppPower findApp(SpecialApp specialApp) { in findApp() argument56 return mApps.findApp(specialApp); in findApp()
29 public AttributionKey(SpecialApp specialApp) { in AttributionKey() argument32 mSpecialApp = specialApp; in AttributionKey()
52 public APP findApp(SpecialApp specialApp) { in findApp() argument53 return mSpecialApps.get(specialApp); in findApp()