public class

NetworkQueryService.LocalBinder

extends Binder
java.lang.Object
   ↳ android.os.Binder
     ↳ com.android.phone.NetworkQueryService.LocalBinder

Class Overview

Class for clients to access. Because we know this service always runs in the same process as its clients, we don't need to deal with IPC.

Summary

[Expand]
Inherited Constants
From interface android.os.IBinder
Public Constructors
NetworkQueryService.LocalBinder()
[Expand]
Inherited Methods
From class android.os.Binder
From class java.lang.Object
From interface android.os.IBinder

Public Constructors

public NetworkQueryService.LocalBinder ()