Lines Matching defs:to
10 * Unless required by applicable law or agreed to in writing, software
57 /** Marker action used to discover a package which defines launcher customization */
280 // Keep track of the set of screens which need to be added to the db.
325 * Parses the tag and adds to the db
364 Log.e(TAG, "Unable to add favorite: " + packageName + "/" + className, e);
373 * Helper method to allow extending the parser capabilities
522 if (LOGD) Log.e(TAG, "Unable to bind app widget id " + cn);
536 // Send a broadcast to configure the widget
580 if (LOGD) Log.e(TAG, "Unable to add folder");
613 // We can only have folders with >= 2 items, so we need to remove the
615 // failed to add, and less than 2 were actually added
623 // If we have a single item, promote it to where the folder
669 * before falling back to anonymous attribute.
682 * first before falling back to anonymous attribute.
701 @Thunk static void copyInteger(ContentValues from, ContentValues to, String key) {
702 to.put(key, from.getAsInteger(key));