HomeSort by relevance Sort by last modified time
    Searched full:bundle (Results 51 - 75 of 7390) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/slf4j/jcl-over-slf4j/src/main/resources/META-INF/
MANIFEST.MF 2 Bundle-ManifestVersion: 2
3 Bundle-SymbolicName: jcl.over.slf4j
4 Bundle-Name: jcl-over-slf4j
5 Bundle-Vendor: SLF4J.ORG
6 Bundle-RequiredExecutionEnvironment: J2SE-1.5
  /external/slf4j/jul-to-slf4j/src/main/resources/META-INF/
MANIFEST.MF 0 Bundle-ManifestVersion: 2
2 Bundle-SymbolicName: jul.to.slf4j
3 Bundle-Name: jul-to-slf4j
4 Bundle-Vendor: SLF4J.ORG
5 Bundle-RequiredExecutionEnvironment: J2SE-1.5
  /external/slf4j/slf4j-android/src/main/resources/META-INF/
MANIFEST.MF 2 Bundle-ManifestVersion: 2
3 Bundle-SymbolicName: slf4j.android
4 Bundle-Name: slf4j-android
5 Bundle-Vendor: SLF4J.ORG
6 Bundle-RequiredExecutionEnvironment: J2SE-1.5
  /external/slf4j/slf4j-api/src/main/resources/META-INF/
MANIFEST.MF 2 Bundle-ManifestVersion: 2
3 Bundle-SymbolicName: slf4j.api
4 Bundle-Name: slf4j-api
5 Bundle-Vendor: SLF4J.ORG
6 Bundle-RequiredExecutionEnvironment: J2SE-1.5
  /external/slf4j/slf4j-jdk14/src/main/resources/META-INF/
MANIFEST.MF 2 Bundle-ManifestVersion: 2
3 Bundle-SymbolicName: slf4j.jdk14
4 Bundle-Name: slf4j-jdk14
5 Bundle-Vendor: SLF4J.ORG
6 Bundle-RequiredExecutionEnvironment: J2SE-1.5
  /external/slf4j/slf4j-log4j12/src/main/resources/META-INF/
MANIFEST.MF 2 Bundle-ManifestVersion: 2
3 Bundle-SymbolicName: slf4j.log4j12
4 Bundle-Name: slf4j-log4j12
5 Bundle-Vendor: SLF4J.ORG
6 Bundle-RequiredExecutionEnvironment: J2SE-1.5
  /external/slf4j/slf4j-nop/src/main/resources/META-INF/
MANIFEST.MF 2 Bundle-ManifestVersion: 2
3 Bundle-SymbolicName: slf4j.nop
4 Bundle-Name: slf4j-nop
5 Bundle-Vendor: SLF4J.ORG
6 Bundle-RequiredExecutionEnvironment: J2SE-1.5
  /frameworks/support/v4/jellybean-mr2/android/support/v4/app/
