Home | History | Annotate | Download | only in provider

Lines Matching defs:CREDENTIAL

81 import com.android.emailcommon.provider.Credential;
287 private static final int CREDENTIAL = CREDENTIAL_BASE;
306 array.put(CREDENTIAL_BASE >> BASE_SHIFT, Credential.TABLE_NAME);
942 case CREDENTIAL:
1162 // All credential records
1163 sURIMatcher.addURI(EmailContent.AUTHORITY, "credential", CREDENTIAL);
1164 // A specific credential
1165 sURIMatcher.addURI(EmailContent.AUTHORITY, "credential/*", CREDENTIAL_ID);
1378 case CREDENTIAL:
2209 case CREDENTIAL: