Svet Ganov
00a46ef45c
Add missing argument and return annotations
...
Test: manual
bug:128317336
Change-Id: I239b251b15dceb062e7be9ab602f4b0dce446987
2019-03-29 21:13:07 -07:00
TreeHugger Robot
2df78c38f8
Merge "Address API review comments"
2019-03-16 18:56:36 +00:00
TreeHugger Robot
74a57744b2
Merge "Fix AppOps API review bugs."
2019-03-16 07:27:16 +00:00
TreeHugger Robot
9fc8e51f4b
Merge "Removed "forUser" variants in NotificationManager"
2019-03-16 06:12:26 +00:00
sqian
c5f311086f
Merge "CallRedirectionService API review" am: 1276a178fd am: de633a49f1
...
am: b09f8d20e3
Change-Id: I184b51e7aa8816fd0e46d2492222cf617b13eba5
2019-03-15 20:20:28 -07:00
sqian
b09f8d20e3
Merge "CallRedirectionService API review" am: 1276a178fd
...
am: de633a49f1
Change-Id: Iedac1e363872fc390df007d5b4e977c03e725bdf
2019-03-15 20:07:25 -07:00
TreeHugger Robot
0fb1f1e011
Merge "Use IntFunction for inspector flag and enum mapping"
2019-03-16 03:03:26 +00:00
TreeHugger Robot
932d7b509a
Merge "Added android.service.contentcapture.ActivityEvent.TYPE_ACTIVITY_STOPPED"
2019-03-16 03:00:35 +00:00
sqian
de633a49f1
Merge "CallRedirectionService API review"
...
am: 1276a178fd
Change-Id: I4509bfabae430b97ee82c2939b9099dc5767f44a
2019-03-15 19:56:23 -07:00
Treehugger Robot
1276a178fd
Merge "CallRedirectionService API review"
2019-03-16 02:42:29 +00:00
TreeHugger Robot
054834f145
Merge "Remove the @remove from the deprecated registerUsageSessionObserver"
2019-03-16 02:31:25 +00:00
Jack Yu
bc8cc99b20
Merge "Moved transport to IntDef" am: b7463a63d1
...
am: f713c1ff26
Change-Id: I9a68e86efd37018db87dfb09af58fba8b99c3b15
2019-03-15 16:40:23 -07:00
Pengquan Meng
4d16fb67e1
Merge "[API feedback] api fixed for getSlotMapping" am: 9931252c3f am: 58fed7fac6
...
am: 91ae15122f
Change-Id: I08c80e60a89ab359c83e4043a1dfb74c92dc0b8a
2019-03-15 16:34:10 -07:00
Jack Yu
f713c1ff26
Merge "Moved transport to IntDef"
...
am: b7463a63d1
Change-Id: I80d2bf5b3d195d4b05135006418ba4b638271f4f
2019-03-15 16:31:06 -07:00
TreeHugger Robot
a2ca4fa104
Merge "Add annotation for EuiccManager#updateSubscriptionNickname."
2019-03-15 23:23:25 +00:00
Treehugger Robot
b7463a63d1
Merge "Moved transport to IntDef"
2019-03-15 23:21:29 +00:00
Pengquan Meng
91ae15122f
Merge "[API feedback] api fixed for getSlotMapping" am: 9931252c3f
...
am: 58fed7fac6
Change-Id: I858a9014859f6c44862165cc7a970bdc20176fe4
2019-03-15 16:08:01 -07:00
Pengquan Meng
58fed7fac6
Merge "[API feedback] api fixed for getSlotMapping"
...
am: 9931252c3f
Change-Id: I68489daa92188232f3d1489226f71c14d5b2b14d
2019-03-15 15:58:45 -07:00
Pengquan Meng
9931252c3f
Merge "[API feedback] api fixed for getSlotMapping"
2019-03-15 22:38:46 +00:00
Michael Wachenschwanz
1e69304100
Remove the @remove from the deprecated registerUsageSessionObserver
...
Bug: 128631157
Test: none
Change-Id: I3944ffda1f43729d4f6eaab9515079c4e09688a1
2019-03-15 14:19:56 -07:00
Jack Yu
e4edae3798
Merge "Moved transport to IntDef"
2019-03-15 21:16:42 +00:00
Sooraj Sasindran
acf23ad83e
Merge changes from topic "Porting-ONSAPIChanges" am: 31c7607ee6
...
am: f6b0d994a7
Change-Id: Idf128d17a2fac096ca5e28000648638c1d70fff2
2019-03-15 13:18:47 -07:00
Sooraj Sasindran
5984d59e47
Provide network bands in AvailableNetworkInfo am: c9948da02a
...
am: 3e08825d4c
Change-Id: Ibdfb3a26f2aea6d4c53a157b9045a9f3dca09176
2019-03-15 13:13:26 -07:00
sqian
b8cbc4e27d
CallRedirectionService API review
...
Bug: 126699669
Test: Treehugger
Change-Id: I56944f6d487660ed447d081b6dfd2cb625087869
2019-03-15 12:57:47 -07:00
Sooraj Sasindran
f6b0d994a7
Merge changes from topic "Porting-ONSAPIChanges"
...
am: 31c7607ee6
Change-Id: Ibca8c0202ff702be57f128b0cc24a8679d0a8083
2019-03-15 12:53:18 -07:00
Ashley Rose
83bac9f33a
Use IntFunction for inspector flag and enum mapping
...
+ Remove IntEnumMapping class, (use a bound lambda of
SparseArray#get(int) instead).
+ Remove IntFlagMapping.Builder, and make IntFlagMapping mutable. The
immuability guarantees are provided by using a lambda of
IntFlagMapping#get(int).
+ Change PropertyMapper#mapIntEnum(String, int, IntFunction<String>)
and #mapIntFlag(String, int, IntFunction<Set<String>>) to take
IntFunctions instead of semantic types.
+ Changes to the annotation processor to support code generation for the
lambdas and additional internal cleanups.
Bug: 124448834
Test: atest --host view-inspector-annotation-processor-test
Change-Id: I3e7ccac63d50caa6ff49be1e78732831886e7f6e
2019-03-15 15:47:53 -04:00
Sooraj Sasindran
3e08825d4c
Provide network bands in AvailableNetworkInfo
...
am: c9948da02a
Change-Id: Ib7ba8c29f8e8ed7237b5afcccf9d1694596f1263
2019-03-15 12:46:05 -07:00
Sooraj Sasindran
31c7607ee6
Merge changes from topic "Porting-ONSAPIChanges"
...
* changes:
Should not turn on validation for data
Provide network bands in AvailableNetworkInfo
2019-03-15 19:31:55 +00:00
Benedict Wong
e942aafb0a
Merge "Integrate testNetworkService and Manager with Connectivity stack" am: b86c3255fd
...
am: 016ac0a953
Change-Id: If9efbc3e0b3f0949286a2a5ad8226009ebbcfc07
2019-03-15 10:59:21 -07:00
Benedict Wong
016ac0a953
Merge "Integrate testNetworkService and Manager with Connectivity stack"
...
am: b86c3255fd
Change-Id: I571e583d896841c814efe58b8c0875fa9cd3873c
2019-03-15 10:50:06 -07:00
Benedict Wong
b86c3255fd
Merge "Integrate testNetworkService and Manager with Connectivity stack"
2019-03-15 17:41:02 +00:00
TreeHugger Robot
d84ddb0c4f
Merge "Rename setPowerSaverMode to setPowerSaverModeEnabled"
2019-03-15 16:15:41 +00:00
Zak Cohen
bc996c3cd1
Merge "ContentSuggestionsManager - API updates."
2019-03-15 16:09:39 +00:00
TreeHugger Robot
72aa96ffb2
Merge "MediaDrm: @Deprecate SecurityLevel & HdcpLevel"
2019-03-15 15:58:03 +00:00
Fabian Kozynski
cbfbb1d9cf
Removed "forUser" variants in NotificationManager
...
Removed the variants for NotificationAssistant
Test: NotificationManagerTest passing
Fixes: 126701384
Change-Id: Ic19ab009354a74182ad0557f33c251ea26f3244b
2019-03-15 09:51:39 -04:00
Ricky Wai
ea5c64806d
Merge "Change get/setAppDetailsActivityEnabled to get/setSyntheticAppDetailsActivityEnabled"
2019-03-15 12:31:06 +00:00
Jack Yu
6f7b30499c
Moved transport to IntDef
...
Moved out from the sub class per API review feedback.
Test: Build
Bug: 128607082
Merged-In: I1b513bcaaa0ebf47c14593d962579ed48a7c6db0
Change-Id: I1b513bcaaa0ebf47c14593d962579ed48a7c6db0
2019-03-14 20:32:16 -07:00
Jack Yu
ef25faf013
Moved transport to IntDef
...
Moved out from the sub class per API review feedback.
Test: Build
Bug: 128607082
Change-Id: I1b513bcaaa0ebf47c14593d962579ed48a7c6db0
2019-03-14 19:24:49 -07:00
TreeHugger Robot
7475b9b7bf
Merge "Change CodeType from enum to string (framework)"
2019-03-15 02:07:11 +00:00
TreeHugger Robot
92512d5f18
Merge "Adds nullability annotation and java docs to App Prediction APIs"
2019-03-15 01:49:11 +00:00
Paul Hu
c5cb20acfd
Merge "Rename some failed causes" am: f6382802ef am: 4a862a637a
...
am: 8a8c74e131
Change-Id: Ibbedb611b805b9b2e39bf1dd2f3ea20940504f8e
2019-03-14 18:18:06 -07:00
Paul Hu
8a8c74e131
Merge "Rename some failed causes" am: f6382802ef
...
am: 4a862a637a
Change-Id: I0b9b904da6749028a6c8441550583a15a7acde4e
2019-03-14 18:06:24 -07:00
Paul Hu
4a862a637a
Merge "Rename some failed causes"
...
am: f6382802ef
Change-Id: I01b6d267c4b2cbf23d6cdc2dea770f5da99fa155
2019-03-14 17:56:12 -07:00
Paul Hu
f6382802ef
Merge "Rename some failed causes"
2019-03-15 00:43:42 +00:00
Felipe Leme
7767059672
Added android.service.contentcapture.ActivityEvent.TYPE_ACTIVITY_STOPPED
...
Test: atest ChildlessActivityTest#testLaunchAnotherActivity_onTopOfIt
Test: atest CtsContentCaptureServiceTestCases # sanity check
Fixes: 128546985
Change-Id: I98baf8332bec3e75e43a08a6785e5ec77cfb6f7d
2019-03-14 15:14:13 -07:00
Zak Cohen
4834e9f02c
ContentSuggestionsManager - API updates.
...
Adds isEnabled for the manager.
Manager also requires a user for construction, this is the user for
query for suggestions, not the calling user.
Bug: 125912329
Test: compile and CTS
Change-Id: I07145681fdf792965fee868b65f31d2978df7599
2019-03-14 14:44:56 -07:00
Pengquan Meng
4c2eee46e3
Merge "[API feedback] fixed API for NR"
2019-03-14 20:36:03 +00:00
Matt Pape
d3d144323b
Merge "Remove interface for AttentionManagerService."
2019-03-14 20:08:38 +00:00
Matt Pape
64e8dd211a
Merge "Remove interfaces for runtime and runtime_native namespaces."
2019-03-14 20:07:46 +00:00
Roshan Pius
d8658f3d14
Merge changes from topics "string_suggestion_notification", "disconnect_blacklist", "api_modify"
...
* changes:
wifi: Fix runtest.sh
strings.xml: Modify suggestion notification strings
WifiConfiguration: Add a new temp blacklist reason for disconnect
WifiManager: Fix javadocs
WifiNetworkSpecifier/Suggestion: Address API council comments
2019-03-14 20:04:07 +00:00