Searched refs:listToString (Results 1 – 2 of 2) sorted by relevance
110 + 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 …]
105 private <T> String listToString(List<T> list) { in listToString() method in TestService.CommandReceiver