summaryrefslogtreecommitdiff
path: root/core/java/android/app/ContextImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Cache isSystemOrSystemUI on ContextImpl creationChris Li2020-04-271-6/+14
* Remove the @hide from ContextImpl#bindServiceAsUserAlex Kershaw2020-03-291-1/+0
* Report incorrect context usage in ViewConfigurationChris Li2020-03-261-1/+3
* Rename createBaseActivityResources to createBaseTokenResourcesCharles Chen2020-03-241-3/+2
* Show class name in error messageCharles Chen2020-03-161-2/+3
* Rename featureId -> attributionTagPhilip P. Moltmann2020-03-121-72/+72
* [API Review] Expose sendOrderedBroadcastPeter Wang2020-02-261-3/+3
* Merge "Cache package and permission information"Tim Murray2020-02-211-21/+2
|\
| * Cache package and permission informationDaniel Colascione2020-02-201-21/+2
* | Handle config/display changes for WindowContextAndrii Kulian2020-02-211-1/+19
|/
* Exempt-From-Owner-Approval: Report non-visual Context misuseAndrii Kulian2020-02-201-12/+54
* Revert "Revert "Activity start: Send featureId from context->AppOpsManager""Philip P. Moltmann2020-02-121-42/+43
* Revert "Activity start: Send featureId from context->AppOpsManager"Philip P. Moltmann2020-02-101-43/+42
* Activity start: Send featureId from context->AppOpsManagerPhilip P. Moltmann2020-02-081-42/+43
* Always create application cache directories through StorageManager.Martijn Coenen2020-02-031-14/+17
* Merge changes from topic "add_bundle_to_window_context"Andrii Kulian2020-01-311-2/+2
|\
| * Add bundle options to Context#createWindowContext APIAndrii Kulian2020-01-281-2/+2
* | Fix ResourcesLoader NPERyan Mitchell2020-01-301-1/+2
* | Refactor ResourcesLoader APIsRyan Mitchell2020-01-281-9/+19
|/
* Introduce WindowContext APIAndrii Kulian2020-01-221-22/+56
* Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2019-12-301-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add the root of crates by Context.getCrateDirFelka Chang2019-12-161-0/+21
* [Telephony Mainline] Exposed sendOrderedBroadcastPeter Wang2019-11-271-0/+12
* Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+1
* System API: Context#registerReceiverForAllUsersMeng Wang2019-11-071-0/+14
* Expose Context.sendOrderedBroadcast with appopJordan Liu2019-11-011-0/+14
* Add feature contextPhilip P. Moltmann2019-10-171-26/+41
* Explicitly take flags in createContextAsUser()Makoto Onuki2019-10-141-2/+2
* Merge "Add Context.createContextAsUser()"Makoto Onuki2019-10-101-0/+9
|\
| * Add Context.createContextAsUser()Makoto Onuki2019-10-101-0/+9
* | Merge "Perform agent startup-attach before bind" am: 7ae1299cdd am: d3337c905...Alex Light2019-10-091-1/+10
|\ \ | |/ |/|
| * Perform agent startup-attach before bindAlex Light2019-10-081-1/+10
* | Create permission manager AIDLTodd Kennedy2019-07-021-3/+5
|/
* Revert "Add optional reasons why permissions were denied"Tim Murray2019-05-071-45/+19
* Add optional reasons why permissions were deniedPhilip P. Moltmann2019-05-051-19/+45
* Revert ContextImpl LoadedApk packageInfo caching workaroundWinson2019-03-291-13/+8
* Merge "Remove unnecessary called from system process warning."TreeHugger Robot2019-03-221-1/+0
|\
| * Remove unnecessary called from system process warning.Joe Onorato2019-03-211-1/+0
* | Merge "Add Context.bindService with executor parameter"TreeHugger Robot2019-03-081-15/+34
|\ \
| * | Add Context.bindService with executor parameterBo Liu2019-03-061-15/+34
| |/
* / Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-041-0/+1
|/
* Added some TestApi that are already used by CTSWale Ogunwale2019-02-211-1/+2
* Refactored Autofill properties that are optimized on application level.Felipe Leme2019-02-211-8/+7
* Optimized Content Capture workflow by caching some state at the application l...Felipe Leme2019-02-201-5/+6
* Update notification layouts when overlays change.Amin Shaikh2019-02-131-8/+13
* Test Context's opPackageName should be the target package nameMakoto Onuki2019-01-301-16/+25
* Merge "Add IMMS#showInputMethodPickerFromSystem."TreeHugger Robot2018-12-101-2/+14
|\
| * Add IMMS#showInputMethodPickerFromSystem.lumark2018-12-071-2/+14
* | Merge "Fix various issues in ordering of grouped bindings."Dianne Hackborn2018-12-061-2/+5
|\ \ | |/ |/|