Home | History | Annotate | Download | only in browser

Lines Matching refs:PARENT

351         values.put(BrowserContract.Bookmarks.PARENT, currentFolder);
407 // folder at all to prevent any chance of the user adding a parent
534 public void onItemClick(AdapterView<?> parent, View view, int position,
575 public View newView(Context context, Cursor cursor, ViewGroup parent) {
629 mCurrentFolder = mMap.getLong(BrowserContract.Bookmarks.PARENT, DEFAULT_FOLDER_ID);
899 values.put(BrowserContract.Bookmarks.PARENT, mCurrentFolder);
958 public void onItemSelected(AdapterView<?> parent, View view, int position,
960 if (mAccountSpinner == parent) {
970 public void onNothingSelected(AdapterView<?> parent) {
1095 BrowserContract.Bookmarks.PARENT,
1121 BrowserContract.Bookmarks.PARENT,
1125 long parent = c.getLong(0);
1133 Long.toString(parent)}, null);
1135 info.lastUsedId = parent;