/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | Bundle.java | 51 public final class Bundle extends BaseBundle implements Cloneable, Parcelable { class 147 public Bundle() { in Bundle() method in Bundle 161 public Bundle(Parcel parcelledData) { in Bundle() method in Bundle 174 public Bundle(Parcel parcelledData, int length) { in Bundle() method in Bundle 187 Bundle(Bundle from, boolean deep) { in Bundle() method in Bundle 214 public Bundle(ClassLoader loader) { in Bundle() method in Bundle 225 public Bundle(int capacity) { in Bundle() method in Bundle 239 public Bundle(Bundle b) { in Bundle() method in Bundle 251 public Bundle(PersistableBundle b) { in Bundle() method in Bundle
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/demo/ |
H A D | DemoModeWifiDataSource.kt | 46 private fun Bundle.toWifiEvent(): FakeWifiEventModel? { in <lambda>() method 55 private fun Bundle.activeWifiEvent(): FakeWifiEventModel.Wifi { in <lambda>() method 71 private fun Bundle.carrierMergedWifiEvent(): FakeWifiEventModel.CarrierMerged { in <lambda>() method
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayAreaPolicyBuilder.java | 187 BiFunction<Integer, Bundle, RootDisplayArea> selectRootForWindowFunc) { in setSelectRootForWindowFunc() argument 197 Function<Bundle, TaskDisplayArea> selectTaskDisplayAreaFunc) { in setSelectTaskDisplayAreaFunc() 820 BiFunction<Integer, Bundle, RootDisplayArea> selectRootForWindowFunc, in Result() argument 821 Function<Bundle, TaskDisplayArea> selectTaskDisplayAreaFunc) { in Result()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageMonitorCallbackHelper.java | 144 public void notifyPackageMonitor(String action, String pkg, Bundle extras, in notifyPackageMonitor() argument 204 private void doNotifyCallbacksByAction(String action, String pkg, Bundle extras, int[] userIds, in doNotifyCallbacksByAction() argument 227 BiFunction<Integer, Bundle, Bundle> filterExtrasFunction) { in doNotifyCallbacks() argument
|
H A D | BroadcastHelper.java | 115 @Nullable BiFunction<Integer, Bundle, Bundle> filterExtrasForReceiver, in sendPackageBroadcastWithIntent() argument 124 void sendPackageBroadcast(final String action, final String pkg, final Bundle extras, in sendPackageBroadcast() argument 164 @Nullable Bundle extras, in doSendBroadcast() argument 202 @Nullable BiFunction<Integer, Bundle, Bundle> filterExtrasForReceiver, in broadcastIntent() argument 1260 @Nullable Bundle extras, in notifyPackageMonitor() argument
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/ |
H A D | DemoModeMobileConnectionDataSource.kt | 58 private fun Bundle.toMobileEvent(): FakeNetworkEventModel? { in <lambda>() method 68 private fun Bundle.activeMobileEvent(): Mobile { in <lambda>() method
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 143 CallInst::BundleOpInfo* Bundle = getBundleFromUse(U); in getKnowledgeFromUse() local 182 CallInst::BundleOpInfo* Bundle = getBundleFromUse(&U); in getKnowledgeForValue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 354 LiveBundle &Bundle = in runOnMachineFunction() local 511 const LiveBundle &Bundle = in setupBlockStack() local 551 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 354 LiveBundle &Bundle = in runOnMachineFunction() local 513 const LiveBundle &Bundle = in setupBlockStack() local 553 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack() local
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/ |
D | SdkSandboxManager.java | 622 @NonNull OutcomeReceiver<Bundle, RequestSurfacePackageException> receiver) { in requestSurfacePackage() 908 OutcomeReceiver<Bundle, RequestSurfacePackageException> receiver, in RequestSurfacePackageReceiverProxy()
|
/aosp_15_r20/frameworks/base/errorprone/tests/res/android/os/ |
H A D | Bundle.java | 19 public class Bundle { class
|
/aosp_15_r20/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/androidstubs/core/ |
H A D | Bundle.java | 27 public class Bundle {} class
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BroadcastRecordTest.java | 1127 Intent intent, BiFunction<Integer, Bundle, Bundle> filterExtrasForReceiver, in createBroadcastRecord() argument 1134 Intent intent, BiFunction<Integer, Bundle, Bundle> filterExtrasForReceiver, in createBroadcastRecord() argument
|
/aosp_15_r20/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/utils/ |
H A D | NavigationExtensions.kt | 7 fun Bundle.getBase64String(key: String) = String(Base64.decode(getString(key), Base64.DEFAULT), Sta… method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | EdgeBundles.h | 47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | EdgeBundles.h | 47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | EdgeBundles.h | 47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | EdgeBundles.h | 49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | EdgeBundles.h | 48 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | EdgeBundles.h | 47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | EdgeBundles.h | 47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.h | 43 const MCInst *Bundle = nullptr; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.h | 43 const MCInst *Bundle = nullptr; member
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | TextOutput.h | 40 inline explicit Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } in Bundle() function
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/ |
D | TextOutput.h | 40 inline explicit Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } in Bundle() function
|