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

/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java43 public abstract class InCallService extends Service { class in inherits:Service
49 public static final String SERVICE_INTERFACE = "android.telecom.InCallService";
143 public InCallService() { method in class:InCallService
164 * Obtain the {@code Phone} associated with this {@code InCallService}.
166 * @return The {@code Phone} object associated with this {@code InCallService}, or {@code null}
167 * if the {@code InCallService} is not in a state where it has an associated
176 * to start displaying in-call information to the user. Each instance of {@code InCallService}
178 * of the {@code InCallService}.
180 * @param phone The {@code Phone} object associated with this {@code InCallService}.
188 * in the lifetime of the {@code InCallService}, an
[all...]

Completed in 186 milliseconds