Searched refs:apps (Results 1 – 5 of 5) sorted by relevance
66 item('apps/SdkController') {67 into 'apps/SdkController'68 notice 'apps/SdkController/NOTICE'
76 public SystraceOptionsDialogV2(Shell parentShell, List<SystraceTag> tags, List<String> apps) { in SystraceOptionsDialogV2() argument78 mCurrentApps = apps; in SystraceOptionsDialogV2()
18 apps
618 - True multiple device support allowing debugging apps on several
596 List<String> apps = new ArrayList<String>(clients.length); in launchSystrace() local600 apps.add(name); in launchSystrace()603 dlg = new SystraceOptionsDialogV2(parentShell, detector.getTags(), apps); in launchSystrace()