/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/apks/install_bad_dex/ |
H A D | Android.bp | 17 // Inject bad classes.dex file. 26 "classes.dex", 29 cmd: "$(location soong_zip) -o $(genDir)/classes.dex.zip -j -f $(location classes.dex) && " + 30 "$(location merge_zips) -ignore-duplicates $(out) $(genDir)/classes.dex.zip " +
|
/aosp14/frameworks/base/location/lib/ |
H A D | README.txt | 2 containing classes required by unbundled location providers. 9 o This library can see and instantiate internal platform classes (such as 12 library because they cannot see the internal platform classes. 21 can not use internal platform classes. 23 So ideally all of these classes would be part of the public platform SDK API, 29 It wraps internal platform classes (like ProviderRequest) with a stable 30 API that does not leak the internal classes.
|
/aosp14/frameworks/base/tools/bit/ |
H A D | make.cpp | 57 for (vector<string>::const_iterator c = classes.begin(); c != classes.end(); c++) { in HasClass() 240 get_values(value, "class", &module.classes); in read_modules() 245 for (ssize_t i = module.classes.size() - 1; i >= 0; i--) { in read_modules() 246 string cl = module.classes[i]; in read_modules() 249 module.classes.erase(module.classes.begin() + i); in read_modules() 252 if (module.classes.size() == 0) { in read_modules()
|
/aosp14/frameworks/base/services/robotests/ |
H A D | README | 10 Robolectric loads some classes that it decides from versioned jars of the framework. Since we are 11 part of the framework some of our classes get loaded from these jars. This is NOT what we want, we 13 FrameworkRobolectricTestRunner, that bypasses these jars and loads certain classes from the system 16 To specify which classes to load use either @SystemLoaderClasses or @SystemLoaderPackages. In
|
/aosp14/frameworks/base/media/lib/remotedisplay/ |
H A D | README.txt | 3 containing classes required by unbundled remote display providers. 10 app statically or dynamically, the real classes are loaded from the shared 18 o This library can see and instantiate internal platform classes, but it must not 20 break clients of the library because they cannot see the internal platform classes. 29 platform classes.
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | status-bar-data-pipeline.md | 30 The classes in the data layer are `repository` instances. The classes in the 31 domain layer are `interactor` instances. The classes in the UI layer are 49 into something consumable by the ViewModel classes. For example, 62 `applyMobileState` mechanism that existed in the `IconManager` classes of the 66 Any new fields added to the ViewModel classes need to be equivalently bound to 81 connections, and multiple instances of child classes that manage information for 86 list of child `MobileConnectionRepository` classes. `MobileConnectionRepository` 98 The new pipeline completely replaces these classes: 108 Any customizations in any of these classes will need to be migrated to the new 145 1. In the domain layer (`interactor` classes), either use this new flow to [all …]
|
H A D | plugins.md | 16 All interfaces need to be independent and not reference classes from SysUI. They should be placed … 19 …ddition of a new method that doesn’t have a default implementation. All classes that are in the p… 99 …agged with an annotation to declare its dependency on each of the plugin classes it depends on. T… 133 … in SysUI like the rest of the plugin, so it cannot reference any of the classes from SystemUIPlug… 178 To be able to implement a plugin, you’ll need a jar file that contains the plugin classes for compi… 218 …sloader is a special classloader based on SysUI’s that only includes the classes within the packag… 222 …gins to include any classes they want without worrying about collisions with SysUI. Plugins can i… 228 … and tries to determine the plugin that caused the crash. If any of the classes in the stack trac…
|
/aosp14/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
H A D | Utils.java | 31 String[] classes = classList.split(","); in getTargetsFromLegacyJackConfig() local 35 int total = classes.length; in getTargetsFromLegacyJackConfig() 42 config.add(new LockTarget(classes[i], requests[i], resets[i])); in getTargetsFromLegacyJackConfig()
|
/aosp14/frameworks/base/media/lib/tvremote/ |
H A D | README.txt | 2 containing classes required by unbundled atv remote providers. 9 o This library can see and instantiate internal platform classes, but it must not 11 break clients of the library because they cannot see the internal platform classes. 20 platform classes.
|
/aosp14/frameworks/base/media/lib/signer/ |
H A D | README.txt | 3 containing classes required by unbundled apps running on devices that use 12 app statically or dynamically, the real classes are loaded from the shared 20 o This library can see and instantiate internal platform classes, but it must not 22 break clients of the library because they cannot see the internal platform classes. 30 Unbundled apps cannot use internal platform classes.
|
/aosp14/frameworks/base/config/ |
H A D | README.md | 10 * preloaded-classes: classes that will be allocated in the boot image, and 12 * preloaded-classes-denylist: Classes that should not be initialized in the
|
H A D | OWNERS | 6 per-file generate-preloaded-classes.sh = islamelbanna@google.com, ngeoffray@google.com, vmarko@goog… 7 per-file preloaded-classes* = islamelbanna@google.com, ngeoffray@google.com, vmarko@google.com
|
H A D | Android.bp | 33 name: "preloaded-classes-denylist", 34 srcs: ["preloaded-classes-denylist"],
|
/aosp14/frameworks/base/packages/SystemUI/checks/ |
H A D | Android.bp | 58 // lint bundles in some classes that were built with older versions 60 // all classes in the jar to look for tests, it crashes loading them. 61 // Exclude these classes from tradefed's search.
|
/aosp14/frameworks/base/tools/lint/framework/ |
H A D | Android.bp | 51 // lint bundles in some classes that were built with older versions 53 // all classes in the jar to look for tests, it crashes loading them. 54 // Exclude these classes from tradefed's search.
|
/aosp14/frameworks/base/test-base/src/junit/framework/ |
H A D | TestSuite.java | 177 public TestSuite (Class<?>... classes) { 178 for (Class<?> each : classes) 193 public TestSuite(Class<? extends TestCase>[] classes, String name) { 194 this(classes);
|
/aosp14/frameworks/base/packages/SystemUI/plugin/ |
H A D | update_plugin_lib.sh | 8 …ES/framework_intermediates/classes.jar:$ANDROID_BUILD_TOP/out/target/common/obj/JAVA_LIBRARIES/cor…
|
/aosp14/frameworks/base/tools/lint/global/ |
H A D | Android.bp | 52 // lint bundles in some classes that were built with older versions 54 // all classes in the jar to look for tests, it crashes loading them. 55 // Exclude these classes from tradefed's search.
|
/aosp14/frameworks/base/test-base/ |
H A D | Android.bp | 19 // This contains the junit.framework and android.test classes that were in 21 // Also contains the com.android.internal.util.Predicate[s] classes. 101 // This contains the android.test classes from android.test.base plus 102 // the com.android.internal.util.Predicate[s] classes.
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/ |
H A D | README.md | 28 * The `ChipStateSender` and `ChipStateReceiver` classes are enums that describe all the possible 31 * The `ChipSenderInfo` and `ChipReceiverInfo` classes are simple data classes that contain all the 34 * The `MediaTttChipControllerSender` and `MediaTttChipControllerReceiver` classes are responsible
|
/aosp14/frameworks/base/apex/jobscheduler/ |
H A D | README_js-mainline.md | 5 - JS service side classes are put in `service-jobscheduler.jar`. 12 - JS framework side classes are put in `framework-jobscheduler.jar`,
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | MessageUtils.java | 52 public static SparseArray<String> findMessageNames(Class[] classes, String[] prefixes) { in findMessageNames() argument 54 for (Class c : classes) { in findMessageNames()
|
/aosp14/frameworks/base/apex/jobscheduler/service/ |
H A D | jarjar-rules.txt | 1 # Rename all com.android.internal.util classes to prevent class name collisions 2 # between this module and the other versions of the utility classes linked into
|
/aosp14/frameworks/base/packages/CarrierDefaultApp/ |
H A D | proguard.flags | 1 # Keep classes and methods that have the @JavascriptInterface annotation
|
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | FileInfo.kt | 68 val classes = fileAst.types regex 73 val mainClass = classes.find { it.nameAsString == file.nameWithoutExtension }!! 76 val classBounds: List<ClassBounds> = classes.map { ast ->
|