/cts/tests/tests/os/src/android/os/cts/ |
BundleTest.java | 21 import android.os.Bundle; 51 private Bundle mBundle; 57 mBundle = new Bundle(); 63 final Bundle b1 = new Bundle(); 68 final Bundle b2 = new Bundle(b1); 71 new Bundle(1024); 72 new Bundle(getClass().getClassLoader()); 78 Bundle b = p.readBundle() 164 final Bundle bundle = new Bundle(); local 470 final Bundle bundle = new Bundle(); local 567 final Bundle bundle = new Bundle(); local 719 final Bundle bundle = Bundle.CREATOR.createFromParcel(parcel); local [all...] |
/external/libppp/src/ |
ipcp.c | 91 #include "bundle.h" 271 bundle_AdjustDNS(ipcp->fsm.bundle); 356 struct ipcp *ipcp = &arg->bundle->ncp.ipcp; 427 arg->bundle->ncp.ipcp.cfg.vj.slots = slots; 431 arg->bundle->ncp.ipcp.cfg.vj.slotcomp = 1; 433 arg->bundle->ncp.ipcp.cfg.vj.slotcomp = 0; 442 ipcp_Init(struct ipcp *ipcp, struct bundle *bundle, struct link *l, 452 bundle, l, parent, &ipcp_Callbacks, timer_names); 518 struct iface *iface = ipcp->fsm.bundle->iface 619 struct bundle *bundle = ipcp->fsm.bundle; local 661 struct bundle *bundle = ipcp->fsm.bundle; local 843 struct bundle *bundle = ipcp->fsm.bundle; local 855 struct bundle *bundle = ipcp->fsm.bundle; local 975 struct bundle *bundle = ipcp->fsm.bundle; local 1439 struct bundle *bundle = ipcp->fsm.bundle; local [all...] |
command.h | 32 struct bundle; 42 struct bundle *bundle; /* Our bundle */ member in struct:cmdargs 64 extern void command_Expand(char **, int, char const *const *, struct bundle *, 69 extern void command_Run(struct bundle *, int, char const *const *, 71 extern int command_Decode(struct bundle *, char *, int, struct prompt *,
|
route.h | 31 struct bundle; 57 extern void route_IfDelete(struct bundle *, int); 58 extern void route_UpdateMTU(struct bundle *); 60 extern void route_Change(struct bundle *, struct sticky_route *, 66 extern void route_Clean(struct bundle *, struct sticky_route *); 70 extern int rt_Set(struct bundle *, int, const struct ncprange *, 72 extern void rt_Update(struct bundle *, const struct sockaddr *,
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
nacl-mono-buildbot.py | 83 bundle = filter(lambda b: b['name'] == info['naclmono_name'], value) 84 if len(bundle) == 0: 88 if info['sdk_revision'] != bundle[0]['sdk_revision']: 89 # This bundle exists in the mono manifest, bump the revision 91 info['naclmono_rev'] = str(bundle[0]['revision'] + 1) 93 elif info['stability'] != bundle[0]['stability']: 94 # If all that happened was the SDK bundle was promoted in stability, 97 bundle[0]['stability'] = info['stability'] 120 bundle = {} 121 bundle['name'] = info['naclmono_name' [all...] |
/cts/tests/src/android/app/cts/ |
TestedActivity.java | 20 import android.os.Bundle; 30 public void onCreate(Bundle icicle) { 34 protected void onRestoreInstanceState(Bundle state) { 44 protected void onSaveInstanceState(Bundle outState) {
|
/cts/tests/tests/animation/src/android/animation/cts/ |
LayoutAnimationActivity.java | 20 import android.os.Bundle; 31 public void onCreate(Bundle bundle){ 32 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/chromium_org/build/android/tests/multiple_proguards/src/dummy/ |
DummyActivity.java | 8 import android.os.Bundle;
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_installed_bubble_bridge.mm | 26 bundle:NULL 34 const BundleInstaller* bundle, Browser* browser) { 40 bundle:bundle
|
/external/chromium_org/chrome/common/mac/ |
app_mode_chrome_locator.h | 20 // Given a bundle id, return the path of the corresponding bundle. 21 // Returns true if the bundle was found, false otherwise. 24 // Given the path to the Chrome bundle, read the following information:
|
/frameworks/av/media/libeffects/lvm/wrapper/ |
Android.mk | 3 # music bundle wrapper 10 Bundle/EffectBundle.cpp 25 $(LOCAL_PATH)/Bundle \ 27 $(LOCAL_PATH)/../lib/Bundle/lib/ \
|
/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)
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/ |
AndroidJUnit3ClassRunner.java | 19 import android.os.Bundle; 31 public AndroidJUnit3ClassRunner(Class<?> klass, Bundle bundle, Instrumentation instr) { 32 super(new AndroidTestSuite(klass.asSubclass(TestCase.class), bundle, instr));
|
/packages/apps/Email/src/com/android/email/service/ |
AuthenticatorService.java | 31 import android.os.Bundle; 55 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, 56 String authTokenType, String[] requiredFeatures, Bundle options) 61 // app UI; we simply create the account and return the proper bundle 96 Bundle b = new Bundle(); 104 Bundle b = new Bundle(); 115 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, 116 Bundle options) [all...] |
AccountService.java | 22 import android.os.Bundle; 65 public Bundle getConfigurationData(String accountType) { 66 Bundle bundle = new Bundle(); 67 bundle.putBoolean(Configuration.EXCHANGE_CONFIGURATION_USE_ALTERNATE_STRINGS, 69 return bundle;
|
/packages/apps/Stk/src/com/android/stk/ |
StkLauncherActivity.java | 21 import android.os.Bundle; 30 protected void onCreate(Bundle savedInstanceState) { 33 Bundle args = new Bundle();
|
/packages/services/Telephony/src/com/android/phone/ |
GsmUmtsCallForwardOptions.java | 9 import android.os.Bundle; 44 private Bundle mIcicle; 47 protected void onCreate(Bundle icicle) { 94 Bundle bundle = mIcicle.getParcelable(pref.getKey()); local 95 pref.setToggled(bundle.getBoolean(KEY_TOGGLE)); 97 cf.number = bundle.getString(KEY_NUMBER); 98 cf.status = bundle.getInt(KEY_STATUS); 109 protected void onSaveInstanceState(Bundle outState) { 113 Bundle bundle = new Bundle() local 119 outState.putParcelable(pref.getKey(), bundle); local [all...] |
/prebuilts/tools/common/m2/internal/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) {
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
AccountManagerTest.java | 29 import android.os.Bundle; 73 public static final Bundle OPTIONS_BUNDLE = new Bundle(); 75 public static final Bundle USERDATA_BUNDLE = new Bundle(); 124 private void validateAccountAndAuthTokenResult(Bundle result) { 130 private void validateAccountAndNoAuthTokenResult(Bundle result) { 136 private void validateNullResult(Bundle resultBundle) { 152 private void validateOptions(Bundle expectedOptions, Bundle actualOptions) [all...] |
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/ |
TestableInvalidationService.java | 10 import android.os.Bundle; 44 final List<Bundle> mRequestedSyncs = new ArrayList<Bundle>(); 85 public void requestSyncFromContentResolver(Bundle bundle, Account account, 87 mRequestedSyncs.add(bundle); 88 super.requestSyncFromContentResolver(bundle, account, contractAuthority);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowFragment.java | 5 import android.os.Bundle; 22 private Bundle savedInstanceState; 25 private Bundle arguments; 79 public void setSavedInstanceState(Bundle savedInstanceState) { 83 public Bundle getSavedInstanceState() { 104 public Bundle getArguments() { 109 public void setArguments(Bundle arguments) {
|
/libcore/luni/src/test/java/tests/api/java/util/ |
ListResourceBundleTest.java | 32 ResourceBundle bundle; local 35 bundle = ResourceBundle.getBundle(name, new Locale("fr", "FR", "VAR")); 36 Enumeration keys = bundle.getKeys(); 52 ListResourceBundle bundle; local 55 bundle = (ListResourceBundle)ResourceBundle.getBundle(name, new Locale("fr", "FR", "VAR")); 56 Enumeration keys = bundle.getKeys(); 60 result.addElement(bundle.handleGetObject((String)keys.nextElement()));
|