/frameworks/base/core/java/android/service/textservice/ |
D | SpellCheckerService.java | 86 public abstract Session createSession(); in createSession() 91 public static abstract class Session { class in SpellCheckerService 166 private final Session mSession; 171 Bundle bundle, Session session) { in InternalISpellCheckerSession() 216 final Session session = service.createSession(); in getISpellCheckerSession()
|
/frameworks/base/core/java/android/accounts/ |
D | AccountManagerService.java | 147 private final LinkedHashMap<String, Session> mSessions = new LinkedHashMap<String, Session>(); 477 private class TestFeaturesSession extends Session { 559 private class RemoveAccountSession extends Session { 878 new Session(response, account.type, false, in getAuthTokenLabel() method 959 new Session(response, account.type, expectActivityLaunch, in getAuthToken() method 1141 new Session(response, accountType, expectActivityLaunch, in addAcount() method 1176 new Session(response, account.type, expectActivityLaunch, in confirmCredentials() method 1208 new Session(response, account.type, expectActivityLaunch, in updateCredentials() method 1240 new Session(response, accountType, expectActivityLaunch, in editProperties() method 1255 private class GetAccountsByTypeAndFeatureSession extends Session { [all …]
|
/frameworks/base/services/java/com/android/server/wm/ |
D | Session.java | 49 final class Session extends IWindowSession.Stub class 61 public Session(WindowManagerService service, IInputMethodClient client, in Session() method in Session
|
D | WindowManagerService.java | 315 final HashSet<Session> mSessions = new HashSet<Session>(); 555 Session mHoldingScreenOn; 1967 public int addWindow(Session session, IWindow client, int seq, in addWindow() 2178 public void removeWindow(Session session, IWindow client) { in removeWindow() 2188 public void removeWindowLocked(Session session, WindowState win) { in removeWindowLocked() 2261 private void removeWindowInnerLocked(Session session, WindowState win) { in removeWindowInnerLocked() 2368 void setTransparentRegionWindow(Session session, IWindow client, Region region) { in setTransparentRegionWindow() 2393 void setInsetsWindow(Session session, IWindow client, in setInsetsWindow() 2420 public void getWindowDisplayFrame(Session session, IWindow client, in getWindowDisplayFrame() 2486 public int relayoutWindow(Session session, IWindow client, int seq, in relayoutWindow() [all …]
|
D | WindowState.java | 64 final Session mSession; 287 WindowState(WindowManagerService service, Session s, IWindow c, WindowToken token, in WindowState()
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | adt.jd | 33 Google I/O Session</a> 141 <h2>Google I/O Session Video</h2> 287 <h2>Google I/O Session Video</h2> 400 <h2>Google I/O Session Video</h2> 429 <h2>Google I/O Session Video</h2> 467 <h2>Google I/O Session Video</h2>
|
/frameworks/base/docs/html/guide/topics/network/ |
D | sip.jd | 1 page.title=Session Initiation Protocol 33 <p>Android provides an API that supports the Session Initiation Protocol (SIP).
|
/frameworks/base/docs/html/guide/topics/usb/ |
D | adk.jd | 65 <li><a href="http://www.youtube.com/watch?v=s7szcpXf2rE">Google I/O Session Video</a></li>
|
/frameworks/base/docs/html/sdk/ |
D | android-4.0.jd | 949 android.service.textservice.SpellCheckerService.Session} class to provide spelling suggestions based 951 android.service.textservice.SpellCheckerService.Session} callback methods, you must return the
|
/frameworks/base/api/ |
D | current.txt | 18596 method public abstract android.service.textservice.SpellCheckerService.Session createSession(); 18601 public static abstract class SpellCheckerService.Session { 18602 ctor public SpellCheckerService.Session();
|
D | 14.txt | 18596 method public abstract android.service.textservice.SpellCheckerService.Session createSession(); 18601 public static abstract class SpellCheckerService.Session { 18602 ctor public SpellCheckerService.Session();
|