aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/google/android/mobly/snippet/bundled
AgeCommit message (Expand)Author
2021-07-30Add the Rpc for `AudioManager#isMusicActive` (#144)troub1emaker-sys
2021-06-25Remove trailing spaces. (#143)troub1emaker-sys
2021-06-04Gets data and voice network type from TelephonyManager. (#141)troub1emaker-sys
2021-02-18Respectful code cleanup. (#140)Eric Lin (Tzu Hsiang Lin)
2021-01-13Additional condition to allow wifi to fully connect. (#138)tprotopopov-dev
2020-12-16Revert c5093aad6df3096498cb396da299793d8b13db56 due to import incompatibility...tprotopopov-dev
2020-11-04Improve the reliability of bluetooth state change Rpcs. (#134)tprotopopov-dev
2020-11-02Merge unnecessary lines in UiautomatorSnippet (#135)Syaoran Kuo
2020-11-02Add snippet for UI hierarchy dump. (#132)Syaoran Kuo
2020-02-12update btBecomeDiscoverable to handle api level (#129)jwang1013
2020-01-14Add a Rpc "btIsA2dpPlaying" to BluetoothA2dpSnippet (#128)chuanhsiao
2020-01-09Fix exception in "trimQuotationMarks()" method (#125)ryancllin
2019-08-22Fix "JavaCodeClarity" problem for BluetoothHearingAidSnippet (#122)chuanhsiao
2019-08-21Create BluetoothHearingAidSnippet.java (#119)chuanhsiao
2019-07-02fixed lint errorPeter Fong
2019-07-01Minor review comment fixesPeter Fong
2019-06-27Renamed and embedded sdk check in methodPeter Fong
2019-06-26Refactored out shell permission adoption routinePeter Fong
2019-06-26updated to use target sdk version to check if shell permission is neededPeter Fong
2019-06-24Cleanup UiAutomator connection so it won't block other from using since UiAut...Peter Fong
2019-06-12Handle Wi-Fi permission requirements in Q. (#112)Ang Li
2019-04-11Remove unnecessary `toString`. (#110)Ang Li
2019-04-09Fix a potentialy NPE in wifiConnect. (#109)Ang Li
2019-02-12Add api to remove account. (#108)Ang Li
2019-01-29Add an API to check if 5G Wi-Fi is supported. (#107)Ang Li
2019-01-28Remove an unused inner class. (#106)Ang Li
2019-01-11Migrate to androidx packages (#105)Ang Li
2019-01-08Adding APIs to get the External Storage Directory. (#104)Adam Van Hine
2018-12-11Bring line 97 under 100 characters (#103)sceller
2018-12-11Add RPCs to get/set voice call stream volume (#102)sceller
2018-05-21Add bt cancel discovery. (#98)Ang Li
2018-05-09Add functionality to specify timeout for waitForSms. (#95)David T.H. Kao
2018-02-27Fix typo in wifiConnect. (#94)Ang Li
2018-02-26Use annotation instead of executor for `makeToast`. (#93)Ang Li
2018-02-26Fail `wifiConnect` if the network specified does not exist. (#92)Ang Li
2017-12-15Handle a possible race condition in wifi/bt toggle. (#91)Ang Li
2017-10-05Fix version warnings for gradle builds (#87)Keith Dart
2017-10-05Fix a misuse of enum in Ble scan record. (#86)Ang Li
2017-10-04Revert "Make linter happy. (#81)" (#85)Ang Li
2017-10-02Make linter happy. (#81)Keith Dart
2017-09-28Add Rpcs needed to download files via HTTP. (#80)Keith Dart
2017-09-14Add a networking snippet module. (#78)Keith Dart
2017-08-24Add synchronous waitForSms (#76)arammelk
2017-07-31SmsSnippet cleanup (#72)arammelk
2017-07-24Add SMS snippet (#69)arammelk
2017-07-18Do not attempt to modify a network in wifiConnect. (#68)Ang Li
2017-07-17Check for current network activity before deciding it is already connected. (...David T.H. Kao
2017-07-14Run linter on MediaSnippet. (#67)Ang Li
2017-07-11Remove bt snoop log APIs. (#66)Ang Li
2017-07-07Add an rpc to check if wifi is enabled. (#65)Ang Li