OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deleteAccountPIMData
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java
140
public void
deleteAccountPIMData
(long accountId) throws RemoteException {
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java
408
public void
deleteAccountPIMData
(final long accountId) throws RemoteException {
412
mService.
deleteAccountPIMData
(accountId);
414
}, "
deleteAccountPIMData
");
/packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java
506
public void
deleteAccountPIMData
(long accountId) throws RemoteException {
512
ExchangeService.
deleteAccountPIMData
(accountId);
626
public static void
deleteAccountPIMData
(long accountId) {
[
all
...]
Completed in 58 milliseconds