/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | LogGenerator.java | 40 Instrumentation instr, in saveLog() 52 void save(Instrumentation instr, String logDir) in save() 58 public void save(Instrumentation instr, String logDir) in save() 70 public void save(Instrumentation instr, String logDir) in save() 82 public void save(Instrumentation instr, String logDir) in save() 94 public void save(Instrumentation instr, String logDir) in save() 106 public void save(Instrumentation instr, String logDir) in save() 118 public void save(Instrumentation instr, String logDir) in save() 130 public void save(Instrumentation instr, String logDir) in save() 143 public void save(Instrumentation instr, String logDir) in save() [all …]
|
D | FilesystemUtil.java | 41 public static void saveProcessOutput(Instrumentation instr, String command, File file) in saveProcessOutput() 52 public static void saveProcessOutput(Instrumentation instr, String command, OutputStream out) in saveProcessOutput() 79 public static void saveBugreport(Instrumentation instr, String filename) in saveBugreport() 89 public static void saveBugreportz(Instrumentation instr) throws IOException { in saveBugreportz() 98 public static void dumpMeminfo(Instrumentation instr, String notes) { in dumpMeminfo()
|
D | UiWatchers.java | 42 public void registerAnrAndCrashWatchers(Instrumentation instr) { in registerAnrAndCrashWatchers() 79 public void removeAnrAndCrashWatchers(Instrumentation instr) { in removeAnrAndCrashWatchers()
|
D | DataCollector.java | 54 long bugreportzInterval, File outputLocation, Instrumentation instr) { in DataCollector()
|
D | MemHealthRecord.java | 83 Instrumentation instr, in get() 489 public static String getMeminfoOutput(Instrumentation instr, String processName) in getMeminfoOutput() 494 public static String getProcessOutput(Instrumentation instr, String command) in getProcessOutput()
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
D | HelperManager.java | 76 public static HelperManager getInstance(Context context, Instrumentation instr) { in getInstance() 102 public static HelperManager getInstance(List<String> paths, Instrumentation instr) { in getInstance() 125 private HelperManager(List<String> paths, Instrumentation instr) { in HelperManager()
|
/platform_testing/libraries/automotive-helpers/home-helper/src/android/platform/helpers/ |
D | HomeHelperImpl.java | 25 public HomeHelperImpl(Instrumentation instr) { in HomeHelperImpl()
|
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
D | StopwatchRuleTest.java | 62 Instrumentation instr = Mockito.mock(Instrumentation.class); in testMetricSendToInstr() local
|
D | TestMetricRuleTest.java | 180 public void setInstrumentation(Instrumentation instr) { in setInstrumentation()
|
/platform_testing/libraries/automotive-helpers/media-center-app-helper/src/android/platform/helpers/ |
D | TestMediaAppHelperImpl.java | 31 public TestMediaAppHelperImpl(Instrumentation instr) { in TestMediaAppHelperImpl()
|
D | MediaCenterHelperImpl.java | 51 public MediaCenterHelperImpl(Instrumentation instr) { in MediaCenterHelperImpl()
|
/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/ |
D | ContactDetailsHelperImpl.java | 30 public ContactDetailsHelperImpl(Instrumentation instr) { in ContactDetailsHelperImpl()
|
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/ |
D | AccessibilityHelper.java | 56 private AccessibilityHelper(Instrumentation instr) { in AccessibilityHelper() 63 public static AccessibilityHelper getInstance(Instrumentation instr) { in getInstance()
|
D | AccessibilityScannerHelper.java | 53 private AccessibilityScannerHelper(Instrumentation instr) { in AccessibilityScannerHelper() 60 public static AccessibilityScannerHelper getInstance(Instrumentation instr) { in getInstance()
|
/platform_testing/libraries/automotive-helpers/app-grid-helper/src/android/platform/helpers/ |
D | AppGridHelperImpl.java | 37 public AppGridHelperImpl(Instrumentation instr) { in AppGridHelperImpl()
|
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/ |
D | AutoNotificationHelperImpl.java | 31 public AutoNotificationHelperImpl(Instrumentation instr) { in AutoNotificationHelperImpl()
|
D | AutoNotificationMockingHelperImpl.java | 55 public AutoNotificationMockingHelperImpl(Instrumentation instr) { in AutoNotificationMockingHelperImpl()
|
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/ |
D | SettingUserHelperImpl.java | 42 public SettingUserHelperImpl(Instrumentation instr) { in SettingUserHelperImpl()
|
D | SettingsSoundsHelperImpl.java | 49 public SettingsSoundsHelperImpl(Instrumentation instr) { in SettingsSoundsHelperImpl()
|
D | SettingsSecurityHelperImpl.java | 12 public SettingsSecurityHelperImpl(Instrumentation instr) { in SettingsSecurityHelperImpl()
|
D | SettingsAppInfoHelperImpl.java | 30 public SettingsAppInfoHelperImpl(Instrumentation instr) { in SettingsAppInfoHelperImpl()
|
/platform_testing/libraries/automotive-helpers/lock-screen-helper/src/android/platform/helpers/ |
D | LockScreenHelperImpl.java | 36 public LockScreenHelperImpl(Instrumentation instr) { in LockScreenHelperImpl()
|
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/ |
D | MetricUtility.java | 122 public static byte[] executeCommandBlocking(String command, Instrumentation instr) { in executeCommandBlocking()
|
/platform_testing/libraries/automotive-helpers/hardkeys-app-helper/src/android/platform/helpers/ |
D | VehicleHardKeysHelperImpl.java | 50 public VehicleHardKeysHelperImpl(Instrumentation instr) { in VehicleHardKeysHelperImpl()
|
/platform_testing/libraries/app-helpers/interfaces/tv/src/android/platform/helpers/ |
D | AbstractLeanbackAppHelper.java | 70 public AbstractLeanbackAppHelper(Instrumentation instr) { in AbstractLeanbackAppHelper()
|