HomeSort by relevance Sort by last modified time
    Searched refs:Accounts (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 22 import com.android.photos.data.PhotoProvider.Accounts;
43 // Photos.ACCOUNT_ID is a foreign key to Accounts._ID
58 // Albums.ACCOUNT_ID is a foreign key to Accounts._ID
82 { Accounts._ID, "INTEGER PRIMARY KEY AUTOINCREMENT" },
83 { Accounts.ACCOUNT_NAME, "TEXT UNIQUE NOT NULL" },
88 createTable(db, Accounts.TABLE, getAccountTableDefinition());
116 dropTable(db, Accounts.TABLE);
PhotoProvider.java 67 * Contains columns that can be accessed via Accounts.CONTENT_URI
69 public static interface Accounts extends BaseColumns {
73 public static final String TABLE = "accounts";
99 /** Long foreign key to Accounts._ID */
138 /** Long foreign key to Accounts._ID */
266 sUriMatcher.addURI(AUTHORITY, Accounts.TABLE, MATCH_ACCOUNT);
267 // match against Accounts._ID
268 sUriMatcher.addURI(AUTHORITY, Accounts.TABLE + "/#", MATCH_ACCOUNT_ID);
407 table = Accounts.TABLE;
470 return nestWhere(Photos.ACCOUNT_ID, Accounts.TABLE, where)
    [all...]
  /frameworks/base/core/java/android/provider/
BrowserContract.java 19 import android.accounts.Account;
403 * Read-only table that lists all the accounts that are used to provide bookmarks.
406 public static final class Accounts {
411 AUTHORITY_URI.buildUpon().appendPath("accounts").build();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmaccess.h     [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
writer.go 143 hdr.Size += int64(len(spb)) // Accounts for encoded sparse map
  /prebuilts/go/linux-x86/src/archive/tar/
writer.go 143 hdr.Size += int64(len(spb)) // Accounts for encoded sparse map

Completed in 218 milliseconds