Searched refs:findApp (Results 1 – 5 of 5) sorted by relevance
42 public List<AppActivity> findApp(String pkg) { in findApp() method in ActivityReport43 return mApps.findApp(pkg); in findApp()46 public AppActivity findApp(SpecialApp specialApp) { in findApp() method in ActivityReport47 return mApps.findApp(specialApp); in findApp()57 final AppActivity global = mApps.findApp(SpecialApp.GLOBAL); in findGlobalComponent()
51 public List<AppPower> findApp(String pkg) { in findApp() method in PowerReport52 return mApps.findApp(pkg); in findApp()55 public AppPower findApp(SpecialApp specialApp) { in findApp() method in PowerReport56 return mApps.findApp(specialApp); in findApp()
42 public List<APP> findApp(String pkg) { in findApp() method in AppList52 public APP findApp(SpecialApp specialApp) { in findApp() method in AppList
71 final List<AppPower> gmailList = report.findApp("com.google.android.gm"); in testModemApp()83 final AppPower remainder = report.findApp(SpecialApp.REMAINDER); in testModemRemainder()106 final List<AppPower> gmailList = report.findApp("com.google.android.gm"); in testAppTotal()116 final AppPower remainder = report.findApp(SpecialApp.REMAINDER); in testRemainderTotal()
41 final AppActivity global = report.findApp(SpecialApp.GLOBAL); in testModemGlobal()55 final List<AppActivity> gmailList = report.findApp("com.google.android.gm"); in testModemApp()69 final AppActivity remainder = report.findApp(SpecialApp.REMAINDER); in testModemRemainder()