(String sku, String type)
| 137 | } |
| 138 | |
| 139 | public boolean isPurchased(String sku, String type) throws RemoteException { |
| 140 | return getPurchases(type).contains(sku); |
| 141 | } |
| 142 | |
| 143 | public List<String> getPurchases(String type) throws RemoteException { |
| 144 | // Get purchases |
no test coverage detected