Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DHalServiceBase.java39 private static final String MY_TAG = HalServiceBase.class.getSimpleName(); field in HalServiceBase
105 Slogf.d(MY_TAG, getClass().getSimpleName() + ".onPropertySetError(): property=" in onPropertySetError()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java1197 private static final String MY_TAG = UsersInfo.class.getSimpleName(); field in BaseCarUserServiceTestCase.SwitchUserRequestMatcher
1214 Log.w(MY_TAG, "null argument"); in matches()
1218 Log.w(MY_TAG, in matches()
1224 Log.w(MY_TAG, in matches()
1230 Log.w(MY_TAG, in matches()
1235 Log.d(MY_TAG, "Good News, Everyone! " + argument + " matches " + this); in matches()