OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConfigurationData
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IAccountService.aidl
29
Bundle
getConfigurationData
(String accountType);
AccountServiceProxy.java
96
public Bundle
getConfigurationData
(final String accountType) {
100
mReturn = mService.
getConfigurationData
(accountType);
102
}, "
getConfigurationData
");
/packages/apps/Email/src/com/android/email/service/
AccountService.java
65
public Bundle
getConfigurationData
(String accountType) {
/packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java
239
.
getConfigurationData
(accountType);
Completed in 1179 milliseconds