Loading api/current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -35427,14 +35427,14 @@ package android.telecom { field public static final java.lang.String SERVICE_INTERFACE = "android.telecom.CallScreeningService"; } public class CallScreeningService.CallResponse { public static class CallScreeningService.CallResponse { method public boolean getDisallowCall(); method public boolean getRejectCall(); method public boolean getSkipCallLog(); method public boolean getSkipNotification(); } public class CallScreeningService.CallResponse.Builder { public static class CallScreeningService.CallResponse.Builder { ctor public CallScreeningService.CallResponse.Builder(); method public android.telecom.CallScreeningService.CallResponse build(); method public android.telecom.CallScreeningService.CallResponse.Builder setDisallowCall(boolean); api/system-current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -37735,14 +37735,14 @@ package android.telecom { field public static final java.lang.String SERVICE_INTERFACE = "android.telecom.CallScreeningService"; } public class CallScreeningService.CallResponse { public static class CallScreeningService.CallResponse { method public boolean getDisallowCall(); method public boolean getRejectCall(); method public boolean getSkipCallLog(); method public boolean getSkipNotification(); } public class CallScreeningService.CallResponse.Builder { public static class CallScreeningService.CallResponse.Builder { ctor public CallScreeningService.CallResponse.Builder(); method public android.telecom.CallScreeningService.CallResponse build(); method public android.telecom.CallScreeningService.CallResponse.Builder setDisallowCall(boolean); api/test-current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -35441,14 +35441,14 @@ package android.telecom { field public static final java.lang.String SERVICE_INTERFACE = "android.telecom.CallScreeningService"; } public class CallScreeningService.CallResponse { public static class CallScreeningService.CallResponse { method public boolean getDisallowCall(); method public boolean getRejectCall(); method public boolean getSkipCallLog(); method public boolean getSkipNotification(); } public class CallScreeningService.CallResponse.Builder { public static class CallScreeningService.CallResponse.Builder { ctor public CallScreeningService.CallResponse.Builder(); method public android.telecom.CallScreeningService.CallResponse build(); method public android.telecom.CallScreeningService.CallResponse.Builder setDisallowCall(boolean); telecomm/java/android/telecom/CallScreeningService.java +2 −2 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ public abstract class CallScreeningService extends Service { /* * Information about how to respond to an incoming call. */ public class CallResponse { public static class CallResponse { private final boolean mShouldDisallowCall; private final boolean mShouldRejectCall; private final boolean mShouldSkipCallLog; Loading Loading @@ -140,7 +140,7 @@ public abstract class CallScreeningService extends Service { return mShouldSkipNotification; } public class Builder { public static class Builder { private boolean mShouldDisallowCall; private boolean mShouldRejectCall; private boolean mShouldSkipCallLog; Loading Loading
api/current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -35427,14 +35427,14 @@ package android.telecom { field public static final java.lang.String SERVICE_INTERFACE = "android.telecom.CallScreeningService"; } public class CallScreeningService.CallResponse { public static class CallScreeningService.CallResponse { method public boolean getDisallowCall(); method public boolean getRejectCall(); method public boolean getSkipCallLog(); method public boolean getSkipNotification(); } public class CallScreeningService.CallResponse.Builder { public static class CallScreeningService.CallResponse.Builder { ctor public CallScreeningService.CallResponse.Builder(); method public android.telecom.CallScreeningService.CallResponse build(); method public android.telecom.CallScreeningService.CallResponse.Builder setDisallowCall(boolean);
api/system-current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -37735,14 +37735,14 @@ package android.telecom { field public static final java.lang.String SERVICE_INTERFACE = "android.telecom.CallScreeningService"; } public class CallScreeningService.CallResponse { public static class CallScreeningService.CallResponse { method public boolean getDisallowCall(); method public boolean getRejectCall(); method public boolean getSkipCallLog(); method public boolean getSkipNotification(); } public class CallScreeningService.CallResponse.Builder { public static class CallScreeningService.CallResponse.Builder { ctor public CallScreeningService.CallResponse.Builder(); method public android.telecom.CallScreeningService.CallResponse build(); method public android.telecom.CallScreeningService.CallResponse.Builder setDisallowCall(boolean);
api/test-current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -35441,14 +35441,14 @@ package android.telecom { field public static final java.lang.String SERVICE_INTERFACE = "android.telecom.CallScreeningService"; } public class CallScreeningService.CallResponse { public static class CallScreeningService.CallResponse { method public boolean getDisallowCall(); method public boolean getRejectCall(); method public boolean getSkipCallLog(); method public boolean getSkipNotification(); } public class CallScreeningService.CallResponse.Builder { public static class CallScreeningService.CallResponse.Builder { ctor public CallScreeningService.CallResponse.Builder(); method public android.telecom.CallScreeningService.CallResponse build(); method public android.telecom.CallScreeningService.CallResponse.Builder setDisallowCall(boolean);
telecomm/java/android/telecom/CallScreeningService.java +2 −2 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ public abstract class CallScreeningService extends Service { /* * Information about how to respond to an incoming call. */ public class CallResponse { public static class CallResponse { private final boolean mShouldDisallowCall; private final boolean mShouldRejectCall; private final boolean mShouldSkipCallLog; Loading Loading @@ -140,7 +140,7 @@ public abstract class CallScreeningService extends Service { return mShouldSkipNotification; } public class Builder { public static class Builder { private boolean mShouldDisallowCall; private boolean mShouldRejectCall; private boolean mShouldSkipCallLog; Loading