BundleCompatJellybeanMR2.java 19 import android.os.Bundle;
26 public static IBinder getBinder(Bundle bundle, String key) {
27 return bundle.getBinder(key);
30 public static void putBinder(Bundle bundle, String key, IBinder binder) {
31 bundle.putBinder(key, binder);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
TestAuthenticator.java 25 import android.os.Bundle;
62 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType,
63 String authTokenType, String[] requiredFeatures, Bundle options) {
65 final Bundle bundle = new Bundle(); local
73 bundle.putString(AccountManager.KEY_ACCOUNT_NAME, account.name);
74 bundle.putString(AccountManager.KEY_ACCOUNT_TYPE, account.type);
75 return bundle;
82 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account
85 final Bundle bundle = new Bundle(); local
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
MockAccountAuthenticator.java 25 import android.os.Bundle;
38 private Bundle createResultBundle() {
39 Bundle result = new Bundle();
48 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType,
49 String authTokenType, String[] requiredFeatures, Bundle options)
55 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
60 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
61 String authTokenType, Bundle options) throws NetworkErrorException {
66 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
MockAccountAuthenticator.java 25 import android.os.Bundle;
40 private Bundle createResultBundle() {
41 Bundle result = new Bundle();
50 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType,
51 String authTokenType, String[] requiredFeatures, Bundle options)
57 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
62 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account,
63 String authTokenType, Bundle options) throws NetworkErrorException {
68 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
StaticAccountAuthenticator.java 25 import android.os.Bundle;
41 private static Bundle sAccountBundle;
43 sAccountBundle = new Bundle();
49 private static Bundle createResultBundle() {
58 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {
63 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType,
64 String authTokenType, String[] requiredFeatures, Bundle options)
70 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account,
71 Bundle options) throws NetworkErrorException {
72 Bundle result = new Bundle()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/META-INF/
MANIFEST.MF 2 Bundle-ManifestVersion: 2
3 Bundle-Name: Tracer for OpenGL ES
4 Bundle-SymbolicName: com.android.ide.eclipse.gldebugger;singleton:=true
5 Bundle-Version: 24.0.2.qualifier
6 Bundle-Activator: com.android.ide.eclipse.gltrace.GlTracePlugin
7 Require-Bundle: org.eclipse.ui,
15 Bundle-ActivationPolicy: lazy
16 Bundle-ClassPath: libs/host-libprotobuf-java-2.3.0-lite.jar,
19 Bundle-Vendor: The Android Open Source Project
23 Bundle-RequiredExecutionEnvironment: JavaSE-1.
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
SyncUtils.java 24 import android.os.Bundle;
44 Bundle bundle = new Bundle(); local
45 bundle.putString(SyncAdapter.BUNDLE_KEY_INPUT_ID, inputId);
46 ContentResolver.addPeriodicSync(account, CONTENT_AUTHORITY, bundle,
51 Bundle bundle = new Bundle(); local
52 bundle.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true)
56 bundle); local
    [all...]
DummyAccountService.java 26 import android.os.Bundle;
63 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse,
69 public Bundle addAccount(AccountAuthenticatorResponse accountAuthenticatorResponse,
70 String s, String s2, String[] strings, Bundle bundle) throws NetworkErrorException {
75 public Bundle confirmCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse,
76 Account account, Bundle bundle) throws NetworkErrorException {
81 public Bundle getAuthToken(AccountAuthenticatorResponse accountAuthenticatorResponse,
82 Account account, String s, Bundle bundle) throws NetworkErrorException
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/
MANIFEST.MF 2 Bundle-ManifestVersion: 2
3 Bundle-Name: %Bundle-Name
4 Bundle-SymbolicName: com.android.ide.eclipse.ddms;singleton:=true
5 Bundle-Version: 24.0.2.qualifier
6 Bundle-Activator: com.android.ide.eclipse.ddms.DdmsPlugin
7 Bundle-Vendor: %Bundle-Vendor
8 Bundle-Localization: plugin
9 Require-Bundle: org.eclipse.ui
    [all...]
  /external/llvm/utils/textmate/
README 1 This directory contains a "bundle" for doing syntax highlighting of TableGen
3 by the TextMate "C" bundle. Currently, keywords, comments, and strings are
6 To install this bundle, copy it to the per user area:
  /frameworks/base/core/java/android/os/
RemoteCallback.java 29 final Bundle mResult;
31 DeliverResult(Bundle result) {
41 public void sendResult(Bundle bundle) {
42 mHandler.post(new DeliverResult(bundle));
51 protected void onResult(Bundle bundle) {
65 public void sendResult(Bundle bundle) throws RemoteException {
66 mTarget.sendResult(bundle);
    [all...]
  /external/icu/icu4c/source/test/testdata/
testempty.txt 7 // empty resource bundle test
  /external/slf4j/
.gitignore 10 integration/bundle/
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/META-INF/
MANIFEST.MF 2 Bundle-ManifestVersion: 2
3 Bundle-Name: ADT CDT Integration
4 Bundle-SymbolicName: com.android.ide.eclipse.ndk;singleton:=true
5 Bundle-Version: 24.0.2.qualifier
6 Bundle-Activator: com.android.ide.eclipse.ndk.internal.Activator
7 Bundle-Vendor: The Android Open Source Project
8 Require-Bundle: org.eclipse.core.runtime,
27 Bundle-ActivationPolicy: lazy
28 Bundle-ClassPath: .
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/META-INF/
MANIFEST.MF 2 Bundle-ManifestVersion: 2
3 Bundle-Name: Pdt
4 Bundle-SymbolicName: com.android.ide.eclipse.pdt;singleton:=true
5 Bundle-Version: 24.0.2.qualifier
6 Bundle-Vendor: The Android Open Source Project
7 Require-Bundle: org.eclipse.ui,
19 Bundle-Activator: com.android.ide.eclipse.pdt.PdtPlugin
20 Bundle-ActivationPolicy: lazy
21 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
  /frameworks/base/telecomm/java/android/telecom/
AuthenticatorService.java 25 import android.os.Bundle;
56 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse,
62 public Bundle addAccount(AccountAuthenticatorResponse accountAuthenticatorResponse,
63 String s, String s2, String[] strings, Bundle bundle)
69 public Bundle confirmCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse,
70 Account account, Bundle bundle)
76 public Bundle getAuthToken(AccountAuthenticatorResponse accountAuthenticatorResponse,
77 Account account, String s, Bundle bundle
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvTrackInfoTest.java 20 import android.os.Bundle;
33 final Bundle bundle = new Bundle(); local
38 .setExtra(bundle)
45 assertEquals(bundle.get("testTrue"), info.getExtra().get("testTrue"));
58 assertEquals(bundle.get("testTrue"), infoFromParcel.getExtra().get("testTrue"));
67 final Bundle bundle = new Bundle(); local
105 final Bundle bundle = new Bundle(); local
    [all...]
  /cts/tests/tests/alarmclock/common/src/android/alarmclock/common/
Utils.java 18 import android.os.Bundle;
38 public static final String toBundleString(Bundle bundle) {
39 if (bundle == null) {
40 return "*** Bundle is null ****";
43 if (bundle != null) {
45 for (String s : bundle.keySet()) {
46 buf.append("(" + s + " = " + bundle.get(s) + "), ");

Completed in 400 milliseconds

1 23 4 5 6 7 8 91011>>