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

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 298 json.put(AccountColumns.SECURITY_HOLD, securityHold);
432 securityHold = json.optInt(AccountColumns.SECURITY_HOLD);
516 final int securityHoldIndex = cursor.getColumnIndex(AccountColumns.SECURITY_HOLD);
518 cursor.getInt(cursor.getColumnIndex(AccountColumns.SECURITY_HOLD)) : 0);
    [all...]
UIProvider.java 232 .put(AccountColumns.SECURITY_HOLD, Integer.class)
565 public static final String SECURITY_HOLD = "securityHold";
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 59 milliseconds