flutter/packages/flutter_tools/test/general.shard/android
Jonah Williams 4954a46ff0
[flutter_tools] shrink API surface of Android SDK (#63867)
Attempt to simplify the Android SDK interface ahead of refactoring it. The locateAndroidSdk static method is called at startup to locate the android SDK, returning null if it cannot be found. These helper methods attempted to first look up the AndroidSDK if it was already null - which could only cover the case where someone installed the Android SDK while flutter was running (possibly through an IDE)
2020-08-19 14:44:56 -07:00
..
adb_log_reader_test.dart LG debugging/logcat fixed (#58670) 2020-06-15 09:35:07 -07:00
android_device_discovery_test.dart [flutter_tools] update device discovery constructors (#61640) 2020-07-28 10:20:01 -07:00
android_device_port_forwarder_test.dart [flutter_tools] allow adb to fail to unforward without crashing (#57173) 2020-05-14 12:27:01 -07:00
android_device_start_test.dart [flutter_tools] add --null-assertions flag for debugging with null safety (#63416) 2020-08-11 11:36:03 -07:00
android_device_stop_test.dart [flutter_tools] reland: remove globals from android device/testing (#57614) 2020-05-20 13:21:22 -07:00
android_device_test.dart LG debugging/logcat fixed (#58670) 2020-06-15 09:35:07 -07:00
android_emulator_test.dart [flutter_tools] shrink API surface of Android SDK (#63867) 2020-08-19 14:44:56 -07:00
android_install_test.dart Support work profiles and multiple Android users for run, install, attach, drive (#58815) 2020-06-08 11:28:02 -07:00
android_sdk_test.dart [flutter_tools] remove globals from base/android (#60480) 2020-06-29 15:06:58 -07:00
android_studio_test.dart [flutter_tools] android test cleanups (#59996) 2020-06-22 17:04:39 -07:00
android_studio_validator_test.dart [flutter_tools] android test cleanups (#59996) 2020-06-22 17:04:39 -07:00
android_workflow_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
build_validation_test.dart [flutter_tools] fix typo in test code (#61548) 2020-07-15 09:21:24 -07:00
gradle_errors_test.dart [flutter_tools] android test cleanups (#59996) 2020-06-22 17:04:39 -07:00
gradle_test.dart Replace ANDROID_HOME user messages with ANDROID_SDK_ROOT (#59867) 2020-06-22 18:43:04 -07:00
gradle_utils_test.dart enable avoid_single_cascade_in_expression_statements (#51944) 2020-03-05 08:03:26 +01:00