/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
ProtocolParamsEmulatorActivity.java | 4 import android.os.Bundle; 11 protected void onCreate(Bundle savedInstanceState) {
|
/developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/basiccontactables/ |
MainActivity.java | 22 import android.os.Bundle; 38 protected void onCreate(Bundle savedInstanceState) { 65 // We need to create a bundle containing the query string to send along to the 67 Bundle bundle = new Bundle(); local 68 bundle.putString(QUERY_KEY, query); 73 getLoaderManager().restartLoader(CONTACT_QUERY_LOADER, bundle, loaderCallbacks);
|
/developers/samples/android/content/contacts/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/basiccontactables/ |
MainActivity.java | 22 import android.os.Bundle; 38 protected void onCreate(Bundle savedInstanceState) { 65 // We need to create a bundle containing the query string to send along to the 67 Bundle bundle = new Bundle(); local 68 bundle.putString(QUERY_KEY, query); 73 getLoaderManager().restartLoader(CONTACT_QUERY_LOADER, bundle, loaderCallbacks);
|
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/ |
MainActivity.java | 22 import android.os.Bundle; 38 protected void onCreate(Bundle savedInstanceState) { 65 // We need to create a bundle containing the query string to send along to the 67 Bundle bundle = new Bundle(); local 68 bundle.putString(QUERY_KEY, query); 73 getLoaderManager().restartLoader(CONTACT_QUERY_LOADER, bundle, loaderCallbacks);
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
resource_loader.js | 16 * Register assets for deferred loading. When the bundle is loaded 21 * @param {Object} desc Descriptor for the asset bundle 22 * @param {string} desc.id Unique identifier for the asset bundle. 54 * Determines whether an asset bundle is defined for a specified id. 62 * Determines whether an asset bundle has already been loaded. 63 * @param {string} id The identifier of the asset bundle. 71 * @param {string} id Identifier of the stylesheet's asset bundle. 84 * @param {string} id Identifier of the script's asset bundle. 116 * @param {string} id Identifier of the page's asset bundle. 136 * Record that a resource has been loaded for an asset bundle. Whe [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/common/ |
IChildProcessService.aidl | 10 import android.os.Bundle; 14 int setupConnection(in Bundle args, IChildProcessCallback callback);
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-sourceless-module.py | 23 'empty_bundle.bundle', chdir='sourceless-module') 29 'resource_bundle.bundle/Contents/Resources/foo.manifest', 32 'resource_bundle.bundle/Contents/MacOS/resource_bundle', 35 # Build an app containing an actionless bundle. 43 'mac_resource_bundle_no_actions.bundle/Contents/Resources/empty.txt', 46 # Needs to build and cause the bundle to be built. 51 'resource_bundle.bundle/Contents/Resources/foo.manifest', 54 'resource_bundle.bundle/Contents/MacOS/resource_bundle',
|
/external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/ |
DisplayActivity.java | 5 import android.os.Bundle; 14 public void onCreate(Bundle savedInstanceState) {
|
/external/icu4c/extra/uconv/unicode/ |
uwmsg.h | 7 Get a message out of the default resource bundle, messageformat it, 18 /* Set the path to wmsg's bundle.
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
FragmentActivityTest.java | 3 import android.os.Bundle; 81 Bundle outState = new Bundle(); 100 Bundle outState = new Bundle(); 108 Bundle bundle = new Bundle(); local 112 bundle.putSerializable(ShadowFragmentActivity.FRAGMENTS_TAG, new Object[]{fragmentState}); 115 activity.onCreate(bundle); 130 Bundle bundle = new Bundle(); local [all...] |
/frameworks/base/core/java/android/os/ |
Bundle.aidl | 1 /* //device/java/android/android/os/Bundle.aidl 20 parcelable Bundle;
|
/frameworks/base/core/java/android/speech/ |
IRecognitionListener.aidl | 19 import android.os.Bundle; 33 void onReadyForSpeech(in Bundle params); 69 * @param results a Bundle containing the most likely results (N-best list). 71 void onResults(in Bundle results); 76 * @param results a Bundle containing the current most likely result. 78 void onPartialResults(in Bundle results); 84 * @param params a Bundle containing the passed parameters 86 void onEvent(in int eventType, in Bundle params);
|
/libcore/luni/src/main/java/java/util/ |
MissingResourceException.java | 23 * resource bundle cannot be found or a resource is missing from a resource 24 * bundle. 37 * message, the class name of the resource bundle and the name of the 43 * the class name of the resource bundle. 55 * Returns the class name of the resource bundle from which a resource could 57 * missing resource bundle. 59 * @return the class name of the resource bundle. 67 * resource bundle is missing.
|
ResourceBundle.java | 32 * provide {@code Locale}-specific resources. A bundle contains a number of named 33 * resources, where the names are {@code Strings}. A bundle may have a parent bundle, 34 * and when a resource is not found in a bundle, the parent bundle is searched for 35 * the resource. If the fallback mechanism reaches the base bundle and still 39 * <li>All bundles for the same group of resources share a common base bundle. 40 * This base bundle acts as the root and is the last fallback in case none of 43 * differences between a language and the language of the base bundle need to be 47 * the language bundle need to be handled by a country-specific {@code ResourceBundle} 223 ResourceBundle bundle = null; local 346 ResourceBundle bundle = null; local 501 ResourceBundle bundle = null; local 901 ResourceBundle bundle = (ResourceBundle) cls.newInstance(); local [all...] |
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
NotificationShowcaseActivity.java | 9 import android.os.Bundle; 14 public void onCreate(Bundle savedInstanceState) {
|
/sdk/testapps/buildConfigTest/app/src/com/android/tests/buildconfigtest/ |
Main.java | 4 import android.os.Bundle; 13 public void onCreate(Bundle savedInstanceState)
|
/sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/ |
CustomPropertyAnimationActivity.java | 5 import android.os.Bundle; 11 public void onCreate(Bundle savedInstanceState) {
|
/sdk/testapps/legacyTest/src/com/android/tests/javaprojecttest/app/ |
Main.java | 4 import android.os.Bundle; 12 public void onCreate(Bundle savedInstanceState) {
|
/sdk/testapps/libsTest/app/src/com/android/tests/libstest/app/ |
MainActivity.java | 4 import android.os.Bundle; 12 public void onCreate(Bundle savedInstanceState) {
|
/sdk/testapps/userLibTest/src/com/android/tests/userlibtest/ |
Main.java | 4 import android.os.Bundle; 12 public void onCreate(Bundle savedInstanceState) {
|
/external/libppp/src/ |
ipv6cp.c | 71 #include "bundle.h" 199 struct bundle *bundle = ipv6cp->fsm.bundle; local 231 if (!iface_Add(bundle->iface, &bundle->ncp, &myrange, &ipv6cp->hisaddr, 235 if (!Enabled(bundle, OPT_IFACEALIAS)) 236 iface_Clear(bundle->iface, &bundle->ncp, AF_INET6, 241 rt_Set(bundle, RTM_ADD, &range, &ipv6cp->myaddr, 1, 0) 423 struct bundle *bundle = ipv6cp->fsm.bundle; local [all...] |
/frameworks/base/core/tests/coretests/src/android/os/ |
PerformanceCollectorTest.java | 51 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 snapshot1 = mPerfCollector.endSnapshot() [all...] |
/frameworks/base/services/java/com/android/server/content/ |
SyncOperation.java | 24 import android.os.Bundle; 67 public Bundle extras; 69 /** Internal boolean to avoid reading a bundle everytime we want to compare operations. */ 87 Bundle extras, long runTimeFromNow, long flexTime, long backoff, 96 this.extras = new Bundle(extras); 101 // Checks the extras bundle. Must occur after we set the internal bundle. 128 this.extras = new Bundle(other.extras); 139 * Make sure the bundle attached to this SyncOperation doesn't have unnecessary 141 * @param bundle to clean [all...] |
/packages/apps/Settings/src/com/android/settings/users/ |
RestrictionUtils.java | 22 import android.os.Bundle; 63 Bundle userRestrictions = um.getUserRestrictions(user); 81 Bundle userRestrictions = um.getUserRestrictions(user); 94 public static Bundle restrictionsToBundle(ArrayList<RestrictionEntry> entries) { 95 final Bundle bundle = new Bundle(); local 98 bundle.putBoolean(entry.getKey(), entry.getSelectedState()); 100 bundle.putStringArray(entry.getKey(), entry.getAllSelectedStrings()); 102 bundle.putString(entry.getKey(), entry.getSelectedString()) [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouteSelector.java | 19 import android.os.Bundle; 47 private final Bundle mBundle; 53 public static final MediaRouteSelector EMPTY = new MediaRouteSelector(new Bundle(), null); 55 private MediaRouteSelector(Bundle bundle, List<String> controlCategories) { 56 mBundle = bundle; 189 * Converts this object to a bundle for serialization. 191 * @return The contents of the object represented as a bundle. 193 public Bundle asBundle() { 198 * Creates an instance from a bundle 297 Bundle bundle = new Bundle(); local [all...] |