HomeSort by relevance Sort by last modified time
    Searched defs:Bundle (Results 1 - 25 of 56) sorted by null

1 2 3

  /cts/tests/tests/permission/src/android/permission/cts/
NoBroadcastPackageRemovedPermissionTest.java 20 import android.os.Bundle;
58 * Handler, int, String, Bundle)
83 TEST_RECEIVER_PERMISSION, null, null, 0, "initialData", Bundle.EMPTY);
  /frameworks/native/libs/binder/include/binder/
TextOutput.h 39 class Bundle {
41 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
42 inline ~Bundle() { mTO.popBundle(); }
  /system/libhwbinder/include/hwbinder/
TextOutput.h 40 class Bundle {
42 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
43 inline ~Bundle() { mTO.popBundle(); }
  /frameworks/base/core/java/android/app/servertransaction/
PendingTransactionActions.java 24 import android.os.Bundle;
45 private Bundle mOldState;
79 public Bundle getOldState() {
83 public void setOldState(Bundle oldState) {
118 private Bundle mState;
126 public void setState(Bundle state) {
147 // Dump statistics about bundle to help developers debug
150 pw.println("Bundle stats:");
151 Bundle.dumpStats(pw, mState);
153 Bundle.dumpStats(pw, mPersistentState)
    [all...]
  /frameworks/base/core/java/android/app/slice/
SliceManager.java 36 import android.os.Bundle;
225 Bundle extras = new Bundle();
227 final Bundle res = provider.call(SliceProvider.METHOD_GET_DESCENDANTS, null, extras);
251 Bundle extras = new Bundle();
255 final Bundle res = provider.call(SliceProvider.METHOD_SLICE, null, extras);
256 Bundle.setDefusable(res, true);
313 Bundle extras = new Bundle();
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632.cpp 345 std::unique_ptr<AutoBundle> Bundle;
348 Bundle = makeUnique<AutoBundle>(this, InstBundleLock::Opt_AlignToEnd);
352 Bundle = makeUnique<AutoBundle>(this, InstBundleLock::Opt_AlignToEnd);
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 593 // instructions. The cloned call-site needs a funclet bundle operand
598 OperandBundleUse Bundle = CI->getOperandBundleAt(BundleIdx);
599 if (Bundle.getTagID() == LLVMContext::OB_funclet)
602 OpBundles.emplace_back(Bundle);
    [all...]
  /frameworks/base/tools/aapt/
Bundle.h 4 // State bundle. Used to pass around stuff like command-line args.
45 * Bundle of goodies, including everything specified on the command line.
47 class Bundle {
49 Bundle(void)
74 ~Bundle(void) {}
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 19 // block to rearrange the live registers to match the outgoing bundle.
122 // The edge bundle analysis provides indices into the LiveBundles vector.
361 // Update MBB ingoing bundle mask.
469 // Get the live-in bundle for MBB.
470 const LiveBundle &Bundle =
473 if (!Bundle.Mask) {
479 assert(Bundle.isFixed() && "Reached block before any predecessors");
482 for (unsigned i = Bundle.FixCount; i > 0; --i) {
485 << unsigned(Bundle.FixStack[i-1]) << '\n');
486 pushReg(Bundle.FixStack[i-1])
    [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java 38 import android.os.Bundle;
210 @Nullable Bundle queryArgs, @Nullable ICancellationSignal cancellationSignal) {
396 public Bundle call(
397 String callingPkg, String method, @Nullable String arg, @Nullable Bundle extras) {
398 Bundle.setDefusable(extras, true);
416 Bundle opts, ICancellationSignal cancellationSignal) throws FileNotFoundException {
417 Bundle.setDefusable(opts, true);
468 public boolean refresh(String callingPkg, Uri uri, Bundle args,
    [all...]
ContentResolver.java 39 import android.os.Bundle;
84 * {@link #requestSync(android.accounts.Account, String, android.os.Bundle)}
172 * This extra is "virtual". Once passed to the system server, it'll be removed from the bundle.
198 * @see #openTypedAssetFileDescriptor(Uri, String, Bundle)
199 * @see #openTypedAssetFileDescriptor(Uri, String, Bundle,
213 * Key for an SQL style selection string that may be present in the query Bundle argument
214 * passed to {@link ContentProvider#query(Uri, String[], Bundle, CancellationSignal)}
250 * Key for an SQL style sort string that may be present in the query Bundle argument
251 * passed to {@link ContentProvider#query(Uri, String[], Bundle, CancellationSignal)}
268 * supplied to {@link ContentResolver#query(Uri, String[], Bundle, CancellationSignal)}
2888 final Bundle bundle = getContentService().getCache(mContext.getPackageName(), key, local
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java 37 public final class Bundle extends BaseBundle implements Cloneable, Parcelable {
47 public static final Bundle EMPTY;
53 public static final Bundle STRIPPED;
56 EMPTY = new Bundle();
59 STRIPPED = new Bundle();
64 * Constructs a new, empty Bundle.
66 public Bundle() {
72 * Constructs a Bundle whose data is stored as a Parcel. The data
75 * @param parcelledData a Parcel containing a Bundle
80 public Bundle(Parcel parcelledData)
390 Bundle bundle = this; local
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java 41 import android.os.Bundle;
92 private Bundle mBundle = new Bundle();
348 mMmTelListener.onIncomingCall(mock(IImsCallSession.class), Bundle.EMPTY);
421 any(Bundle.class), any(ImsCall.Listener.class));
426 mMmTelListener.onIncomingCall(mock(IImsCallSession.class), Bundle.EMPTY);
586 any(Bundle.class), any(ImsCall.Listener.class));
587 mMmTelListener.onIncomingCall(mock(IImsCallSession.class), Bundle.EMPTY);
703 PersistableBundle bundle = new PersistableBundle(); local
704 bundle.putBoolean(CarrierConfigManager.KEY_NOTIFY_HANDOVER_VIDEO_FROM_LTE_TO_WIFI_BOOL
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 283 // Set B[i] = C for every live bundle where B[i] was NoCand.
303 /// Candidate map. Each edge bundle is assigned to a GlobalCand entry, or to
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java 48 import android.os.Bundle;
144 private final SparseArray<ArrayMap<String, ArrayMap<Pair<String, Uri>, Bundle>>>
507 public void requestSync(Account account, String authority, Bundle extras) {
508 Bundle.setDefusable(extras, true);
564 final Bundle extras = request.getBundle();
669 Bundle extras = new Bundle(request.getBundle());
800 public void addPeriodicSync(Account account, String authority, Bundle extras,
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 24 import android.os.Bundle;
451 Bundle connectionExtras = parcelableConference.getExtras();
659 public void putExtras(String callId, Bundle extras, Session.Info sessionInfo) {
664 Bundle.setDefusable(extras, true);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 424 /// the bundle
565 /// instruction bundle (= a group of instructions which is combined into a
592 /// Returns true for single instructions and for bundle representatives
593 /// (= the head of a bundle).
596 /// Returns true if it represents an instruction bundle and not only a
611 /// the whole bundle.
648 /// Points to the head in an instruction bundle (and always to this for
652 /// Single linked list of all instructions in a bundle. Null if it is a
679 /// instructions. As soon as this is zero, the instruction/bundle gets ready
684 /// The sum of UnscheduledDeps in a bundle. Equals to UnscheduledDeps fo
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 71 import android.os.Bundle;
461 Bundle extras, Map packageToVisibility) {
462 Bundle.setDefusable(extras, true);
2761 Bundle bundle = new Bundle(); local
2939 Bundle bundle = new Bundle(); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 47 import android.os.Bundle;
371 private void onDataReconnect(Bundle bundle) {
372 String reason = bundle.getString(INTENT_RECONNECT_ALARM_EXTRA_REASON);
373 String apnType = bundle.getString(INTENT_RECONNECT_ALARM_EXTRA_TYPE);
376 int currSubId = bundle.getInt(PhoneConstants.SUBSCRIPTION_KEY,
2201 PersistableBundle bundle = configManager.getConfig(); local
3868 Bundle bundle = msg.getData(); local
3920 Bundle bundle = msg.getData(); local
3967 Bundle bundle = msg.getData(); local
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 52 import android.os.Bundle;
7347 Bundle bundle = new Bundle(); local
9468 Bundle bundle = notif.extras == null ? local
9486 Bundle bundle = new Bundle(); local
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 322 import android.os.Bundle;
2283 Bundle bundle = (Bundle)msg.obj; local
6902 Bundle bundle = new Bundle(); local
17895 Bundle bundle = intents.get(i).getExtras(); local
    [all...]

Completed in 986 milliseconds

1 2 3