Searched refs:queryKey (Results 1 – 1 of 1) sorted by relevance
366 private List<SubscriptionInfo> getSubInfo(String selection, Object queryKey) { in getSubInfo() argument367 if (VDBG) logd("selection:" + selection + " " + queryKey); in getSubInfo()369 if (queryKey != null) { in getSubInfo()370 selectionArgs = new String[] {queryKey.toString()}; in getSubInfo()