/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) {
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/ |
ConfirmCredentialsTx.java | 4 import android.os.Bundle; 25 public final Bundle options; 26 public final Bundle result; 36 Bundle options, 37 Bundle result) {
|
/external/icu/icu4c/source/io/ |
locbund.cpp | 103 u_locbund_clone(const ULocaleBundle *bundle) 112 result->fLocale = (char*) uprv_malloc(strlen(bundle->fLocale) + 1); 118 strcpy(result->fLocale, bundle->fLocale ); 123 result->fNumberFormat[styleIdx] = unum_clone(bundle->fNumberFormat[styleIdx], &status); 132 result->fDateFormat = (bundle->fDateFormat == 0 ? 0 : 133 udat_clone(bundle->fDateFormat, &status)); 134 result->fTimeFormat = (bundle->fTimeFormat == 0 ? 0 : 135 udat_clone(bundle->fTimeFormat, &status)); 141 u_locbund_close(ULocaleBundle *bundle) 145 uprv_free(bundle->fLocale) [all...] |
/external/slf4j/log4j-over-slf4j/src/main/resources/META-INF/ |
MANIFEST.MF | 2 Bundle-ManifestVersion: 2 3 Bundle-SymbolicName: log4j.over.slf4j 4 Bundle-Name: log4j-over-slf4j 5 Bundle-Vendor: SLF4J.ORG 6 Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
/external/slf4j/slf4j-ext/src/main/resources/META-INF/ |
MANIFEST.MF | 2 Bundle-ManifestVersion: 2 3 Bundle-SymbolicName: slf4j.ext 4 Bundle-Name: slf4j-ext 5 Bundle-Vendor: SLF4J.ORG 6 Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
/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...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
ActivityTransitionBitmapHelper.java | 20 import android.os.Bundle; 40 sPutBinder = Bundle.class.getDeclaredMethod("putBinder", String.class, IBinder.class); 45 sGetBinder = Bundle.class.getDeclaredMethod("getBinder", String.class); 51 public static Bitmap getBitmapFromBinderBundle(Bundle bundle) { 52 if (bundle.containsKey(EXTRA_BINDER)) { 58 binder = (IBinder) sGetBinder.invoke(bundle, EXTRA_BINDER); 79 public static Bundle bitmapAsBinderBundle(Bitmap bitmap) { 81 Bundle bundle = new Bundle() local [all...] |
/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);
|
/frameworks/support/v4/jellybean/android/support/v4/app/ |
NotificationCompatJellybean.java | 23 import android.os.Bundle; 45 // Bundle keys for storing action fields in a bundle 67 private final Bundle mExtras; 68 private List<Bundle> mActionExtrasList = new ArrayList<Bundle>(); 76 Bundle extras, String groupKey, boolean groupSummary, String sortKey) { 102 mExtras = new Bundle(); 136 Bundle extras = getExtras(notif); 137 Bundle mergeBundle = new Bundle(mExtras) 381 Bundle bundle = new Bundle(); local [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
ResultReceiverTest.java | 19 import android.os.Bundle; 32 Bundle bundle = new Bundle(); local 34 sender.send(resultCode, bundle); 37 assertSame(bundle, sender.getResultData()); 51 private Bundle mResultData; 59 protected void onReceiveResult(int resultCode, Bundle resultData) { 65 public Bundle getResultData() {
|
/frameworks/support/v4/donut/android/support/v4/app/ |
BundleCompatDonut.java | 19 import android.os.Bundle; 38 public static IBinder getBinder(Bundle bundle, String key) { 41 sGetIBinderMethod = Bundle.class.getMethod("getIBinder", String.class); 51 return (IBinder) sGetIBinderMethod.invoke(bundle, key); 61 public static void putBinder(Bundle bundle, String key, IBinder binder) { 65 Bundle.class.getMethod("putIBinder", String.class, IBinder.class); 75 sPutIBinderMethod.invoke(bundle, key, binder);
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/META-INF/ |
MANIFEST.MF | 4 Bundle-Localization: fragment
5 Fragment-Host: org.eclipse.equinox.registry;bundle-version="[3.5.0,3.6
7 Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3
9 Bundle-SymbolicName: org.eclipse.core.runtime.compatibility.registry
14 Bundle-Version: 3.5.200.v20130514-1256
16 Bundle-ClassPath: runtime_registry_compatibility.jar
18 Bundle-Vendor: %providerName
19 Bundle-Name: %fragmentName
23 Bundle-ManifestVersion: 2
|