Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/debug/
DDeviceCheckInClientDebug.java132 return DebugLogUtil.logAndReturn(TAG, in getDeviceCheckInStatus()
139 return DebugLogUtil.logAndReturn(TAG, in getDeviceCheckInStatus()
148 return DebugLogUtil.logAndReturn(TAG, in getDeviceCheckInStatus()
181 return DebugLogUtil.logAndReturn(TAG, in getDeviceCheckInStatus()
187 return DebugLogUtil.logAndReturn(TAG, in getDeviceCheckInStatus()
210 return DebugLogUtil.logAndReturn(TAG,
237 return DebugLogUtil.logAndReturn(TAG, getSharedPreference(
244 return DebugLogUtil.logAndReturn(TAG,
DDebugLogUtil.java28 static <T> T logAndReturn(String tag, T result) { in logAndReturn() method in DebugLogUtil