Loading src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -172,9 +172,11 @@ public class AvrcpControllerService extends ProfileService { } } } } // If we don't find a node in the tree then do not have any way to browse for the contents. // Return an empty list instead. if (requestedNode == null) { if (requestedNode == null) { if (DBG) Log.d(TAG, "Didn't find a node"); if (DBG) Log.d(TAG, "Didn't find a node"); return null; return new ArrayList(0); } else { } else { if (!requestedNode.isCached()) { if (!requestedNode.isCached()) { if (DBG) Log.d(TAG, "node is not cached"); if (DBG) Log.d(TAG, "node is not cached"); Loading Loading
src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -172,9 +172,11 @@ public class AvrcpControllerService extends ProfileService { } } } } // If we don't find a node in the tree then do not have any way to browse for the contents. // Return an empty list instead. if (requestedNode == null) { if (requestedNode == null) { if (DBG) Log.d(TAG, "Didn't find a node"); if (DBG) Log.d(TAG, "Didn't find a node"); return null; return new ArrayList(0); } else { } else { if (!requestedNode.isCached()) { if (!requestedNode.isCached()) { if (DBG) Log.d(TAG, "node is not cached"); if (DBG) Log.d(TAG, "node is not cached"); Loading