/sdk/testapps/jarCheckTests2/lib1/src/com/android/tests/libwithsupport/ |
MyActivity.java | 4 import android.os.Bundle; 10 public void onCreate(Bundle savedInstanceState)
|
/sdk/testapps/jarCheckTests2/lib2/src/com/android/tests/libwithsupport2/ |
MyActivity.java | 4 import android.os.Bundle; 10 public void onCreate(Bundle savedInstanceState)
|
/sdk/testapps/jarCheckTests3/app/src/com/android/tests/projectwithsupport/ |
MyActivity.java | 4 import android.os.Bundle; 10 public void onCreate(Bundle savedInstanceState)
|
/sdk/testapps/jarCheckTests3/lib1/src/com/android/tests/libwithsupport/ |
MyActivity.java | 4 import android.os.Bundle; 10 public void onCreate(Bundle savedInstanceState)
|
/sdk/testapps/jarCheckTests3/lib2/src/com/android/tests/libwithsupport2/ |
MyActivity.java | 4 import android.os.Bundle; 10 public void onCreate(Bundle savedInstanceState)
|
/sdk/testapps/javaProjectTest/lib1/src/com/android/tests/javaprojecttest/lib1/ |
Main.java | 4 import android.os.Bundle; 10 public void onCreate(Bundle savedInstanceState)
|
/sdk/testapps/javaProjectTest/lib2/src/com/android/tests/javaprojecttest/lib2/ |
Main.java | 4 import android.os.Bundle; 10 public void onCreate(Bundle savedInstanceState)
|
/sdk/testapps/libsAndJarTest/lib2/src/com/android/tests/javaprojecttest/lib2/ |
Main.java | 4 import android.os.Bundle; 10 public void onCreate(Bundle savedInstanceState)
|
/sdk/testapps/libsTest/lib2/src/com/android/tests/libstest/lib2/ |
MainActivity.java | 4 import android.os.Bundle; 9 public void onCreate(Bundle savedInstanceState) {
|
/sdk/testapps/testProjectTest/lib/src/com/android/tests/testprojecttest/lib/ |
LibActivity.java | 4 import android.os.Bundle; 9 public void onCreate(Bundle savedInstanceState) {
|
/external/chromium_org/chrome/app/ |
chrome_main_mac.h | 16 // Sets the app bundle (base::mac::FrameworkBundle()) to the framework's bundle, 17 // and sets the base bundle ID (base::mac::BaseBundleID()) to the proper value 18 // based on the running application. The base bundle ID is the outer browser 19 // application's bundle ID even when running in a non-browser (helper)
|
/external/chromium_org/third_party/icu/source/io/ |
locbund.c | 107 u_locbund_clone(const ULocaleBundle *bundle) 116 result->fLocale = (char*) uprv_malloc(strlen(bundle->fLocale) + 1); 122 strcpy(result->fLocale, bundle->fLocale ); 127 result->fNumberFormat[styleIdx] = unum_clone(bundle->fNumberFormat[styleIdx], &status); 136 result->fDateFormat = (bundle->fDateFormat == 0 ? 0 : 137 udat_clone(bundle->fDateFormat, &status)); 138 result->fTimeFormat = (bundle->fTimeFormat == 0 ? 0 : 139 udat_clone(bundle->fTimeFormat, &status)); 145 u_locbund_close(ULocaleBundle *bundle) 149 uprv_free(bundle->fLocale) [all...] |
/external/icu4c/io/ |
locbund.cpp | 105 u_locbund_clone(const ULocaleBundle *bundle) 114 result->fLocale = (char*) uprv_malloc(strlen(bundle->fLocale) + 1); 120 strcpy(result->fLocale, bundle->fLocale ); 125 result->fNumberFormat[styleIdx] = unum_clone(bundle->fNumberFormat[styleIdx], &status); 134 result->fDateFormat = (bundle->fDateFormat == 0 ? 0 : 135 udat_clone(bundle->fDateFormat, &status)); 136 result->fTimeFormat = (bundle->fTimeFormat == 0 ? 0 : 137 udat_clone(bundle->fTimeFormat, &status)); 143 u_locbund_close(ULocaleBundle *bundle) 147 uprv_free(bundle->fLocale) [all...] |
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/ |
NoteEdit.java | 21 import android.os.Bundle; 33 protected void onCreate(Bundle savedInstanceState) { 44 Bundle extras = getIntent().getExtras(); 61 Bundle bundle = new Bundle(); 63 bundle.putString(NotesDbAdapter.KEY_TITLE, mTitleText.getText().toString()); 64 bundle.putString(NotesDbAdapter.KEY_BODY, mBodyText.getText().toString()); 66 bundle.putLong(NotesDbAdapter.KEY_ROWID, mRowId); 70 mIntent.putExtras(bundle); [all...] |
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/ |
NoteEdit.java | 21 import android.os.Bundle; 33 protected void onCreate(Bundle savedInstanceState) { 44 Bundle extras = getIntent().getExtras(); 61 Bundle bundle = new Bundle(); 63 bundle.putString(NotesDbAdapter.KEY_TITLE, mTitleText.getText().toString()); 64 bundle.putString(NotesDbAdapter.KEY_BODY, mBodyText.getText().toString()); 66 bundle.putLong(NotesDbAdapter.KEY_ROWID, mRowId); 70 mIntent.putExtras(bundle); [all...] |
/external/chromium_org/components/policy/core/common/ |
policy_bundle_unittest.cc | 61 // Returns true if |bundle| is empty. 62 bool IsEmpty(const PolicyBundle& bundle) { 63 return bundle.begin() == bundle.end(); 69 PolicyBundle bundle; local 70 EXPECT_TRUE(IsEmpty(bundle)); 72 AddTestPolicies(&bundle.Get( 74 EXPECT_FALSE(IsEmpty(bundle)); 78 EXPECT_TRUE(bundle.Get(PolicyNamespace(POLICY_DOMAIN_CHROME, 81 PolicyBundle::const_iterator it = bundle.begin() 211 PolicyBundle bundle; local [all...] |
/external/chromium_org/chrome/browser/chromeos/policy/ |
proxy_policy_provider.cc | 43 // current bundle should be served instead. This also does the right thing 45 scoped_ptr<PolicyBundle> bundle(new PolicyBundle()); 46 bundle->CopyFrom(policies()); 47 UpdatePolicy(bundle.Pass()); 54 scoped_ptr<PolicyBundle> bundle(new PolicyBundle()); 55 bundle->CopyFrom(delegate_->policies()); 56 UpdatePolicy(bundle.Pass());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/META-INF/ |
MANIFEST.MF | 4 Bundle-Vendor: %providerName 5 Bundle-Localization: launcher.gtk.linux.x86 6 Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.2 8 Bundle-Name: %pluginName 9 Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.x86;single 16 Bundle-Version: 1.1.2.R36x_v20101019_1345 17 Bundle-ManifestVersion: 2
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101019_1345/META-INF/ |
MANIFEST.MF | 4 Bundle-Vendor: %providerName 5 Bundle-Localization: launcher.win32.win32.x86 6 Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.2 8 Bundle-Name: %pluginName 9 Bundle-SymbolicName: org.eclipse.equinox.launcher.win32.win32.x86; sin 16 Bundle-Version: 1.1.2.R36x_v20101019_1345 17 Bundle-ManifestVersion: 2
|
/external/objenesis/tck-android/src/org/objenesis/tck/android/ |
TckInstrumentation.java | 21 import android.os.Bundle; 36 public void onCreate(Bundle arguments) { 47 Bundle bundle = new Bundle(); local 49 bundle.putString(Instrumentation.REPORT_KEY_STREAMRESULT, fromStdout); 50 finish(Activity.RESULT_OK, bundle);
|
/frameworks/base/core/tests/coretests/src/android/app/ |
InstrumentationTest.java | 19 import android.os.Bundle; 25 * Simple stress test for {@link Instrumentation#sendStatus(int, android.os.Bundle)}, to 30 Bundle bundle = new Bundle(); local 31 bundle.putInt("iterations", i); 32 getInstrumentation().sendStatus(-1, bundle);
|
/cts/tests/tests/os/src/android/os/cts/ |
ResultReceiverTest.java | 21 import android.os.Bundle; 33 Bundle bundle = new Bundle(); local 35 sender.send(resultCode, bundle); 38 assertSame(bundle, sender.getResultData()); 52 private Bundle mResultData; 60 protected void onReceiveResult(int resultCode, Bundle resultData) { 66 public Bundle getResultData() {
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/ |
AndroidTestSuite.java | 26 import android.os.Bundle; 40 private final Bundle mBundle; 42 AndroidTestSuite(Class<?> clazz, Bundle bundle, Instrumentation instrumentation) { 44 mBundle = bundle; 48 AndroidTestSuite(String name, Bundle bundle, Instrumentation instrumentation) { 50 mBundle = bundle; 72 Bundle getBundle() {
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
Authenticator.java | 29 import android.os.Bundle; 64 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, 65 String authTokenType, String[] requiredFeatures, Bundle options) { 69 final Bundle bundle = new Bundle(); local 70 bundle.putParcelable(AccountManager.KEY_INTENT, intent); 71 return bundle; 75 public Bundle confirmCredentials( 76 AccountAuthenticatorResponse response, Account account, Bundle options) 122 final Bundle bundle = new Bundle(); local [all...] |
/developers/build/prebuilts/gradle/SlidingTabsColors/SlidingTabsColorsSample/src/main/java/com/example/android/slidingtabscolors/ |
ContentFragment.java | 19 import android.os.Bundle; 37 * @return a new instance of {@link ContentFragment}, adding the parameters into a bundle and 42 Bundle bundle = new Bundle(); local 43 bundle.putCharSequence(KEY_TITLE, title); 44 bundle.putInt(KEY_INDICATOR_COLOR, indicatorColor); 45 bundle.putInt(KEY_DIVIDER_COLOR, dividerColor); 48 fragment.setArguments(bundle); 55 Bundle savedInstanceState) [all...] |