Searched refs:Accounts (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/Gallery2/src/com/android/photos/data/ |
H A 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()
|
H A 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()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | BrowserContract.java | 412 public static final class Accounts { class in BrowserContract
|
/aosp12/frameworks/proto_logging/stats/enums/app/ |
H A D | settings_enums.proto | 1025 // OPEN: Settings > Accounts 1030 // OPEN: Settings > Accounts > [Single Account Sync Settings] 1035 // OPEN: Settings > Accounts > Add an account 1678 // OPEN: Settings > Accounts > Work profile settings 1736 // OPEN: Settings > Accounts > Remove account 1739 // OPEN: Settings > Accounts > Confirm auto sync dialog
|
H A D | tvsettings_enums.proto | 1047 // TvSettings > Device Preferences > Google Assistant > Accounts
|
/aosp12/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 326 // OPEN: Settings > Accounts 331 // OPEN: Settings > Accounts > [Single Account Sync Settings] 336 // OPEN: Settings > Accounts > Add an account 341 // OPEN: Settings > Accounts > [List of accounts when more than one] 2258 // OPEN: Settings > Accounts > Work profile settings 2621 // OPEN: Settings > Accounts > Remove account 2624 // OPEN: Settings > Accounts > Confirm auto sync dialog
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 44825 Landroid/provider/BrowserContract$Accounts;-><init>()V 44826 Landroid/provider/BrowserContract$Accounts;->ACCOUNT_NAME:Ljava/lang/String; 44827 Landroid/provider/BrowserContract$Accounts;->ACCOUNT_TYPE:Ljava/lang/String; 44828 Landroid/provider/BrowserContract$Accounts;->ROOT_ID:Ljava/lang/String;
|