Searched defs:ServiceConnection (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DServiceConnection.java28 public interface ServiceConnection { interface
50 * This does <em>not</em> remove the ServiceConnection itself -- this
75 * that the attempting service binding represented by this ServiceConnection
79 * {@link Context#unbindService(ServiceConnection)} to release the tracking
80 * resources associated with this ServiceConnection even if this callback was

Completed in 69 milliseconds