summaryrefslogtreecommitdiffstats
path: root/services/core/java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Don't leak windows on removal with dummy animations" into mnc-devAndroid (Google) Code Review2015-06-042-5/+16
|\
| * Don't leak windows on removal with dummy animationsStefan Kuhne2015-06-042-5/+16
* | Merge "More API changes." into mnc-devDianne Hackborn2015-06-041-2/+2
|\ \
| * | More API changes.Dianne Hackborn2015-06-021-2/+2
* | | Merge "Revive ConnectivityServiceTest and add some tests." into mnc-devPaul Jensen2015-06-042-5/+20
|\ \ \
| * | | Revive ConnectivityServiceTest and add some tests.Paul Jensen2015-06-042-5/+20
* | | | Don't compile all splits when installing one.Narayan Kamath2015-06-042-8/+97
* | | | Merge "Include InputMethodSubtypeSwitchingController in state dump." into mnc...Yohei Yukawa2015-06-041-0/+2
|\ \ \ \
| * | | | Include InputMethodSubtypeSwitchingController in state dump.Yohei Yukawa2015-06-041-0/+2
* | | | | Merge "Show more logs when switching users and IMMS#DEBUG==true." into mnc-devYohei Yukawa2015-06-041-3/+10
|\ \ \ \ \ | |/ / / /
| * | | | Show more logs when switching users and IMMS#DEBUG==true.Yohei Yukawa2015-06-031-3/+10
* | | | | Merge "Disable mDefaultDns to see if we can remove it." into mnc-devLorenzo Colitti2015-06-041-4/+6
|\ \ \ \ \
| * | | | | Disable mDefaultDns to see if we can remove it.Lorenzo Colitti2015-05-201-4/+6
* | | | | | Be more conservative about initial keyguard stateAdrian Roos2015-06-041-4/+5
* | | | | | Merge "Wait for KEY_SLEEP UP event before calling goToSleep()" into mnc-devNick Vaccaro2015-06-041-8/+15
|\ \ \ \ \ \
| * | | | | | Wait for KEY_SLEEP UP event before calling goToSleep()Nick Vaccaro2015-05-151-8/+15
* | | | | | | Merge "Allow packagemanager checks for secondary user packages" into mnc-devAmith Yamasani2015-06-041-4/+10
|\ \ \ \ \ \ \
| * | | | | | | Allow packagemanager checks for secondary user packagesAmith Yamasani2015-06-031-4/+10
* | | | | | | | Merge "Fixed outOfBoundsException when logging discarded receiver." into mnc-devWale Ogunwale2015-06-041-10/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed outOfBoundsException when logging discarded receiver.Wale Ogunwale2015-06-031-10/+8
* | | | | | | | | Prevent windows below the keyguard from showingAdrian Roos2015-06-032-4/+18
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Lower the priority of the LazyTaskWriter thread.Riley Andrews2015-06-031-0/+2
| |/ / / / / / |/| | | | | |
* | | | | | | Merge "Zen: Mute alarm (vibrations) in total silence." into mnc-devJohn Spurlock2015-06-031-1/+6
|\ \ \ \ \ \ \
| * | | | | | | Zen: Mute alarm (vibrations) in total silence.John Spurlock2015-06-031-1/+6
* | | | | | | | Merge "Audio policy: setting explicit non-zero volume unmutes the stream." in...John Spurlock2015-06-031-2/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Audio policy: setting explicit non-zero volume unmutes the stream.John Spurlock2015-06-031-2/+5
| |/ / / / / /
* | | | | | | Delete unsed mDnsLock.Erik Kline2015-06-031-1/+0
* | | | | | | Merge changes I9b96cdcf,Ib4b29a7f into mnc-devLorenzo Colitti2015-06-032-24/+38
|\ \ \ \ \ \ \
| * | | | | | | Make the dumpsys connectivity shorter and easier to read.Lorenzo Colitti2015-06-032-24/+38
* | | | | | | | Merge "[LockSettings] migrate patterns to be indexed at '1'" into mnc-devAndres Morales2015-06-032-7/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | [LockSettings] migrate patterns to be indexed at '1'Andres Morales2015-06-022-7/+51
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge "Make sure starting windows only draw once" into mnc-devJorim Jaggi2015-06-021-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Make sure starting windows only draw onceJorim Jaggi2015-06-021-1/+2
* | | | | | | | | Merge "Add API to hint whether to show on-board UI before a permission reques...Svetoslav2015-06-021-0/+40
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Add API to hint whether to show on-board UI before a permission request.Svetoslav2015-06-021-0/+40
* | | | | | | | | Merge "Temporarily whitelist an app for network during doze" into mnc-devAmith Yamasani2015-06-023-19/+247
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Temporarily whitelist an app for network during dozeAmith Yamasani2015-06-023-19/+247
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "Fix the NPE when checking mRebootReason" into mnc-devTao Bao2015-06-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix the NPE when checking mRebootReasonTao Bao2015-06-021-1/+1
* | | | | | | | | Merge "Fix calls to Rect.intersect(Rect) in package com.android.server.wm" in...Doris Liu2015-06-024-5/+19
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix calls to Rect.intersect(Rect) in package com.android.server.wmDoris Liu2015-06-014-5/+19
* | | | | | | | | Merge "Make CameraService proxy retry behavior more lenient." into mnc-devRuben Brunk2015-06-021-9/+54
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make CameraService proxy retry behavior more lenient.Ruben Brunk2015-06-021-9/+54
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge "Enabled WMS.DEBUG_STARTING_WINDOW" into mnc-devWale Ogunwale2015-06-021-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Enabled WMS.DEBUG_STARTING_WINDOWWale Ogunwale2015-06-021-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge "Should reset mDismissKeyguard on keyguard secure change" into mnc-devOlawale Ogunwale2015-06-021-2/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Should reset mDismissKeyguard on keyguard secure changetingna_sung2015-06-011-2/+11
* | | | | | | | | Merge "Fix null pointer dereference when security exception occurs" into mnc-devOlawale Ogunwale2015-06-021-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix null pointer dereference when security exception occursChristopher Desjardins2015-06-011-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge "WindowManagerService not propagating X and Y steps" into mnc-devOlawale Ogunwale2015-06-021-0/+10
|\ \ \ \ \ \ \ \ \