OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Bundle
(Results
201 - 225
of
3349
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionSettings.java
19
import android.os.
Bundle
;
40
public void onCreate(
Bundle
savedInstanceState) {
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactsListActivity.java
20
import android.os.
Bundle
;
31
protected void onCreate(
Bundle
savedInstanceState) {
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
CustomRestrictionsActivity.java
20
import android.os.
Bundle
;
36
public void onCreate(
Bundle
savedInstanceState) {
/development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/
MainActivity.java
20
import android.os.
Bundle
;
35
protected void onCreate(
Bundle
savedInstanceState) {
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
MainActivity.java
20
import android.os.
Bundle
;
37
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/samples/browseable/ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/
MainActivity.java
19
import android.os.
Bundle
;
34
protected void onCreate(
Bundle
savedInstanceState) {
/development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
Anticipation.java
20
import android.os.
Bundle
;
35
protected void onCreate(
Bundle
savedInstanceState) {
/development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/
AnimatedSubActivity.java
20
import android.os.
Bundle
;
31
public void onCreate(
Bundle
savedInstanceState) {
SubActivity.java
20
import android.os.
Bundle
;
31
public void onCreate(
Bundle
savedInstanceState) {
/development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson2/
MyFirstTestActivity.java
21
import android.os.
Bundle
;
32
public 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
...]
/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) {
/frameworks/base/core/java/android/accounts/
CantAddAccountActivity.java
20
import android.os.
Bundle
;
32
public void onCreate(
Bundle
savedInstanceState) {
/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) {
Completed in 569 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>