- Dec 20, 2017
-
-
Andrew Solovay authored
No code changes, just fixing typos in the doc comments. Doc is staged to: http://go/dac-stage/reference/android/service/autofill/AutofillService.html http://go/dac-stage/reference/android/service/autofill/FillRequest.html Test: make ds-docs Bug: 70812346 Merged-In: Ia76121c60197275c6be1717c8003fe1c4baf5f97 Change-Id: I5ee04bb96234441c5740665540b5e803fcf9710f
-
- Dec 18, 2017
-
-
Kevin Hufnagle authored
Test: make ds-docs -j16 Bug: 64727234 Change-Id: Ieb2c2f6ee6706f206e2cc0d5be8bc3a5cdd9f345
-
Kevin Hufnagle authored
-
- Dec 15, 2017
-
-
Kevin Hufnagle authored
Provided more thorough description of static shortcut options, integrated shortcut limits section with the "updating shortcuts" example, added more links to narrative documentation. Test: make ds-docs -j8 Bug: 64727234 Change-Id: I70c16082e3e85a31b501c8e313d93200d827c7f4
-
Ricardo Loo Foronda authored
Status: Ready for review. Changes: * Surrounded android.service.carrier.LONG_LIVED_BINDING with code tags in CarrierService class. * Prefixed @see tags with # in CarrierConfigManager#KEY_FORCE_HOME_NETWORK_BOOL. * Prefixed @see tag with class name in CarrierConfigManager#notifyConfigChangedForSubId. Test: make ds-docs Staged content: * https://android-dot-devsite.googleplex.com/reference/android/service/carrier/CarrierService.html * https://android-dot-devsite.googleplex.com/reference/android/telephony/CarrierConfigManager.html#KEY_FORCE_HOME_NETWORK_BOOL * https://android-dot-devsite.googleplex.com/reference/android/telephony/CarrierConfigManager.html#notifyConfigChangedForSubId(int) Bug: 23289716 Change-Id: I3b5be3ecc45bfb83e3fe0ae9bc76dc7761557e08
-
- Dec 14, 2017
-
-
Felipe Leme authored
am: 4a8d9b62 -s ours Change-Id: Idecee1722d2f0cb504fb591caa0dc1609361e392
-
Felipe Leme authored
am: 2f58b03e Change-Id: Ia167badcdb5fee60a62c9cf0932150b54180ba0b
-
TreeHugger Robot authored
-
- Dec 12, 2017
-
-
TreeHugger Robot authored
-
Felipe Leme authored
Test: adb shell am start com.android.settings/.RadioInfo Bug: 69981710 Fixes: 70506888 Change-Id: Id29bad2d20b621f7379eb6144c95dcc819949b3d Merged-In: Id29bad2d20b621f7379eb6144c95dcc819949b3d (cherry picked from commit 97f16a76db29269619d9a1b45d4cea49026a5b6a)
-
Felipe Leme authored
Test: adb shell am start com.android.settings/.RadioInfo Bug: 69981710 Fixes: 70506888 Change-Id: Id29bad2d20b621f7379eb6144c95dcc819949b3d Merged-In: Id29bad2d20b621f7379eb6144c95dcc819949b3d
-
- Dec 08, 2017
-
-
Felipe Leme authored
Merge "Make sure apps cannot forge package name on AssistStructure used for Autofill." into oc-dev am: bd355dbf am: d62d6878 -s ours Change-Id: I7f5471c6329e54669c2926779a26536a9dc6e51d
-
Felipe Leme authored
am: bd355dbf Change-Id: I922cbe5c9b1e71569e09241564faf537fb923604
-
TreeHugger Robot authored
-
TreeHugger Robot authored
Merge "Make sure apps cannot forge package name on AssistStructure used for Autofill." into oc-mr1-dev
-
TreeHugger Robot authored
-
- Dec 07, 2017
-
-
TreeHugger Robot authored
-
Adam Lesinski authored
Bug: 69383160 Test: cts-tradefed run cts -m CtsAppSecurityHostTestCases -t android.appsecurity.cts.OverlayHostTest Change-Id: I930c11716317cff1ec485a3943d1f22f07a423df Merged-In: I930c11716317cff1ec485a3943d1f22f07a423df
-
Felipe Leme authored
Test: in Tree Hugger we trust! Bug: 70215975 Change-Id: If679e735f1fe1916457c16d33d09cb47573ee7dd Merged-In: I8ab3d76983259830fd90867bd2d7f1e3360b3c4e
-
Eric Erfanian authored
These properties allow the feature to be propogated from the outgoing call broadcast, to the connection, to the call, and finally to the call log as a feature. Test: no existing unit tests found. could use some pointers Bug: 35963245 Merged-In: I84343fb0cda16514c01997fd71d1e819b5b7eebb Change-Id: I086e761ada9a57dca61c3a412561ee54255d6260
-
Felipe Leme authored
Test: cts-tradefed run commandAndExit cts-dev -m CtsAutoFillServiceTestCases -t android.autofillservice.cts.VirtualContainerActivityTest#testAppCannotFakePackageName Test: cts-tradefed run commandAndExit cts-dev -m CtsAutoFillServiceTestCases Bug: 69981710 Change-Id: Id6036cddb51dd8dd0c9128b7212d573f630d693f Merged-In: Id6036cddb51dd8dd0c9128b7212d573f630d693f
-
Felipe Leme authored
Test: cts-tradefed run commandAndExit cts-dev -m CtsAutoFillServiceTestCases -t android.autofillservice.cts.VirtualContainerActivityTest#testAppCannotFakePackageName Test: cts-tradefed run commandAndExit cts-dev -m CtsAutoFillServiceTestCases Bug: 69981710 Change-Id: Id6036cddb51dd8dd0c9128b7212d573f630d693f Merged-In: Id6036cddb51dd8dd0c9128b7212d573f630d693f
-
- Dec 06, 2017
-
-
Kevin Hufnagle authored
-
Pankaj Kanwar authored
-
- Dec 04, 2017
-
-
Etan Cohen authored
Add public equals()/hash() methods to PeerHandle. Allows the handle to be used across multiple calls/sessions. (partial cherry-pick of commit 3d33d749) (cherry-pick of commit 0d49c0dd) Bug: 68931709 Test: builds, unit test, integration test Change-Id: I87df50edb948a7afc90e496165013235ddca1e48 Merged-In: Idc59269d4275181ed6d9a793213c681dc4e98134 Merged-In: I6848acda9bfef306b8feaae6987ff18f7bc2e6ec
-
Rubin Xu authored
Change-Id: I3711119a6cbba1b697ad379a8520b73023c27edb
- Dec 02, 2017
-
-
TreeHugger Robot authored
-
- Dec 01, 2017
-
-
TreeHugger Robot authored
-
Kevin Hufnagle authored
Merge "Merge from oc-preview-docs-release: docs: Added note that INSTALL_SHORTCUT is implicit broadcast as of O." into oc-dev am: a96e5338 am: 87b5b0aa Change-Id: Iabdbdf3f19e5faa4a0e980afc4d643dad192fc62
-
Kevin Hufnagle authored
Merge "Merge from oc-preview-docs-release: docs: Added note that INSTALL_SHORTCUT is implicit broadcast as of O." into oc-dev am: a96e5338 Change-Id: Iefd97a3d8b1377dd72f3a3428c539cb029b4e0a9
-
Kevin Hufnagle authored
Merge "Merge from oc-preview-docs-release: docs: Added note that INSTALL_SHORTCUT is implicit broadcast as of O." into oc-dev
-
TreeHugger Robot authored
-
Andrew Solovay authored
-
Jon Dormody authored
Merge "Docs: Renamed ParcelFileDescritor to ParcelFileDescriptor Test: make ds-docs Bug: 1766768" into oc-dev am: ce7f1e66 am: 3ba37e1f Change-Id: Ia807c8ccd0db5b37b010f64a417fc8e105c22866
-
Jon Dormody authored
Merge "Docs: Added mention that the getSharedPreferences method is thread safe." into oc-dev am: fb839ce5 am: 728ca235 Change-Id: Ib6d81f2355ef9d902725e2e1ee1cd5337f4294ad
-
Jon Dormody authored
Merge "Docs: Renamed ParcelFileDescritor to ParcelFileDescriptor Test: make ds-docs Bug: 1766768" into oc-dev am: ce7f1e66 Change-Id: If7798db1aea1f1d6cdb42a7d25509c814a31f6ca
-
Jon Dormody authored
am: fb839ce5 Change-Id: Ic135f510c6e5ff8a9a00f2d2be1fcc0c284dd5cf
-
Jon Dormody authored
Merge "Docs: Renamed ParcelFileDescritor to ParcelFileDescriptor Test: make ds-docs Bug: 1766768" into oc-dev
-
Jon Dormody authored
-