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
98
public Bundle
getConfigurationData
(final String accountType) {
102
mReturn = mService.
getConfigurationData
(accountType);
104
}, "
getConfigurationData
");
/packages/apps/Email/src/com/android/email/service/
AccountService.java
93
public Bundle
getConfigurationData
(String accountType) {
/packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java
227
.
getConfigurationData
(accountType);
Completed in 170 milliseconds