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

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 577 return (syncStatus & SyncStatus.ACCOUNT_INITIALIZATION_REQUIRED) ==
578 SyncStatus.ACCOUNT_INITIALIZATION_REQUIRED;
    [all...]
UIProvider.java 81 public static final int ACCOUNT_INITIALIZATION_REQUIRED = 1<<5;
    [all...]

Completed in 44 milliseconds