Searched refs:row (Results 101 - 102 of 102) sorted by relevance

12345

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java2267 View row = LayoutInflater.from(mContext).inflate(R.layout.wifi_p2p_dialog_row,
2269 ((TextView) row.findViewById(R.id.name)).setText(r.getString(stringId));
2270 ((TextView) row.findViewById(R.id.value)).setText(value);
2271 group.addView(row);
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java508 * Prints the contents of a Cursor's current row to System.out.
517 * Prints the contents of a Cursor's current row to a PrintSteam.
541 * Prints the contents of a Cursor's current row to a StringBuilder.
565 * Dump the contents of a Cursor's current row to a String.
568 * @return a String that contains the dumped cursor row
705 * Read the entire contents of a cursor row and store them in a ContentValues.
708 * @param values the {@link ContentValues} to put the row into.
727 * window will contain the requested row and a useful range of rows
739 * @param cursorPosition The row index of the row w
[all...]

Completed in 218 milliseconds

12345