Home
last modified time | relevance | path

Searched refs:bundles (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/
H A DAndroid.bp18 // bundles the shared library and calls it using JNI.
/aosp14/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/
H A DAndroid.bp18 // bundles the shared library and calls it using JNI.
/aosp14/frameworks/base/core/tests/hosttests/test-apps/SharedUid/java_only/
H A DAndroid.bp18 // bundles the shared library and calls it using JNI.
/aosp14/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/
H A DAndroid.bp18 // bundles the shared library and calls it using JNI.
/aosp14/frameworks/base/packages/SystemUI/checks/
H A DAndroid.bp58 // lint bundles in some classes that were built with older versions
/aosp14/frameworks/base/tools/lint/framework/
H A DAndroid.bp51 // lint bundles in some classes that were built with older versions
/aosp14/frameworks/base/tools/lint/global/
H A DAndroid.bp52 // lint bundles in some classes that were built with older versions
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/
H A Dtsconfig.json51 …/* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, als…
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java8256 Bundle[] bundles = new Bundle[messages.size()]; in getBundleArrayForMessages() local
8263 bundles[i] = m.toBundle(); in getBundleArrayForMessages()
8265 return bundles; in getBundleArrayForMessages()
8855 public static List<Message> getMessagesFromBundleArray(@Nullable Parcelable[] bundles) { in getMessagesFromBundleArray() argument
8856 if (bundles == null) { in getMessagesFromBundleArray()
8859 List<Message> messages = new ArrayList<>(bundles.length); in getMessagesFromBundleArray()
8860 for (int i = 0; i < bundles.length; i++) { in getMessagesFromBundleArray()
8861 if (bundles[i] instanceof Bundle) { in getMessagesFromBundleArray()
8862 Message message = getMessageFromBundle((Bundle)bundles[i]); in getMessagesFromBundleArray()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...