public class

SpeakEasyService

extends Service
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ androidx.test.services.speakeasy.server.SpeakEasyService

Class Overview

Serves SpeakEasy requests.

Summary

[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
SpeakEasyService()
Public Methods
IBinder onBind(Intent i)
void onCreate()
void onDestroy()
void onStart(Intent intent, int id)
int onStartCommand(Intent intent, int flags, int startId)
[Expand]
Inherited Methods
From class android.app.Service
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks2
From interface android.content.ComponentCallbacks

Public Constructors

public SpeakEasyService ()

Public Methods

public IBinder onBind (Intent i)

Parameters
i Intent
Returns
IBinder

public void onCreate ()

public void onDestroy ()

public void onStart (Intent intent, int id)

Parameters
intent Intent
id int

public int onStartCommand (Intent intent, int flags, int startId)

Parameters
intent Intent
flags int
startId int
Returns
int