HomeSort by relevance Sort by last modified time
    Searched refs:createSession (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/media/java/android/media/tv/
ITvInputService.aidl 32 void createSession(in InputChannel channel, ITvInputSessionCallback callback,
ITvInputManager.aidl 58 void createSession(in ITvInputClient client, in String inputId, int seq, int userId);
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpSessionHeadersTest.java 27 NanoHTTPD.HTTPSession session = testServer.createSession(TEST_TEMP_FILE_MANAGER, inputStream, outputStream, inetAddress);
HttpServerTest.java 59 NanoHTTPD.HTTPSession session = testServer.createSession(tempFileManager, inputStream, outputStream);
112 public HTTPSession createSession(TempFileManager tempFileManager, InputStream inputStream, OutputStream outputStream) {
116 public HTTPSession createSession(TempFileManager tempFileManager, InputStream inputStream, OutputStream outputStream, InetAddress inetAddress) {
HttpKeepAliveTest.java 57 NanoHTTPD.HTTPSession session = testServer.createSession(new TestTempFileManager(), inputStream, outputStream);
  /frameworks/av/drm/mediadrm/plugins/clearkey/
SessionLibrary.h 34 const android::sp<Session>& createSession();
SessionLibrary.cpp 46 const sp<Session>& SessionLibrary::createSession() {
DrmPlugin.cpp 33 sp<Session> session = mSessionLibrary->createSession();
  /frameworks/base/core/java/android/view/inputmethod/
InputMethod.java 51 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}
158 public void createSession(SessionCallback callback);
170 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}.
  /frameworks/base/media/java/android/media/session/
ISessionManager.aidl 31 ISession createSession(String packageName, in ISessionCallback cb, String tag, int userId);
MediaSessionManager.java 78 public @NonNull ISession createSession(@NonNull MediaSession.CallbackStub cbStub,
80 return mService.createSession(mContext.getPackageName(), cbStub, tag, userId);
  /frameworks/opt/net/voip/src/java/android/net/sip/
ISipService.aidl 38 ISipSession createSession(in SipProfile localProfile,
SipManager.java 492 ISipSession session = mSipService.createSession(localProfile,
497 "SipService.createSession() returns null");
518 ISipSession session = mSipService.createSession(localProfile,
523 "SipService.createSession() returns null");
569 ISipSession s = mSipService.createSession(localProfile, null,
  /frameworks/base/core/java/android/content/pm/
IPackageInstaller.aidl 30 int createSession(in PackageInstaller.SessionParams params, String installerPackageName, int userId);
  /frameworks/base/core/java/com/android/internal/view/
IInputMethod.aidl 45 void createSession(in InputChannel channel, IInputSessionCallback callback);
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 62 public void createSession(SessionCallback callback) {
IInputMethodWrapper.java 189 inputMethod.createSession(new InputMethodSessionCallbackWrapper(
273 public void createSession(InputChannel channel, IInputSessionCallback callback) {
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 33 public Session createSession() {
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/server/
AbstractFtpServerTestCase.java 146 assertEquals(ftpServer.createSession(new Socket()).getClass(), DefaultSession.class);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/server/
AbstractFtpServer.java 156 Session session = createSession(clientSocket);
345 protected Session createSession(Socket clientSocket) {
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerService.java 50 mSession.createSession();
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
Camera2AndroidTestCase.java 213 protected void createSession(List<Surface> outputSurfaces) throws Exception {
353 createSession(surfaces);
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 48 * {@link #createSession()} to provide a spell checker session that is corresponding
93 public abstract Session createSession();
319 final Session session = service.createSession();
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 263 public synchronized ISipSession createSession(SipProfile localProfile,
265 if (DBG) log("createSession: profile" + localProfile);
266 if (!canUseSip(opPackageName, "createSession")) {
271 if (DBG) log("createSession: mNetworkType==-1 ret=null");
276 return group.createSession(listener);
278 if (DBG) loge("createSession;", e);
562 public ISipSession createSession(ISipSessionListener listener) {
563 if (SSGE_DBG) log("createSession");
564 return mSipGroup.createSession(listener);
672 mGroup.createSession(null)
    [all...]
  /cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
BasePackageInstallTest.java 156 int sessionId = mPackageInstaller.createSession(params);

Completed in 1000 milliseconds

1 2 3 4 5 6 7