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

1 2

  /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/include/binder/
TextOutput.h 40 class Bundle {
42 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
43 inline ~Bundle() { mTO.popBundle(); }
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
check_chromevox.py 22 from jsbundler import Bundle, CalcDeps, ReadSources
86 bundle = Bundle()
87 CalcDeps(bundle, sources, tl_files)
88 bundle.Add((sources[name] for name in tl_files))
89 ordered_paths = list(bundle.GetInPaths())
jsbundler.py 23 - bundle: a concatenation of all the files, separated by newlines is output.
25 - compressed_bundle: A bundle where non-significant whitespace, including
74 class Bundle():
193 def CalcDeps(bundle, sources, top_level):
197 bundle: Bundle to add the sources to.
208 bundle.Add(_GetBase(sources))
209 bundle.Add(deps.GetDependencies(namespaces))
254 def WriteOutput(bundle, format, out_file, dest_dir):
258 bundle: The ordered bundle iwth all sources already added
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
ApplicationRestrictionsTest.java 22 import android.os.Bundle;
51 private Bundle mReceivedRestrictions;
74 Bundle bundle0 = createBundle0();
75 Bundle bundle1 = createBundle1();
95 mDevicePolicyManager.setApplicationRestrictions(getWho(), CTS_PACKAGE, new Bundle());
99 mDevicePolicyManager.setApplicationRestrictions(getWho(), OTHER_PACKAGE, new Bundle());
107 private Bundle createBundle0() {
108 Bundle result = new Bundle();
122 private void assertBundle0(Bundle bundle)
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
manifest_util.py 27 # Valid values for bundle.stability field
31 # Valid values for bundle-recommended field.
204 class Bundle(dict):
205 """A placeholder for sdk bundle information. We derive Bundle from
209 """ Create a new bundle with the given bundle name."""
215 def MergeWithBundle(self, bundle):
216 """Merge this bundle with |bundle|
    [all...]
  /frameworks/base/tools/aapt/
Bundle.h 4 // State bundle. Used to pass around stuff like command-line args.
56 * Bundle of goodies, including everything specified on the command line.
58 class Bundle {
60 Bundle(void)
81 ~Bundle(void) {}
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 24 import android.os.Bundle;
615 Bundle bundle = Bundle.forPair(DctConstants.APN_TYPE_KEY, mApnType); local
621 msg.setData(bundle);
638 msg.setData(Bundle.forPair(DctConstants.PROVISIONING_URL_KEY, url));
652 msg.setData(Bundle.forPair(DctConstants.APN_TYPE_KEY, mApnType));
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java 33 public final class Bundle extends BaseBundle implements Cloneable, Parcelable {
34 public static final Bundle EMPTY;
38 EMPTY = new Bundle();
48 * Constructs a new, empty Bundle.
50 public Bundle() {
55 * Constructs a Bundle whose data is stored as a Parcel. The data
58 * @param parcelledData a Parcel containing a Bundle
60 Bundle(Parcel parcelledData) {
67 /* package */ Bundle(Parcel parcelledData, int length) {
75 * Constructs a new, empty Bundle that uses a specific ClassLoader fo
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 268 // Set B[i] = C for every live bundle where B[i] was NoCand.
288 /// Candidate map. Each edge bundle is assigned to a GlobalCand entry, or to
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 43 import android.os.Bundle;
425 msg.setData(Bundle.forPair(DctConstants.PROVISIONING_URL_KEY, mProvisionUrl));
    [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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 1913 milliseconds

1 2