Home
last modified time | relevance | path

Searched refs:listToString (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationListener.java110 + listToString(mTestPackages)); in onNotificationPosted()
113 Log.d(TAG, "onNotificationPosted: sbn=" + sbn + " testPackages=" + listToString( in onNotificationPosted()
124 + listToString(mTestPackages)); in onNotificationPosted()
127 Log.d(TAG, "onNotificationPosted: sbn=" + sbn + " testPackages=" + listToString( in onNotificationPosted()
146 + listToString(mTestPackages)); in onNotificationRemoved()
150 + " testPackages=" + listToString(mTestPackages)); in onNotificationRemoved()
163 + listToString(mTestPackages)); in onNotificationRemoved()
167 + " testPackages=" + listToString(mTestPackages)); in onNotificationRemoved()
216 + "mTestPackages=[" + listToString(mTestPackages) in toString()
217 + "], mPosted=[" + listToString(mPosted) in toString()
[all …]
/cts/tests/app/BroadcastsTest/helper-app/src/com/android/app/cts/broadcasts/helper/
DTestService.java105 private <T> String listToString(List<T> list) { in listToString() method in TestService.CommandReceiver