Searched refs:saved (Results 1 – 13 of 13) sorted by relevance
132 private List<AccessPoint> getAccessPoints(boolean saved) { in getAccessPoints() argument137 if (shouldIncludeAp(accessPoint, saved)) { in getAccessPoints()145 private boolean shouldIncludeAp(AccessPoint accessPoint, boolean saved) { in shouldIncludeAp() argument146 return saved ? accessPoint.isReachable() && accessPoint.isSaved() in shouldIncludeAp()
100 for (DiscoveredPrinter saved : getSavedPrinters()) { in onPeerFound()101 if (saved.path.equals(printer.path)) { in onPeerFound()102 printerFound(saved); in onPeerFound()
192 final LocaleStore.LocaleInfo saved = mFeedItemList.get(fromPosition); in onItemMove() local194 mFeedItemList.add(toPosition, saved); in onItemMove()
130 CONTACT = 1; // the result is a saved contact in people API133 // The type of the lookup result, for example, a saved contact or a nearby
37 // Clicks a saved query
424 sb.append(getResources().getString(R.string.saved, mAttachmentSizeText)); in updateSubtitleText()
245 actionBar.setSubtitle(mMailActivity.getResources().getString(R.string.saved, size)); in updateActionBar()
245 … to create values. After a DOM tree is created and/or modified, it can be saved as JSON again usin…