OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExchangeAccountType
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/
RawContactModifierTests.java
49
import com.android.contacts.common.model.account.
ExchangeAccountType
;
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java
51
import com.android.contacts.common.model.account.
ExchangeAccountType
;
423
} else if (
ExchangeAccountType
.isExchangeType(type)) {
424
accountType = new
ExchangeAccountType
(mContext, auth.packageName, type);
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
ExchangeAccountType.java
41
public class
ExchangeAccountType
extends BaseAccountType {
42
private static final String TAG = "
ExchangeAccountType
";
47
public
ExchangeAccountType
(Context context, String authenticatorPackageName, String type) {
Completed in 552 milliseconds