HomeSort by relevance Sort by last modified time
    Searched refs:Bundle (Results 251 - 275 of 4335) sorted by null

<<11121314151617181920>>

  /development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson2/
MyFirstTestActivity.java 21 import android.os.Bundle;
32 public void onCreate(Bundle savedInstanceState) {
  /development/samples/wearable/EmbeddedApp/Application/src/main/java/com/example/android/wearable/embeddedapp/
PhoneActivity.java 20 import android.os.Bundle;
25 protected void onCreate(Bundle savedInstanceState) {
  /development/samples/wearable/EmbeddedApp/Wearable/src/main/java/com/example/android/wearable/embeddedapp/
WearableActivity.java 20 import android.os.Bundle;
25 protected void onCreate(Bundle savedInstanceState) {
  /development/samples/wearable/SynchronizedNotifications/Wearable/src/main/java/com/example/android/wearable/synchronizednotifications/
WearableActivity.java 20 import android.os.Bundle;
25 protected void onCreate(Bundle savedInstanceState) {
  /device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/
EmailPolicy.java 19 import android.os.Bundle;
40 * in the "arguments" bundle. If there is a single argument, it will typically use the same key
43 * In all cases, getPolicy() should return a bundle. For default behavior, or for any unknown
44 * policy, simply return Bundle.EMPTY.
46 * To return actual data, create a new bundle and place result values in it. If there is a single
47 * return value, this value is placed in the return bundle using the same key as the request.
52 * argument values cannot be found, the method should Bundle.EMPTY.
62 * For the default behavior, return the empty bundle.
63 * For the alternate behavior, return a bundle containing a single entry with a key of
77 * For default behavior (no values inserted), return the empty bundle
    [all...]
  /frameworks/base/core/java/android/nfc/
INfcAdapterExtras.aidl 19 import android.os.Bundle;
26 Bundle open(in String pkg, IBinder b);
27 Bundle close(in String pkg, IBinder b);
28 Bundle transceive(in String pkg, in byte[] data_in);
  /frameworks/base/core/tests/coretests/src/android/animation/
BasicAnimatorActivity.java 21 import android.os.Bundle;
25 protected void onCreate(Bundle savedInstanceState) {
  /frameworks/base/core/tests/coretests/src/android/view/
Include.java 21 import android.os.Bundle;
29 protected void onCreate(Bundle icicle) {
Longpress.java 22 import android.os.Bundle;
26 protected void onCreate(Bundle savedInstanceState) {
RemoteViewsActivity.java 20 import android.os.Bundle;
29 protected void onCreate(Bundle icicle) {
ViewAttachTestActivity.java 22 import android.os.Bundle;
27 public void onCreate(Bundle savedInstanceState) {
ViewGroupChildren.java 21 import android.os.Bundle;
31 protected void onCreate(Bundle icicle) {
ZeroSized.java 21 import android.os.Bundle;
30 protected void onCreate(Bundle icicle) {
  /frameworks/base/core/tests/coretests/src/android/widget/
RadioGroupActivity.java 23 import android.os.Bundle;
27 protected void onCreate(Bundle savedInstanceState) {
  /frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
FrameLayoutGravity.java 22 import android.os.Bundle;
27 protected void onCreate(Bundle icicle) {
FrameLayoutMargin.java 22 import android.os.Bundle;
27 protected void onCreate(Bundle icicle) {
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentCenterGravity.java 22 import android.os.Bundle;
27 protected void onCreate(Bundle icicle) {
BaselineButtons.java 22 import android.os.Bundle;
27 protected void onCreate(Bundle icicle) {
HorizontalOrientationVerticalAlignment.java 22 import android.os.Bundle;
27 protected void onCreate(Bundle icicle) {
LinearLayoutEditTexts.java 22 import android.os.Bundle;
26 protected void onCreate(Bundle savedInstanceState) {
Weight.java 22 import android.os.Bundle;
26 protected void onCreate(Bundle icicle) {
WeightSum.java 22 import android.os.Bundle;
27 protected void onCreate(Bundle icicle) {
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
CellSpan.java 22 import android.os.Bundle;
29 protected void onCreate(Bundle icicle) {
FixedWidth.java 22 import android.os.Bundle;
29 protected void onCreate(Bundle icicle) {
HorizontalGravity.java 22 import android.os.Bundle;
29 protected void onCreate(Bundle icicle) {

Completed in 1554 milliseconds

<<11121314151617181920>>