Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_frameworks_base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dhina17
platform_frameworks_base
Commits
39ac9ffe
Commit
39ac9ffe
authored
6 years ago
by
Hall Liu
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add CallAudioState ctor as TestApi"
parents
0defa6e7
378f1f49
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
api/test-current.txt
+8
-0
8 additions, 0 deletions
api/test-current.txt
telecomm/java/android/telecom/CallAudioState.java
+2
-0
2 additions, 0 deletions
telecomm/java/android/telecom/CallAudioState.java
with
10 additions
and
0 deletions
api/test-current.txt
+
8
−
0
View file @
39ac9ffe
...
...
@@ -426,6 +426,14 @@ package android.service.quicksettings {
}
package android.telecom {
public final class CallAudioState implements android.os.Parcelable {
ctor public CallAudioState(boolean, int, int, android.bluetooth.BluetoothDevice, java.util.Collection<android.bluetooth.BluetoothDevice>);
}
}
package android.telephony {
public class MbmsDownloadSession implements java.lang.AutoCloseable {
...
...
This diff is collapsed.
Click to expand it.
telecomm/java/android/telecom/CallAudioState.java
+
2
−
0
View file @
39ac9ffe
...
...
@@ -19,6 +19,7 @@ package android.telecom;
import
android.annotation.IntDef
;
import
android.annotation.NonNull
;
import
android.annotation.Nullable
;
import
android.annotation.TestApi
;
import
android.bluetooth.BluetoothDevice
;
import
android.os.Parcel
;
import
android.os.Parcelable
;
...
...
@@ -100,6 +101,7 @@ public final class CallAudioState implements Parcelable {
}
/** @hide */
@TestApi
public
CallAudioState
(
boolean
isMuted
,
@CallAudioRoute
int
route
,
@CallAudioRoute
int
supportedRouteMask
,
@Nullable
BluetoothDevice
activeBluetoothDevice
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment