HomeSort by relevance Sort by last modified time
    Searched full:bundle (Results 51 - 75 of 5506) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/base/mac/
bundle_locations.h 29 // - "Outer Bundle" - This is the main bundle for Chrome; it's what
32 // - "Main Bundle" - This is the bundle from which Chrome was launched.
33 // This will be the same as the outer bundle except when Chrome is launched
35 // bundle rather than the main Chrome bundle.
37 // - "Framework Bundle" - This is the bundle corresponding to the Chrome
41 // - To access a resource, the Framework bundle should be used
    [all...]
  /external/chromium/base/
native_library_mac.mm 40 CFBundleRef bundle = CFBundleCreate(kCFAllocatorDefault, url.get());
41 if (!bundle)
45 native_lib->type = BUNDLE;
46 native_lib->bundle = bundle;
47 native_lib->bundle_resource_ref = CFBundleOpenBundleResourceMap(bundle);
53 if (library->type == BUNDLE) {
54 CFBundleCloseBundleResourceMap(library->bundle,
56 CFRelease(library->bundle);
66 if (library->type == BUNDLE) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
FeedbackFragment.java 20 import android.os.Bundle;
50 Bundle savedInstanceState) {
69 final Bundle bundle = getActivity().getIntent().getExtras(); local
70 if (bundle != null) {
71 restoreState(bundle);
82 final Bundle bundle = new Bundle(); local
83 onSaveInstanceState(bundle);
    [all...]
  /developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/
EntryListActivity.java 3 import android.os.Bundle;
12 protected void onCreate(Bundle savedInstanceState) {
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/
EntryListActivity.java 3 import android.os.Bundle;
12 protected void onCreate(Bundle savedInstanceState) {
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
EntryListActivity.java 3 import android.os.Bundle;
12 protected void onCreate(Bundle savedInstanceState) {
  /development/tools/templates/
java_file.template 4 import android.os.Bundle;
10 public void onCreate(Bundle savedInstanceState)
  /external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
ScrollActivity.java 4 import android.os.Bundle;
12 public void onCreate(Bundle savedInstanceState) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/
MANIFEST.MF 2 Bundle-ClassPath: junit.jar
3 Bundle-Vendor: %providerName
4 Bundle-Localization: plugin
5 Bundle-RequiredExecutionEnvironment: J2SE-1.3
6 Bundle-Name: %pluginName
7 Bundle-SymbolicName: org.junit
12 Bundle-Version: 3.8.2.v3_8_2_v20100427-1100
13 Bundle-ManifestVersion: 2
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAccountManager.java 11 import android.os.Bundle;
50 public AccountManagerFuture<Bundle> getAuthToken(Account account, String authTokenType, Bundle options, Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) {
53 return new AccountManagerFuture<Bundle>() {
68 public Bundle getResult(long timeout, TimeUnit unit) throws OperationCanceledException,
70 Bundle result = new Bundle();
79 public Bundle getResult() throws OperationCanceledException,
81 Bundle result = new Bundle()
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeBroadcastReceiver.java 11 import android.os.Bundle;
33 final Bundle bundle = new Bundle(3); local
34 bundle.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true);
35 bundle.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
36 bundle.putBoolean(Mailbox.SYNC_EXTRA_ACCOUNT_ONLY, true);
37 ContentResolver.requestSync(account, EmailContent.AUTHORITY, bundle);
  /packages/experimental/PrintService2/src/foo/bar/printservice2/
SettingsActivity.java 4 import android.os.Bundle;
11 protected void onCreate(Bundle savedInstanceState) {
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
Galaxy4.java 4 import android.os.Bundle;
11 public void onCreate(Bundle savedInstanceState) {
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseField.java 4 import android.os.Bundle;
11 public void onCreate(Bundle savedInstanceState) {
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeam.java 4 import android.os.Bundle;
11 public void onCreate(Bundle savedInstanceState) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
java_file.template 4 import android.os.Bundle;
9 public void onCreate(Bundle savedInstanceState) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/
plugin.properties 3 Bundle-Vendor = The Android Open Source Project
4 Bundle-Name = Monitor
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
TestFragment.java.txt 4 import android.os.Bundle;
12 Bundle savedInstanceState) {
  /sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
Main.java 4 import android.os.Bundle;
10 public void onCreate(Bundle savedInstanceState)
  /sdk/testapps/customViewTest/mainProject/src/com/android/tests/projectwithsupport/
MyActivity.java 4 import android.os.Bundle;
10 public void onCreate(Bundle savedInstanceState)
  /sdk/testapps/gridlayoutTest/app/src/com/android/test/gridlayout/
Main.java 4 import android.os.Bundle;
10 public void onCreate(Bundle savedInstanceState)
  /sdk/testapps/jarCheckTests1/app/src/com/android/tests/projectwithsupport/
MyActivity.java 4 import android.os.Bundle;
10 public void onCreate(Bundle savedInstanceState)
  /sdk/testapps/jarCheckTests1/lib1/src/com/android/tests/libwithsupport/
MyActivity.java 4 import android.os.Bundle;
10 public void onCreate(Bundle savedInstanceState)
  /sdk/testapps/jarCheckTests1/lib2/src/com/android/tests/libwithsupport2/
MyActivity.java 4 import android.os.Bundle;
10 public void onCreate(Bundle savedInstanceState)
  /sdk/testapps/jarCheckTests2/app/src/com/android/tests/projectwithsupport/
MyActivity.java 4 import android.os.Bundle;
10 public void onCreate(Bundle savedInstanceState)

Completed in 1087 milliseconds

1 23 4 5 6 7 8 91011>>