Home
last modified time | relevance | path

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

/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DDebugReceiver.java47 Log.d(TAG, shorten(intent.getAction())); in onReceive()
52 Log.d(TAG, "\t" + shorten(extra) + " = " + bundle.get(extra)); in onReceive()
58 private static String shorten(String action) { in shorten() method in DebugReceiver