Loading telecomm/java/android/telecomm/Call.java +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.telecomm; import android.annotation.SystemApi; import android.app.PendingIntent; import android.net.Uri; import android.os.Bundle; Loading @@ -34,6 +35,7 @@ import java.util.concurrent.CopyOnWriteArrayList; * * {@hide} */ @SystemApi public final class Call { /** * The state of a {@code Call} when newly created. Loading telecomm/java/android/telecomm/CallState.java +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ package android.telecomm; import android.annotation.SystemApi; /** * Defines call-state constants of the different states in which a call can exist. Although states * have the notion of normal transitions, due to the volatile nature of telephony systems, code Loading @@ -24,6 +26,7 @@ package android.telecomm; * * {@hide} */ @SystemApi public final class CallState { private CallState() {} Loading telecomm/java/android/telecomm/InCallService.java +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.telecomm; import android.annotation.SystemApi; import android.annotation.SdkConstant; import android.app.PendingIntent; import android.app.Service; Loading @@ -39,6 +40,7 @@ import java.lang.String; * * {@hide} */ @SystemApi public abstract class InCallService extends Service { /** Loading telecomm/java/android/telecomm/Phone.java +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.telecomm; import android.annotation.SystemApi; import android.app.PendingIntent; import android.util.ArrayMap; Loading @@ -31,6 +32,7 @@ import java.util.concurrent.CopyOnWriteArrayList; * * {@hide} */ @SystemApi public final class Phone { public abstract static class Listener { Loading Loading
telecomm/java/android/telecomm/Call.java +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.telecomm; import android.annotation.SystemApi; import android.app.PendingIntent; import android.net.Uri; import android.os.Bundle; Loading @@ -34,6 +35,7 @@ import java.util.concurrent.CopyOnWriteArrayList; * * {@hide} */ @SystemApi public final class Call { /** * The state of a {@code Call} when newly created. Loading
telecomm/java/android/telecomm/CallState.java +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ package android.telecomm; import android.annotation.SystemApi; /** * Defines call-state constants of the different states in which a call can exist. Although states * have the notion of normal transitions, due to the volatile nature of telephony systems, code Loading @@ -24,6 +26,7 @@ package android.telecomm; * * {@hide} */ @SystemApi public final class CallState { private CallState() {} Loading
telecomm/java/android/telecomm/InCallService.java +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.telecomm; import android.annotation.SystemApi; import android.annotation.SdkConstant; import android.app.PendingIntent; import android.app.Service; Loading @@ -39,6 +40,7 @@ import java.lang.String; * * {@hide} */ @SystemApi public abstract class InCallService extends Service { /** Loading
telecomm/java/android/telecomm/Phone.java +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.telecomm; import android.annotation.SystemApi; import android.app.PendingIntent; import android.util.ArrayMap; Loading @@ -31,6 +32,7 @@ import java.util.concurrent.CopyOnWriteArrayList; * * {@hide} */ @SystemApi public final class Phone { public abstract static class Listener { Loading