OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hostChanged
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java
104
public void
hostChanged
(long accountId) throws RemoteException {
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java
292
public void
hostChanged
(final long accountId) throws RemoteException {
295
mService.
hostChanged
(accountId);
297
}, "
hostChanged
");
Completed in 135 milliseconds