Searched refs:ACCOUNT_FLAGS_PROJECTION (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
D | Account.java | 189 public static final String[] ACCOUNT_FLAGS_PROJECTION = { field in Account 581 ACCOUNT_FLAGS_PROJECTION, null, null, null, ACCOUNT_FLAGS_COLUMN_FLAGS, 0L) in isSecurityHold() 602 Cursor c = resolver.query(Account.CONTENT_URI, ACCOUNT_FLAGS_PROJECTION, in clearSecurityHoldOnAllAccounts()
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
D | EasOperation.java | 441 Account.ACCOUNT_FLAGS_PROJECTION, null, null, null, in setProtocolVersion()
|