Home
last modified time | relevance | path

Searched refs:toString (Results 1 – 19 of 19) sorted by relevance

/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUINotificationShadeTests.java153 Until.findObject(By.textContains(lists.get(1).toString())), in verifyReceiveAndExpandRedactNotification()
158 obj = mDevice.wait(Until.findObject(By.textContains(lists.get(0).toString())), in verifyReceiveAndExpandRedactNotification()
163 obj = mDevice.wait(Until.findObject(By.textContains(lists.get(1).toString())), in verifyReceiveAndExpandRedactNotification()
200 .setContentTitle(lists.get(1).toString()) in sendBundlingNotifications()
209 .setContentTitle(lists.get(2).toString()) in sendBundlingNotifications()
218 .setContentTitle(lists.get(0).toString()) in sendBundlingNotifications()
242 .setContentTitle(Integer.toString(notificationId)) in sendNotificationsWithInLineReply()
DSysUILockScreenTests.java73 setScreenLock(Integer.toString(PIN), "PIN"); in testLockScreenPIN()
75 unlockScreen(Integer.toString(PIN)); in testLockScreenPIN()
76 removeScreenLock(Integer.toString(PIN)); in testLockScreenPIN()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationBundlingTests.java81 obj = mDevice.wait(Until.findObject(By.textContains(lists.get(1).toString())), in testBundlingNotification()
93 dismissObject(Integer.toString(CHILD_NOTIFICATION_ID)); in testDismissBundlingNotification()
110 dismissObject(Integer.toString(CHILD_NOTIFICATION_ID)); in testDismissIndividualNotification()
DNotificationHelper.java138 String command = String.format(" %s %s %s", "input", "text", Integer.toString(pin)); in unlockScreenByPin()
199 .setContentTitle(lists.get(1).toString()) in sendBundlingNotifications()
206 .setContentText(lists.get(2).toString()) in sendBundlingNotifications()
213 .setContentTitle(lists.get(0).toString()) in sendBundlingNotifications()
328 .setContentTitle(Integer.toString(notificationId)) in sendNotificationsWithInLineReply()
DNotificationInteractionTests.java87 lists.put(CUSTOM_NOTIFICATION_ID + i, Integer.toString(CUSTOM_NOTIFICATION_ID + i)); in testDismissAll()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DJankStat.java129 public String toString () { in toString() method in JankStat
215 result.append(stats.toString()); in statsListToString()
219 return result.toString(); in statsListToString()
DAuptTestRunner.java186 mLoader = new BaseDexClassLoader(jarFiles.toString(), optDir, null, in loadDexJars()
417 sb.append(t.toString()).append('\n'); in getStackTraces()
419 sb.append("\tat ").append(ste.toString()).append('\n'); in getStackTraces()
423 return sb.toString(); in getStackTraces()
DDataCollector.java286 Log.i(TAG, outputDir.toString()); in dumpMeminfo()
292 Log.i(TAG, outputFile.toString()); in dumpMeminfo()
DProcessStatusTracker.java154 d.processName, d.processStatus.toString())); in verifyRunningProcess()
DAuptTestCase.java397 sample.mDalvikHeap, sample.mContext.toString().toLowerCase()); in saveMemoryStats()
499 return baos.toString(); in getProcessOutput()
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DDownloadAppTestHelper.java153 DownloadAppTestHelper.PACKAGE_NAME,view.toString()))),200)) == null in verifyDownloadViewType()
300 return result.toString(); in randomWord()
318 public String toString() { in toString() method
323 public String toString() { in toString() method
/platform_testing/libraries/recents-app-helper/src/android/platform/test/helpers/
DRecentsHelperImpl.java66 Log.e(LOG_TAG, ex.toString()); in open()
/platform_testing/tests/functional/permission/src/com/android/functional/permissiontests/
DPermissionHelper.java215 return status.equals(expected.toString().toUpperCase()); in verifyPermissionSettingStatus()
302 if ((toBeSet && !status.equals(PermissionStatus.ON.toString())) in togglePermissionSetting()
303 || (!toBeSet && status.equals(PermissionStatus.ON.toString()))) { in togglePermissionSetting()
323 String command = String.format("pm %s %s %s", permissionOp.toString().toLowerCase(), in grantOrRevokePermissionViaAdb()
/platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/
DAppSmokeTest.java92 public String toString() { in toString() method in AppSmokeTest.LaunchParameter
185 String label = info.getLabel().toString(); in generateAppsList()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DBaseLauncher3Strategy.java59 String[] lines = baos.toString().split("\\r?\\n"); in open()
DLeanbackLauncherStrategy.java73 String[] lines = baos.toString().split("\\r?\\n"); in open()
/platform_testing/libraries/chrome-app-helper/src/android/platform/test/helpers/
DChromeHelperImpl.java165 Log.e(LOG_TAG, String.format("Failed to fling page %s", dir.toString())); in flingPage()
/platform_testing/utils/dialogs/src/com/android/dialogutils/
DDismissDialogsInstrumentation.java245 result.putString(BUNDLE_APP_ERROR_KEY, exception.toString()); in quitWithError()
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DQuickSettingsTest.java277 Settings.Global.AIRPLANE_MODE_ON, Integer.toString(onSetting)); in testQuickSettingAirplaneMode()