/platform_testing/tests/automotive/mobly_tests/utilities/ |
D | spectatio_utils.py | 42 logging.info('Checking whether device is connected.') 46 logging.info("Opening app grid") 50 logging.info("Dial phone number <%s>", callee_number) 55 logging.info("End the call") 60 logging.info( 86 logging.info("Importing contacts from VCF file to device Contacts") 94 logging.info("Make a call") 99 logging.info("Open call history") 105 logging.info("Opening contacts") 110 logging.info("Opening the dialpad") [all …]
|
D | media_utils.py | 32 self.target.log.info( 41 self.target.log.info( 50 logging.info("Open YouTube Music on phone device") 57 logging.info("Close YouTube Music on phone device") 64 logging.info("Press <TAB> on phone device") 69 logging.info("Press <ENTER> on phone device") 74 logging.info("Press <NEXT SONG> button on phone device") 79 logging.info("Press <PREVIOUS SONG> button on phone device") 84 logging.info("Press <PAUSE> button on phone device") 89 logging.info("Press <PLAY> button on phone device") [all …]
|
D | bt_utils.py | 41 logging.info('Disable Android Auto pop-up on HU with adb') 47 logging.info('Checking for Assistant pop-up on HU') 49 logging.info('Assistant pop-up is present on HU') 50 logging.info('Click on <CONTINUE> button on HU') 55 logging.info('Assistant pop-up is not present on HU') 64 self.target.log.info('Become discoverable with name "%s" for %ds.', 67 self.discoverer.log.info('Looking for Bluetooth devices.') 72 logging.info('Verifying the target is discovered by the discoverer.') 81 logging.info('Enabling Bluetooth logs') 83 logging.info('Enabling Bluetooth on both devices') [all …]
|
D | common_utils.py | 30 logging.info('Checking is current page has UI element on HU with text <%s>', 34 logging.info('Current page on HU has UI element with text: %s', 40 logging.info('Click on UI element on HU with text <%s>', ui_element_text_content) 46 logging.info("Sleep for %s seconds", wait_time) 51 logging.info("Enable WIFI on phone device") 56 logging.info('Grant dangerous permission <%s> on HU', permission) 62 logging.info("Grant <LOCAL_MAC_ADDRESS> permission on HU")
|
D | video_utils_service.py | 21 logging.info("Enable screen recording with command %s: ", ENABLE_SCREEN_RECORDING_COMMAND) 31 logging.info("Stop screen recording on %s", self._device) 38 logging.info("Move recorded video file from %s to <%s>", self._device, 45 logging.info("Deleting file <%s> on device %s", 52 logging.info("Generating Screen Recording Path for %s", self._device) 57 logging.info("Screen recording for %s is %s", self._device, RECORDED_VIDEO_FILE_PATH)
|
/platform_testing/tests/automotive/mobly_tests/ |
D | bluetooth_base_test.py | 26 logging.info("Running basic class setup.") 36 logging.info("\tLoading Snippets.") 39 logging.info("\tInitializing Utilities") 42 logging.info("\tInitializing video services") 44 logging.info("Enabling video recording for Discoverer device") 50 logging.info("Running basic test setup.") 51 logging.info("\tEnabling bluetooth on Target and Discoverer.") 57 logging.info("Running basic test teardown.") 59 logging.info("Disable Bluetooth on Discoverer device") 61 logging.info("Disable Bluetooth on Target device") [all …]
|
/platform_testing/libraries/audio-test-harness/server/src/main/java/com/android/media/audiotestharness/server/javasound/ |
D | JavaAudioSystem.java | 45 public Line getLine(Line.Info info) throws LineUnavailableException { in getLine() argument 46 return AudioSystem.getLine(info); in getLine() 50 public Mixer getMixer(Mixer.Info info) { in getMixer() argument 51 return AudioSystem.getMixer(info); in getMixer() 71 public Line.Info[] getTargetLineInfo(Line.Info info) { in getTargetLineInfo() argument 72 return AudioSystem.getTargetLineInfo(info); in getTargetLineInfo()
|
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/ |
D | TimingHelper.java | 61 String[] info = parseTimingInfo(log); in getMetrics() local 62 if (info != null) { in getMetrics() 63 metrics.put(info[0], Integer.parseInt(info[1])); in getMetrics() 96 String[] info = split[split.length - 1].split(":"); in parseTimingInfo() local 97 if (info.length != 2) { in parseTimingInfo() 101 if (!durationPattern.matcher(info[1]).matches()) { in parseTimingInfo() 105 return info; in parseTimingInfo()
|
/platform_testing/tests/bettertogether/quickstart/performance_test/ |
D | setup_utils.py | 57 ad.log.info(f'Skipped setting wifi country code on device "{ad.serial}" ' 61 ad.log.info(f'Set Wi-Fi and Telephony country code to {country_code}.') 78 ad.log.info(f'Telephony country code: {telephony_country_code}') 83 ad.log.info('Enable Nearby loggings.') 95 ad.log.info( 115 ad.log.info('turn on airplane mode') 117 ad.log.info('turn off airplane mode') 125 ad.log.info('Start connecting to wifi WLAN') 170 ad.log.info('Failed to grant MANAGE_EXTERNAL_STORAGE permission.') 242 ad.log.info( [all …]
|
/platform_testing/tests/automotive/mobly_tests/media/ |
D | media_test_now_playing_label_displayed.py | 34 logging.info("\tInitializing video services on Target") 36 logging.info("Enabling video recording for Target") 46 …logging.info("Getting song title from phone device: %s", self.media_utils.get_song_title_from_phon… 56 logging.info("Stopping the screen recording on Target") 58 logging.info("Pull the screen recording from Target") 60 logging.info("delete the screen recording from the Target")
|
D | media_test_play_media_from_widget.py | 34 logging.info("\tInitializing video services on Target") 36 logging.info("Enabling video recording for phone Target") 45 …logging.info("Getting song title from phone device: %s", self.media_utils.get_song_title_from_phon… 57 logging.info("Stopping the screen recording on Target") 59 logging.info("Pull the screen recording from Target") 61 logging.info("delete the screen recording from the Target")
|
D | media_test_device_sync_after_hu_start.py | 35 logging.info("\tInitializing video services on Target") 37 logging.info("Enabling video recording for phone Target") 49 logging.info("\tInitializing video services on HU post reboot") 51 logging.info("Enabling video recording for HU post reboot") 69 logging.info("Stopping the screen recording on Target") 71 logging.info("Pull the screen recording from Target") 73 logging.info("delete the screen recording from the Target")
|
D | media_test_play_status_after_reboot.py | 35 logging.info("\tInitializing video services on Target") 37 logging.info("Enabling video recording for phone Target") 60 logging.info("\tInitializing video services on HU post reboot") 62 logging.info("Enabling video recording for HU post reboot") 80 logging.info("Stopping the screen recording on Target") 82 logging.info("Pull the screen recording from Target") 84 logging.info("delete the screen recording from the Target")
|
D | media_test_playlist_rendering.py | 34 logging.info("\tInitializing video services on Target") 36 logging.info("Enabling video recording for phone Target") 46 …logging.info("Getting song title from phone device: %s", self.media_utils.get_song_title_from_phon… 64 logging.info("Stopping the screen recording on Target") 66 logging.info("Pull the screen recording from Target") 68 logging.info("delete the screen recording from the Target")
|
D | media_test_song_is_playing.py | 34 logging.info("\tInitializing video services on Target device") 36 logging.info("Enabling video recording for Target device") 63 logging.info("Stopping the screen recording on Target") 65 logging.info("Pull the screen recording from Target") 67 logging.info("delete the screen recording from the Target")
|
D | media_test_stream_when_radio_lunched.py | 35 logging.info("\tInitializing video services on Target") 37 logging.info("Enabling video recording for Target device") 62 logging.info("Stopping the screen recording on Target") 64 logging.info("Pull the screen recording from Target") 66 logging.info("delete the screen recording from the Target")
|
D | media_test_select_song_from_playlist.py | 34 logging.info("\tInitializing video services on Target") 36 logging.info("Enabling video recording for Target device") 73 logging.info("Stopping the screen recording on Target") 75 logging.info("Pull the screen recording from Target") 77 logging.info("delete the screen recording from the Target")
|
D | media_test_avrcp_tree_displayed.py | 35 logging.info("\tInitializing video services on Target") 37 logging.info("Enabling video recording for Target device") 67 logging.info("Stopping the screen recording on Target") 69 logging.info("Pull the screen recording from Target") 71 logging.info("delete the screen recording from the Target")
|
D | media_test_categories_playlists_selectable.py | 40 logging.info("\tInitializing video services on Target") 42 logging.info("Enabling video recording for Target device") 78 logging.info("Stopping the screen recording on Target") 80 logging.info("Pull the screen recording from Target") 82 logging.info("delete the screen recording from the Target")
|
D | media_test_synchronized_device_disconnected_connected.py | 35 logging.info("\tInitializing video services on Target") 37 logging.info("Enabling video recording for phone Target") 79 logging.info("Stopping the screen recording on Target") 81 logging.info("Pull the screen recording from Target") 83 logging.info("delete the screen recording from the Target")
|
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/ |
D | MediaBootCheck.java | 44 for (MediaCodecInfo info : infos) { in checkCodecList() 47 codec = MediaCodec.createByCodecName(info.getName()); in checkCodecList() 49 Assert.assertEquals(codec.getName(), info.getName()); in checkCodecList() 50 Assert.assertEquals(codec.getCanonicalName(), info.getCanonicalName()); in checkCodecList()
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | ProcessStatusTracker.java | 88 for (RunningAppProcessInfo info : runningApps) { in getProcessDetails() 89 if (mPidTracker.containsKey(info.processName) in getProcessDetails() 90 && !mPidExclusions.contains(info.processName)) { in getProcessDetails() 92 detail.processName = info.processName; in getProcessDetails() 93 detail.pid0 = info.pid; in getProcessDetails() 95 int pid = mPidTracker.get(info.processName); in getProcessDetails() 97 mPidTracker.put(info.processName, info.pid); in getProcessDetails() 99 "pid detected - %s : %d", info.processName, info.pid)); in getProcessDetails() 101 deadProcesses.remove(info.processName); in getProcessDetails() 103 } else if (pid == info.pid) { in getProcessDetails() [all …]
|
/platform_testing/tests/automotive/mobly_tests/sms/ |
D | bt_sms_time_sync_test.py | 25 logging.info("Getting the timezone from the phone") 29 logging.info("Time zone captured from the phone: %s", expected_timezone) 30 logging.info("Updating time_zone: %s on auto device",
|
/platform_testing/tests/bettertogether/betocq/ |
D | android_wifi_utils.py | 75 ad.log.info(f'Wi-Fi was already connected to {repr(ssid)}') 85 ad.log.info(f'Wi-Fi connected to {repr(ssid)}') 91 ad.log.info('Wi-Fi was already disabled.') 93 ad.log.info('Disabling Wi-Fi...') 99 ad.log.info('Wi-Fi is disabled.') 111 ad.log.info('Wi-Fi was already enabled.') 113 ad.log.info('Enabling Wi-Fi...') 119 ad.log.info('Wi-Fi is enabled.') 148 ad.log.info(f'Wi-Fi {repr(ssid)} was forgotten from saved networks.') 151 ad.log.info(f'Nothing was deleted since Wi-Fi {repr(ssid)} was not saved')
|
D | setup_utils.py | 80 ad.log.info( 86 ad.log.info(f'Set Wi-Fi and Telephony country code to {country_code}.') 103 ad.log.info(f'Telephony country code: {telephony_country_code}') 108 ad.log.info('Enable Nearby loggings.') 135 ad.log.info( 168 ad.log.info('turn on airplane mode') 170 ad.log.info('turn off airplane mode') 178 ad.log.info('Start connecting to wifi STA/AP') 195 ad.log.info('Connect to wifi: ssid: %s, password: %s', ssid, password) 201 ad.log.info("Can't clear wifi network in non-rooted device") [all …]
|