Home | History | Annotate | Download | only in components

Lines Matching full:receives

152 listeners, receivers, etc. This is the last call the service receives.</dd>
253 that specifies the service and includes any data for the service to use. The service receives
259 android.content.Context#startService startService()}. The service receives the intent in {@link
281 android.app.IntentService#onHandleIntent onHandleIntent()}, which receives the intent for each
396 // Handler that receives messages from the thread
596 onBind()} callback method. Once the client receives the {@link android.os.IBinder}, it can begin