/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/META-INF/ |
MANIFEST.MF | 4 Bundle-Localization: fragment
5 Fragment-Host: org.eclipse.equinox.registry;bundle-version="[3.5.0,3.6
7 Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3
9 Bundle-SymbolicName: org.eclipse.core.runtime.compatibility.registry
14 Bundle-Version: 3.5.200.v20130514-1256
16 Bundle-ClassPath: runtime_registry_compatibility.jar
18 Bundle-Vendor: %providerName
19 Bundle-Name: %fragmentName
23 Bundle-ManifestVersion: 2
|
/external/icu/icu4c/source/tools/genrb/ |
reslist.c | 33 * Align binary data at a 16-byte offset from the start of the resource bundle, 56 * for use in non-error cases when no resource is to be added to the bundle. 104 bundle_compactStrings(struct SRBRoot *bundle, UErrorCode *status); 118 res_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, 126 res_write16(struct SRBRoot *bundle, struct SResource *res, 140 * before actually writing the bundle contents to the file, 145 struct SRBRoot *bundle, struct SResource *res, 155 struct SRBRoot *bundle, struct SResource *res, 159 string_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, 168 if (bundle->fStringsForm != STRINGS_UTF16_V1) 1103 struct SRBRoot *bundle; local 1478 const struct SRBRoot *bundle=(const struct SRBRoot *)context; local [all...] |
/developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/ |
ContentFragment.java | 19 import android.os.Bundle; 37 * @return a new instance of {@link ContentFragment}, adding the parameters into a bundle and 42 Bundle bundle = new Bundle(); local 43 bundle.putCharSequence(KEY_TITLE, title); 44 bundle.putInt(KEY_INDICATOR_COLOR, indicatorColor); 45 bundle.putInt(KEY_DIVIDER_COLOR, dividerColor); 48 fragment.setArguments(bundle); 55 Bundle savedInstanceState) [all...] |
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/ |
ContentFragment.java | 19 import android.os.Bundle; 37 * @return a new instance of {@link ContentFragment}, adding the parameters into a bundle and 42 Bundle bundle = new Bundle(); local 43 bundle.putCharSequence(KEY_TITLE, title); 44 bundle.putInt(KEY_INDICATOR_COLOR, indicatorColor); 45 bundle.putInt(KEY_DIVIDER_COLOR, dividerColor); 48 fragment.setArguments(bundle); 55 Bundle savedInstanceState) [all...] |
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/ |
ContentFragment.java | 19 import android.os.Bundle; 37 * @return a new instance of {@link ContentFragment}, adding the parameters into a bundle and 42 Bundle bundle = new Bundle(); local 43 bundle.putCharSequence(KEY_TITLE, title); 44 bundle.putInt(KEY_INDICATOR_COLOR, indicatorColor); 45 bundle.putInt(KEY_DIVIDER_COLOR, dividerColor); 48 fragment.setArguments(bundle); 55 Bundle savedInstanceState) [all...] |
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
Test.java | 5 import android.os.Bundle; 10 private Bundle mBundle; 19 mBundle = new Bundle();
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
Authenticator.java | 29 import android.os.Bundle; 64 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, 65 String authTokenType, String[] requiredFeatures, Bundle options) { 69 final Bundle bundle = new Bundle(); local 70 bundle.putParcelable(AccountManager.KEY_INTENT, intent); 71 return bundle; 75 public Bundle confirmCredentials( 76 AccountAuthenticatorResponse response, Account account, Bundle options) 122 final Bundle bundle = new Bundle(); local [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouteDiscoveryRequest.java | 18 import android.os.Bundle; 31 private final Bundle mBundle; 45 mBundle = new Bundle(); 51 private MediaRouteDiscoveryRequest(Bundle bundle) { 52 mBundle = bundle; 115 * Converts this object to a bundle for serialization. 117 * @return The contents of the object represented as a bundle. 119 public Bundle asBundle() { 124 * Creates an instance from a bundle [all...] |
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/ |
DialogHelperImpl.java | 22 import android.os.Bundle; 33 * Override your Activity's onCreateDialog(int, Bundle) method, as follows: 37 * protected Dialog onCreateDialog(int id, Bundle bundle) { 38 * return mDialogHelper.handleOnCreateDialog(id, bundle); 54 * protected Dialog onCreateDialog(int id, Bundle bundle) { 61 * return mDialogHelper.handleOnCreateDialog(id, bundle); 88 Bundle bundle = new Bundle() local [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
MapActivityTest.java | 3 import android.os.Bundle; 29 @Override protected void onCreate(Bundle bundle) { 30 super.onCreate(bundle);
|
TestFragment.java | 5 import android.os.Bundle; 30 public Bundle onActivityCreated_savedInstanceState; 31 public Bundle onCreateSavedInstanceState; 43 public void onCreate(Bundle savedInstanceState) { 50 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { 67 public void onViewCreated(View view, Bundle savedInstanceState) { 72 public void onActivityCreated(Bundle savedInstanceState) { 91 public void onSaveInstanceState(Bundle outState) {
|
/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/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/tests/Compatibility/src/com/android/compatibilitytest/ |
AppCompatibilityRunner.java | 19 import android.os.Bundle; 24 private Bundle mArgs; 27 public void onCreate(Bundle args) { 32 public Bundle getBundle() {
|
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
MemoryUsageInstrumentation.java | 18 import android.os.Bundle; 26 private Bundle arguments; 29 public void onCreate(Bundle arguments) { 34 public Bundle getBundle() {
|
/frameworks/volley/src/test/java/com/android/volley/toolbox/ |
AndroidAuthenticatorTest.java | 25 import android.os.Bundle; 42 private AccountManagerFuture<Bundle> mFuture; 63 Bundle bundle = new Bundle(); local 64 bundle.putParcelable(AccountManager.KEY_INTENT, intent); 66 when(mFuture.getResult()).thenReturn(bundle); 74 Bundle bundle = new Bundle(); local 90 Bundle bundle = new Bundle(); local [all...] |
/packages/apps/Email/provider_src/com/android/email/service/ |
EasTestAuthenticatorService.java | 27 import android.os.Bundle; 48 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, 49 String authTokenType, String[] requiredFeatures, Bundle options) 53 // app UI; we simply create the account and return the proper bundle 61 Bundle b = new Bundle(); 68 Bundle b = new Bundle(); 79 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, 80 Bundle options) [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
MatrixCursorWithExtra.java | 18 import android.os.Bundle; 21 private final Bundle mExtras; 23 public MatrixCursorWithExtra(String[] columnNames, int initialCapacity, Bundle extras) { 30 public Bundle getExtras() {
|
/cts/tests/tests/text/src/android/text/style/cts/ |
TtsSpanTest.java | 26 PersistableBundle bundle; field in class:TtsSpanTest 29 bundle = new PersistableBundle(); 30 bundle.putString("argument.one", "value.one"); 31 bundle.putString("argument.two", "value.two"); 32 bundle.putLong("argument.three", 3); 33 bundle.putLong("argument.four", 4); 37 TtsSpan t = new TtsSpan("test.type.one", bundle); 47 TtsSpan t = new TtsSpan("test.type.two", bundle); 52 TtsSpan span = new TtsSpan("test.type.three", bundle); 57 TtsSpan span = new TtsSpan("test.type.four", bundle); [all...] |
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
CameraMediaChooserView.java | 22 import android.os.Bundle; 44 final Bundle bundle = new Bundle(); local 45 bundle.putInt(KEY_CAMERA_INDEX, CameraManager.get().getCameraIndex()); 46 return bundle; 51 if (!(state instanceof Bundle)) { 55 final Bundle bundle = (Bundle) state local [all...] |
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
FixedGridLayoutTest.java | 4 import android.os.Bundle; 10 public void onCreate(Bundle savedInstanceState)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
plugin.properties | 11 Bundle-Name= Ui Performance Test Framework Plug-in 12 Bundle-Vendor= Eclipse.org
|
/frameworks/base/core/java/android/os/ |
IUserManager.aidl | 20 import android.os.Bundle; 52 Bundle getUserRestrictions(int userHandle); 54 void setUserRestrictions(in Bundle restrictions, int userHandle); 57 void setApplicationRestrictions(in String packageName, in Bundle restrictions, 59 Bundle getApplicationRestrictions(in String packageName); 60 Bundle getApplicationRestrictionsForUser(in String packageName, int userHandle); 62 void setDefaultGuestRestrictions(in Bundle restrictions); 63 Bundle getDefaultGuestRestrictions();
|
/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
BiDiTestViewGroupMarginMixed.java | 5 import android.os.Bundle; 14 Bundle savedInstanceState) {
|
BiDiTestViewPadding.java | 5 import android.os.Bundle; 14 Bundle savedInstanceState) {
|