/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
MessageDialogFragment.java | 22 import android.os.Bundle; 31 Bundle args = new Bundle(); 39 Bundle args = new Bundle(); 46 public Dialog onCreateDialog(Bundle savedInstanceState) { 49 Bundle args = getArguments();
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
TestDefaultPackageLoading.jpp | 25 UResourceBundle bundle = UResourceBundle.getBundleInstance("TestData", "en"); 26 String aaa = bundle.getString("aaa"); 36 UResourceBundle bundle = UResourceBundle.getBundleInstance("", "te"); 37 String aaa = bundle.getString("string_only_in_te"); 47 UResourceBundle bundle = UResourceBundle.getBundleInstance("com.ibm.icu.dev.data.TestData", "bge"); 48 String aaa = bundle.getString("string_only_in_te"); 52 logln("Got : " + bundle.getULocale().getName());
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
DeqpInstrumentation.java | 27 import android.os.Bundle; 45 public void onCreate (Bundle arguments) { 144 finish(0, new Bundle()); 150 Bundle info = new Bundle(); 170 Bundle info = new Bundle(); 181 Bundle info = new Bundle(); 191 Bundle info = new Bundle() [all...] |
/external/icu/icu4c/source/tools/genrb/ |
reslist.h | 39 /* Resource bundle root table */ 67 void bundle_write(struct SRBRoot *bundle, const char *outputDir, const char *outputPkg, char *writtenFilename, int writtenFilenameLen, UErrorCode *status); 70 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *writtenFilename, 75 /* void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, 79 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* rbname, 82 void bundle_close(struct SRBRoot *bundle, UErrorCode *status); 83 void bundle_setlocale(struct SRBRoot *bundle, UChar *locale, UErrorCode *status); 84 int32_t bundle_addtag(struct SRBRoot *bundle, const char *tag, UErrorCode *status); 87 bundle_getKeyBytes(struct SRBRoot *bundle, int32_t *pLength); 90 bundle_addKeyBytes(struct SRBRoot *bundle, const char *keyBytes, int32_t length, UErrorCode *status) [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ViewsStateBundle.java | 16 import android.os.Bundle; 32 * Maintains a bundle of states for a group of views. Each view must have a unique id to identify 37 * Vertical list maintains id->bundle mapping of all it's children (even the children is offscreen 73 public final Bundle saveAsBundle() { 78 Bundle bundle = new Bundle(); local 82 bundle.putSparseParcelableArray(e.getKey(), e.getValue()); 84 return bundle; 87 public final void loadFromBundle(Bundle savedBundle) [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowFragmentActivity.java | 3 import android.os.Bundle; 33 public void onCreate(Bundle bundle) { 34 super.onCreate(bundle); 36 if (bundle != null && bundle.containsKey(FRAGMENTS_TAG)) { 37 Object[] fragments = (Object[]) bundle.getSerializable(FRAGMENTS_TAG); 44 shadowOf(fragment).setSavedInstanceState(bundle); 76 public void onSaveInstanceState(Bundle outState) {
|
ShadowResultReceiver.java | 3 import android.os.Bundle; 19 public void send(int resultCode, android.os.Bundle resultData) { 21 Method onReceiveResult = ResultReceiver.class.getDeclaredMethod("onReceiveResult", Integer.TYPE, Bundle.class);
|
/frameworks/base/core/java/android/accounts/ |
IAccountAuthenticator.aidl | 21 import android.os.Bundle; 32 String authTokenType, in String[] requiredFeatures, in Bundle options); 38 in Bundle options); 44 String authTokenType, in Bundle options); 55 String authTokenType, in Bundle options); 63 * returns a Bundle where the boolean value BOOLEAN_RESULT_KEY is set if the account has the 75 * Returns a Bundle containing the required credentials to copy the account across users. 81 * Uses the Bundle containing credentials from another instance of the authenticator to create 85 in Bundle accountCredentials);
|
/frameworks/base/core/java/android/app/ |
BroadcastOptions.java | 20 import android.os.Bundle; 23 * Helper class for building an options Bundle that can be used with 49 public BroadcastOptions(Bundle opts) { 71 * Returns the created options as a Bundle, which can be passed to 74 * Note that the returned Bundle is still owned by the ActivityOptions 76 * methods that take an options Bundle. 78 public Bundle toBundle() { 79 Bundle b = new Bundle();
|
IInstrumentationWatcher.aidl | 21 import android.os.Bundle; 27 in Bundle results); 29 in Bundle results);
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/ |
AddAccountTx.java | 3 import android.os.Bundle; 29 public final Bundle options; 30 public final Bundle result; 44 Bundle options, 45 Bundle result) {
|
GetAuthTokenTx.java | 4 import android.os.Bundle; 26 public final Bundle options; 27 public final Bundle result; 39 Bundle options, 40 Bundle result) {
|
UpdateCredentialsTx.java | 4 import android.os.Bundle; 26 public final Bundle options; 27 public final Bundle result; 39 Bundle options, 40 Bundle result) {
|
EditPropertiesTx.java | 3 import android.os.Bundle; 24 public final Bundle result; 33 Bundle result) {
|
GetAccountRemovalAllowedTx.java | 4 import android.os.Bundle; 25 public final Bundle result; 34 Bundle result) {
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
AccountRemovalDummyActivity.java | 24 import android.os.Bundle; 38 protected void onCreate(Bundle savedInstanceState) { 40 Bundle input = (savedInstanceState == null) ? getIntent().getExtras() : savedInstanceState; 44 final Bundle result = new Bundle();
|
/frameworks/support/customtabs/src/android/support/customtabs/ |
ICustomTabsService.aidl | 20 import android.os.Bundle; 33 in Bundle extras, in List<Bundle> otherLikelyBundles) = 3; 34 Bundle extraCommand(String commandName, in Bundle args) = 4;
|
ICustomTabsCallback.aidl | 19 import android.os.Bundle; 26 void onNavigationEvent(int navigationEvent, in Bundle extras) = 1; 27 void extraCallback(String callbackName, in Bundle args) = 2;
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
DialogManager.java | 23 import android.os.Bundle; 39 * ViewId are forwarded to {@link DialogManager#onCreateDialog(int, Bundle)}</li> 41 * To actually show a Dialog, the View uses {@link DialogManager#showDialogInView(View, Bundle)}, 63 * Called by a View to show a dialog. It has to pass itself and a Bundle with extra information. 64 * If the view can show several dialogs, it should distinguish them using an item in the Bundle. 65 * The View needs to have a valid and unique Id. This function modifies the bundle by adding a 68 public void showDialogInView(final View view, final Bundle bundle) { 70 if (bundle.containsKey(VIEW_ID_KEY)) { 71 throw new IllegalArgumentException("Bundle already contains a " + VIEW_ID_KEY) [all...] |
/packages/apps/Email/tests/src/com/android/email/ |
MockVendorPolicy.java | 20 import android.os.Bundle; 26 public static Bundle passedBundle; 27 public static Bundle mockResult; 29 public static Bundle getPolicy(String policy, Bundle args) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
StateManager.java | 22 import android.os.Bundle; 40 private static final String KEY_STATE = "bundle"; 52 Bundle data) { 78 int requestCode, Bundle data) { 226 Class<? extends ActivityState> klass, Bundle data) { 267 public void restoreFromState(Bundle inState) { 272 Bundle bundle = (Bundle) parcelable; local 274 (Class<? extends ActivityState>) bundle.getSerializable(KEY_CLASS) 303 Bundle bundle = new Bundle(); local [all...] |
/external/ltrace/sysdeps/linux-gnu/ia64/ |
breakpoint.c | 34 extract_bit_field(char *bundle, int from, int len) { 39 unsigned char *b = (unsigned char *)bundle; 64 /* Replace the specified bits in an instruction bundle */ 66 replace_bit_field(char *bundle, long long val, int from, int len) { 70 unsigned char *b = (unsigned char *)bundle; 110 and instruction bundle */ 112 slotN_contents(char *bundle, int slotnum) { 113 return extract_bit_field(bundle, 5 + 41 * slotnum, 41); 116 /* Store an instruction in an instruction bundle */ 119 replace_slotN_contents(char *bundle, long long instr, int slotnum) 179 union bundle_t bundle; local 216 union bundle_t bundle; local [all...] |
/frameworks/base/core/java/com/android/internal/textservice/ |
ISpellCheckerService.aidl | 22 import android.os.Bundle; 30 String locale, ISpellCheckerSessionListener listener, in Bundle bundle);
|
/frameworks/base/libs/androidfw/tests/data/app/ |
build | 18 aapt package -v -I ../system/bundle.apk -M AndroidManifest.xml -S res -F bundle.apk -f && \ 19 unzip bundle.apk resources.arsc && \
|
/frameworks/base/libs/androidfw/tests/data/feature/ |
build | 18 aapt package -M AndroidManifest.xml -S res --feature-of ../basic/bundle.apk -F bundle.apk -f && \ 19 unzip bundle.apk resources.arsc && \
|