Searched refs:Bundle (Results 276 - 300 of 1367) sorted by relevance

<<11121314151617181920>>

/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyActivity.java20 import android.os.Bundle;
31 @Override protected void onCreate(Bundle icicle) {
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
H A DGenImageAct.java22 import android.os.Bundle;
29 public void onCreate(Bundle savedInstanceState) {
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTestRunner.java20 import android.os.Bundle;
41 public void onCreate(Bundle icicle) {
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingTestRunner.java20 import android.os.Bundle;
41 public void onCreate(Bundle icicle) {
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
H A DMathErrActivity.java20 import android.os.Bundle;
30 protected void onCreate(Bundle savedInstanceState) {
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBlasTestRunner.java20 import android.os.Bundle;
43 public void onCreate(Bundle icicle) {
/frameworks/support/tests/java/android/support/tests/
H A DGrantActivity.java22 import android.os.Bundle;
31 protected void onCreate(Bundle savedInstanceState) {
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java23 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(mExtra
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DPerformanceCollectorTest.java51 Bundle snapshot = (Bundle)readPrivateField("mPerfSnapshot", mPerfCollector);
60 Bundle snapshot = mPerfCollector.endSnapshot();
71 Bundle measurement = (Bundle)readPrivateField("mPerfMeasurement", mPerfCollector);
80 Bundle iteration = mPerfCollector.addIteration("timing1");
93 Bundle timing = mPerfCollector.stopTiming("timing4");
111 Bundle snapshot = (Bundle)readPrivateField("mPerfSnapshot", mPerfCollector);
122 Bundle snapshot
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncOperationTest.java22 import android.os.Bundle;
43 Bundle mEmpty;
50 mEmpty = new Bundle();
59 Bundle b1 = new Bundle();
60 Bundle b2 = new Bundle();
142 Bundle b2 = new Bundle();
166 Bundle withExpedite
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java30 import android.os.Bundle;
167 * Bundle key used for the {@link String} account name in results
173 * Bundle key used for the {@link String} account type in results
179 * Bundle key used for the auth token value in results
185 * Bundle key used for an {@link Intent} in results from methods that
192 * Bundle key used to supply the password directly in options to
211 * Bundle key used to supply the last time the credentials of the account
283 public static Bundle sanitizeResult(Bundle result) {
287 final Bundle newResul
[all...]
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java20 import android.os.Bundle;
32 private Bundle mParams;
46 * pairs, the {@link Bundle} will have the key value pairs conveniently available to the
50 public Bundle getParams() {
63 * @deprecated Use {@link Instrumentation#sendStatus(int, Bundle)} instead
77 void initialize(Bundle params) {
/frameworks/base/core/java/android/print/
H A DIPrintDocumentAdapter.aidl19 import android.os.Bundle;
36 ILayoutResultCallback callback, in Bundle metadata, int sequence);
/frameworks/base/core/java/android/service/notification/
H A DNotificationRankingUpdate.java18 import android.os.Bundle;
30 private final Bundle mVisibilityOverrides;
33 Bundle visibilityOverrides, int firstAmbientIndex) {
83 public Bundle getVisibilityOverrides() {
/frameworks/base/core/java/android/speech/
H A DRecognizerResultsIntent.java19 import android.os.Bundle;
114 * The key to an extra {@link ArrayList} of {@link Bundle}s that contains key/value pairs.
/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardService.aidl22 import android.os.Bundle;
79 void doKeyguardTimeout(in Bundle options);
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsUt.aidl19 import android.os.Bundle;
72 int transact(in Bundle ssInfo);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DIPlayerService.aidl20 import android.os.Bundle;
29 void sendRequest(String action, in Bundle params, in IRequestCallback cb);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaItemMetadata.java19 import android.os.Bundle;
22 * Constants for specifying metadata about a media item as a {@link Bundle}.
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProvider.java22 import android.os.Bundle;
62 Bundle extras = intent.getExtras();
70 Bundle extras = intent.getExtras();
76 Bundle extras = intent.getExtras();
80 Bundle widgetExtras = extras.getBundle(AppWidgetManager.EXTRA_APPWIDGET_OPTIONS);
89 Bundle extras = intent.getExtras();
139 int appWidgetId, Bundle newOptions) {
/frameworks/base/core/java/android/content/
H A DSyncActivityTooManyDeletes.java22 import android.os.Bundle;
47 protected void onCreate(Bundle savedInstanceState) {
50 Bundle extras = getIntent().getExtras();
117 Bundle extras = new Bundle();
126 Bundle extras = new Bundle();
/frameworks/base/core/java/android/nfc/cardemulation/
H A DHostApduService.java24 import android.os.Bundle;
148 * {@link #processCommandApdu(byte[], Bundle)}, until either:
190 * service, in which case {@link #processCommandApdu(byte[], Bundle)}
250 Bundle dataBundle = msg.getData();
265 Bundle responseBundle = new Bundle();
328 Bundle dataBundle = new Bundle();
357 * the first {@link #processCommandApdu(byte[], Bundle)}
391 public abstract byte[] processCommandApdu(byte[] commandApdu, Bundle extra
[all...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothInstrumentation.java21 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/widget/focus/
H A DListOfInternalSelectionViews.java21 import android.os.Bundle;
103 public static Bundle getBundleFor(int numItems, int numRowsPerItem, double itemScreenHeightFactor) {
104 Bundle bundle = new Bundle();
112 protected void onCreate(Bundle icicle) {
119 Bundle extras = getIntent().getExtras();
134 private void initFromBundle(Bundle icicle) {
/frameworks/base/telephony/java/com/android/ims/
H A DImsConferenceState.java24 import android.os.Bundle;
88 public HashMap<String, Bundle> mParticipants = new HashMap<String, Bundle>();
107 Set<Entry<String, Bundle>> entries = mParticipants.entrySet();
110 Iterator<Entry<String, Bundle>> iterator = entries.iterator();
113 Entry<String, Bundle> entry = iterator.next();
127 Bundle state = in.readParcelable(null);

Completed in 973 milliseconds

<<11121314151617181920>>