HomeSort by relevance Sort by last modified time
    Searched full:bundle (Results 251 - 275 of 7390) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/transition/src/android/transition/cts/
TransitionActivity.java 28 import android.os.Bundle;
38 public void onCreate(Bundle bundle){
39 super.onCreate(bundle);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentActivity.java 6 import android.os.Bundle;
15 public void onCreate(Bundle savedInstanceState) {
18 Bundle extras = getIntent().getExtras();
44 protected void onSaveInstanceState(Bundle outState) {
  /external/jetty/lib/
slf4j-jdk14-1.6.1.pom 58 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
59 <Bundle-Description>${project.description}</Bundle-Description>
  /external/slf4j/jcl-over-slf4j/
pom.xml 51 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
52 <Bundle-Description>${project.description}</Bundle-Description>
  /external/slf4j/log4j-over-slf4j/
pom.xml 51 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
52 <Bundle-Description>${project.description}</Bundle-Description>
  /external/slf4j/osgi-over-slf4j/
pom.xml 14 <packaging>bundle</packaging>
47 <artifactId>maven-bundle-plugin</artifactId>
53 <Bundle-Activator>org.slf4j.osgi.logservice.impl.Activator</Bundle-Activator>
  /external/slf4j/slf4j-jcl/
pom.xml 41 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
42 <Bundle-Description>${project.description}</Bundle-Description>
  /external/slf4j/slf4j-jdk14/
pom.xml 45 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
46 <Bundle-Description>${project.description}</Bundle-Description>
  /external/slf4j/slf4j-log4j12/
pom.xml 42 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
43 <Bundle-Description>${project.description}</Bundle-Description>
  /external/slf4j/slf4j-nop/
pom.xml 38 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
39 <Bundle-Description>${project.description}</Bundle-Description>
  /external/slf4j/slf4j-simple/
pom.xml 34 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
35 <Bundle-Description>${project.description}</Bundle-Description>
  /frameworks/base/core/java/android/content/pm/
IPackageInstallObserver2.aidl 20 import android.os.Bundle;
32 * indicating success or failure. In certain cases the {@code extras} Bundle will
38 * <td>Two strings are provided in the extras bundle: EXTRA_EXISTING_PERMISSION
45 void onPackageInstalled(String basePackageName, int returnCode, String msg, in Bundle extras);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
TestedActivity.java 24 import android.os.Bundle;
32 public void onCreate(Bundle icicle)
37 protected void onRestoreInstanceState(Bundle state)
48 protected void onSaveInstanceState(Bundle outState)
  /packages/apps/Email/provider_src/com/android/email/service/
AuthenticatorService.java 32 import android.os.Bundle;
56 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType,
57 String authTokenType, String[] requiredFeatures, Bundle options)
67 // app UI; we simply create the account and return the proper bundle
102 Bundle b = new Bundle();
110 Bundle b = new Bundle();
121 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account,
122 Bundle options)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCredentials.java 6 import android.os.Bundle;
29 public void onCreate(final Bundle savedInstanceState) {
51 public void onCredentialsComplete(Bundle results) {
62 final Bundle results = fragment.getCredentialResults();
  /packages/apps/Messaging/src/com/android/messaging/ui/
LicenseActivity.java 20 import android.os.Bundle;
29 public void onCreate(final Bundle bundle) {
30 super.onCreate(bundle);
  /packages/services/Telephony/src/com/android/phone/
GsmUmtsCallForwardOptions.java 10 import android.os.Bundle;
46 private Bundle mIcicle;
51 protected void onCreate(Bundle icicle) {
103 Bundle bundle = mIcicle.getParcelable(pref.getKey()); local
104 pref.setToggled(bundle.getBoolean(KEY_TOGGLE));
106 cf.number = bundle.getString(KEY_NUMBER);
107 cf.status = bundle.getInt(KEY_STATUS);
118 protected void onSaveInstanceState(Bundle outState) {
122 Bundle bundle = new Bundle() local
128 outState.putParcelable(pref.getKey(), bundle); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-simple/1.7.2/
slf4j-simple-1.7.2.pom 35 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
36 <Bundle-Description>${project.description}</Bundle-Description>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
fragmentlayout-expected-navigate13.txt 9 Bundle savedInstanceState) {
fragmentlayout-expected-navigate14.txt 9 Bundle savedInstanceState) {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothInstrumentation.java 21 import android.os.Bundle;
31 private Bundle mArgs = null;
32 private Bundle mSuccessResult = null;
51 public void onCreate(Bundle arguments) {
55 mSuccessResult = new Bundle();
125 public void finish(Bundle result) {
127 result = new Bundle();
  /frameworks/base/core/tests/coretests/src/android/content/
RestrictionsManagerTest.java 18 import android.os.Bundle;
68 Bundle bundle = RestrictionsManager.convertRestrictionsToBundle(manifestRestrictions); local
69 assertEquals(6, bundle.size());
70 Bundle childBundle = bundle.getBundle("bundle_key");
73 Parcelable[] childBundleArray = bundle.getParcelableArray("bundle_array_key");
  /frameworks/base/media/java/android/media/session/
ISessionController.aidl 28 import android.os.Bundle;
39 void sendCommand(String command, in Bundle args, in ResultReceiver cb);
54 void playFromMediaId(String mediaId, in Bundle extras);
55 void playFromSearch(String string, in Bundle extras);
56 void playFromUri(in Uri uri, in Bundle extras);
66 void sendCustomAction(String action, in Bundle args);
71 Bundle getExtras();
  /frameworks/support/v4/java/android/support/v4/media/session/
IMediaSession.aidl 26 import android.os.Bundle;
36 void sendCommand(String command, in Bundle args, in MediaSessionCompat.ResultReceiverWrapper cb);
51 void playFromMediaId(String uri, in Bundle extras);
52 void playFromSearch(String string, in Bundle extras);
53 void playFromUri(in Uri uri, in Bundle extras);
63 void sendCustomAction(String action, in Bundle args);
68 Bundle getExtras();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ListResourceBundleTest.java 31 ResourceBundle bundle; local
34 bundle = ResourceBundle.getBundle(name, new Locale("fr", "FR", "VAR"));
35 Enumeration<String> keys = bundle.getKeys();
50 ListResourceBundle bundle; local
53 bundle = (ListResourceBundle) ResourceBundle.getBundle(name, new Locale("fr", "FR", "VAR"));
54 Enumeration keys = bundle.getKeys();
58 result.addElement(bundle.handleGetObject((String)keys.nextElement()));

Completed in 377 milliseconds

<<11121314151617181920>>