public class AIRS_upload_service
extends Service
implements com.google.api.client.googleapis.media.MediaHttpUploaderProgressListener
| Modifier and Type | Class and Description |
|---|---|
class |
AIRS_upload_service.LocalBinder |
| Constructor and Description |
|---|
AIRS_upload_service() |
| Modifier and Type | Method and Description |
|---|---|
IBinder |
onBind(Intent intent)
Returns current instance of AIRS_upload_service Service to anybody binding to it
|
void |
onCreate()
Called when starting the service the first time around
|
void |
onDestroy()
Called when service is destroyed, e.g., by stopService()
Here, we tear down all recording threads, close all handlers, unregister receivers for battery signal and close the thread for indicating the recording
|
void |
onLowMemory()
Called when system is running low on memory
|
void |
progressChanged(com.google.api.client.googleapis.media.MediaHttpUploader uploader) |
public IBinder onBind(Intent intent)
intent - Reference to calling Intentpublic void onLowMemory()
Servicepublic void onCreate()
Servicepublic void onDestroy()
public void progressChanged(com.google.api.client.googleapis.media.MediaHttpUploader uploader)
progressChanged in interface com.google.api.client.googleapis.media.MediaHttpUploaderProgressListener