Searched refs:Accounts (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Gallery2/src/com/android/photos/data/ |
D | PhotoDatabase.java | 22 import com.android.photos.data.PhotoProvider.Accounts; 82 { Accounts._ID, "INTEGER PRIMARY KEY AUTOINCREMENT" }, 83 { Accounts.ACCOUNT_NAME, "TEXT UNIQUE NOT NULL" }, 88 createTable(db, Accounts.TABLE, getAccountTableDefinition()); in onCreate() 116 dropTable(db, Accounts.TABLE); in recreate()
|
D | PhotoProvider.java | 69 public static interface Accounts extends BaseColumns { interface in PhotoProvider 266 sUriMatcher.addURI(AUTHORITY, Accounts.TABLE, MATCH_ACCOUNT); in sUriMatcher.addURI() 268 sUriMatcher.addURI(AUTHORITY, Accounts.TABLE + "/#", MATCH_ACCOUNT_ID); in sUriMatcher.addURI() 407 table = Accounts.TABLE; in getTableFromMatch() 470 return nestWhere(Photos.ACCOUNT_ID, Accounts.TABLE, where); in photoSelectionFromAccounts() 474 return nestWhere(Albums.ACCOUNT_ID, Accounts.TABLE, where); in albumSelectionFromAccounts()
|
/packages/apps/Settings/tests/uitests/assets/ |
D | search_results_list | 5 Accounts;top_level_accounts 6 Accounts;user_and_account_settings_screen
|