Searched refs:nodesWithoutApp (Results 1 – 1 of 1) sorted by relevance
316 ArrayList<Node> nodesWithoutApp = new ArrayList<>(); in openPlayStoreOnWearDevicesWithoutApp() local320 nodesWithoutApp.add(node); in openPlayStoreOnWearDevicesWithoutApp()324 if (!nodesWithoutApp.isEmpty()) { in openPlayStoreOnWearDevicesWithoutApp()325 Log.d(TAG, "Number of nodes without app: " + nodesWithoutApp.size()); in openPlayStoreOnWearDevicesWithoutApp()332 for (Node node : nodesWithoutApp) { in openPlayStoreOnWearDevicesWithoutApp()