Home
last modified time | relevance | path

Searched refs:Bundle (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/external/libtextclassifier/java/src/com/android/textclassifier/
DExtrasUtils.java21 import android.os.Bundle;
56 static Bundle createForeignLanguageExtra(String language, float score, int modelVersion) { in createForeignLanguageExtra()
57 final Bundle bundle = new Bundle(); in createForeignLanguageExtra()
71 static void putForeignLanguageExtra(Bundle container, Bundle extra) { in putForeignLanguageExtra()
83 public static Bundle getForeignLanguageExtra(@Nullable TextClassification classification) { in getForeignLanguageExtra()
91 static void putTopLanguageScores(Bundle container, EntityConfidence languageScores) { in putTopLanguageScores()
109 final Bundle tcBundle = intent.getBundleExtra(TextClassifier.EXTRA_FROM_TEXT_CLASSIFIER); in getTopLanguage()
113 final Bundle textLanguagesExtra = tcBundle.getBundle(TEXT_LANGUAGES); in getTopLanguage()
134 public static void putTextLanguagesExtra(Bundle container, Bundle extra) { in putTextLanguagesExtra()
142 static void putActionsIntents(Bundle container, ArrayList<Intent> actionsIntents) { in putActionsIntents()
[all …]
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DDeqpInstrumentation.java27 import android.os.Bundle;
45 public void onCreate (Bundle arguments) { in onCreate()
144 finish(0, new Bundle()); in onStart()
150 Bundle info = new Bundle(); in onStart()
170 Bundle info = new Bundle(); in testCaseResult()
181 Bundle info = new Bundle(); in beginTestCase()
191 Bundle info = new Bundle(); in endTestCase()
218 Bundle info = new Bundle(); in testLogData()
234 Bundle info = new Bundle(); in beginSession()
242 Bundle info = new Bundle(); in endSession()
[all …]
/external/setupcompat/main/java/com/google/android/setupcompat/portal/
DPortalResultHelper.java19 import android.os.Bundle;
26 public static boolean isSuccess(Bundle bundle) { in isSuccess()
30 public static String getErrorMessage(Bundle bundle) { in getErrorMessage()
34 public static Bundle createSuccessBundle() { in createSuccessBundle()
35 Bundle resultBundle = new Bundle(); in createSuccessBundle()
40 public static Bundle createFailureBundle(String errorMessage) { in createFailureBundle()
41 Bundle resultBundle = new Bundle(); in createFailureBundle()
/external/setupcompat/main/java/com/google/android/setupcompat/logging/internal/
DMetricBundleConverter.java3 import android.os.Bundle;
11 public static Bundle createBundleForLogging(CustomEvent customEvent) { in createBundleForLogging()
12 Bundle bundle = new Bundle(); in createBundleForLogging()
17 public static Bundle createBundleForLoggingCounter(MetricKey counterName, int times) { in createBundleForLoggingCounter()
18 Bundle bundle = new Bundle(); in createBundleForLoggingCounter()
24 public static Bundle createBundleForLoggingTimer(MetricKey timerName, long timeInMillis) { in createBundleForLoggingTimer()
25 Bundle bundle = new Bundle(); in createBundleForLoggingTimer()
/external/deqp/android/package/src/com/drawelements/deqp/platformutil/
DDeqpPlatformCapabilityQueryInstrumentation.java27 import android.os.Bundle;
45 public void onCreate (Bundle arguments) { in onCreate()
58 Bundle resultInfo; in onStart()
67 resultInfo = new Bundle(); in onStart()
76 resultInfo = new Bundle(); in onStart()
84 private Bundle doRenderConfigSupportedQuery () in doRenderConfigSupportedQuery()
93 final Bundle resultInfo = new Bundle(); in doRenderConfigSupportedQuery()
99 final Bundle resultInfo = new Bundle(); in doRenderConfigSupportedQuery()
/external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
DShadowGoogleAuthUtil.java6 import android.os.Bundle;
72 Bundle extras) throws IOException, UserRecoverableAuthException, GoogleAuthException { in getToken()
84 Bundle extras) throws IOException, UserRecoverableAuthException, GoogleAuthException { in getToken()
90 String scope, Bundle extras) in getTokenWithNotification()
97 String scope, Bundle extras, Intent callback) in getTokenWithNotification()
105 String scope, Bundle extras, String authority, Bundle syncBundle) in getTokenWithNotification()
113 String scope, Bundle extras, Intent callback) in getTokenWithNotification()
121 String scope, Bundle extras) in getTokenWithNotification()
128 String scope, Bundle extras, String authority, Bundle syncBundle) in getTokenWithNotification()
161 public String getToken(Context context, Account account, String scope, Bundle extras) in getToken()
[all …]
/external/icu/icu4j/main/classes/collate/
Dmanifest.stub9 Bundle-ManifestVersion: 2
10 Bundle-Name: ICU4J collate
11 Bundle-Description: International Components for Unicode for Java (collate)
12 Bundle-SymbolicName: com.ibm.icu.collate
13 Bundle-Version: @IMPLVERSION@
14 Bundle-Vendor: Unicode, Inc.
15 Bundle-Copyright: @COPYRIGHT@
16 Bundle-RequiredExecutionEnvironment: @EXECENV@
/external/icu/icu4j/main/classes/translit/
Dmanifest.stub9 Bundle-ManifestVersion: 2
10 Bundle-Name: ICU4J transliteration
11 Bundle-Description: International Components for Unicode for Java (transliteration)
12 Bundle-SymbolicName: com.ibm.icu.translit
13 Bundle-Version: @IMPLVERSION@
14 Bundle-Vendor: Unicode, Inc.
15 Bundle-Copyright: @COPYRIGHT@
16 Bundle-RequiredExecutionEnvironment: @EXECENV@
/external/icu/icu4j/main/classes/langdata/
Dmanifest.stub9 Bundle-ManifestVersion: 2
10 Bundle-Name: ICU4J language data
11 Bundle-Description: International Components for Unicode for Java (language data)
12 Bundle-SymbolicName: com.ibm.icu.langdata
13 Bundle-Version: @IMPLVERSION@
14 Bundle-Vendor: Unicode, Inc.
15 Bundle-Copyright: @COPYRIGHT@
16 Bundle-RequiredExecutionEnvironment: @EXECENV@
/external/icu/icu4j/main/classes/regiondata/
Dmanifest.stub9 Bundle-ManifestVersion: 2
10 Bundle-Name: ICU4J region data
11 Bundle-Description: International Components for Unicode for Java (region data)
12 Bundle-SymbolicName: com.ibm.icu.regiondata
13 Bundle-Version: @IMPLVERSION@
14 Bundle-Vendor: Unicode, Inc.
15 Bundle-Copyright: @COPYRIGHT@
16 Bundle-RequiredExecutionEnvironment: @EXECENV@
/external/icu/icu4j/main/classes/currdata/
Dmanifest.stub9 Bundle-ManifestVersion: 2
10 Bundle-Name: ICU4J currency data
11 Bundle-Description: International Components for Unicode for Java (currency data)
12 Bundle-SymbolicName: com.ibm.icu.currdata
13 Bundle-Version: @IMPLVERSION@
14 Bundle-Vendor: Unicode, Inc.
15 Bundle-Copyright: @COPYRIGHT@
16 Bundle-RequiredExecutionEnvironment: @EXECENV@
/external/setupcompat/main/aidl/com/google/android/setupcompat/portal/
DIPortalProgressCallback.aidl19 import android.os.Bundle;
31 Bundle setProgressCount(int completed, int failed, int total) = 0; in setProgressCount()
36 Bundle setProgressPercentage(int percentage) = 1; in setProgressPercentage()
41 Bundle setSummary(String summary) = 2;
50 Bundle setPendingReason(int reasonResId, int quantity, in int[] formatArgs, int reason) = 3; in setPendingReason()
60 Bundle setComplete(int resId, int quantity, in int[] formatArgs) = 4; in setComplete()
71 Bundle setFailure(int resId, int quantity, in int[] formatArgs) = 5; in setFailure()
/external/icu/icu4j/main/classes/core/
Dmanifest.stub9 Bundle-ManifestVersion: 2
10 Bundle-Name: ICU4J core
11 Bundle-Description: International Components for Unicode for Java (core)
12 Bundle-SymbolicName: com.ibm.icu.core
13 Bundle-Version: @IMPLVERSION@
14 Bundle-Vendor: Unicode, Inc.
15 Bundle-Copyright: @COPYRIGHT@
16 Bundle-RequiredExecutionEnvironment: @EXECENV@
/external/icu/icu4j/main/classes/charset/
Dmanifest.stub9 Bundle-ManifestVersion: 2
10 Bundle-Name: ICU4J charset
11 Bundle-Description: International Components for Unicode for Java (charset)
12 Bundle-SymbolicName: com.ibm.icu.charset
13 Bundle-Version: @IMPLVERSION@
14 Bundle-Vendor: Unicode, Inc.
15 Bundle-Copyright: @COPYRIGHT@
16 Bundle-RequiredExecutionEnvironment: @EXECENV@
/external/icu/icu4j/main/classes/localespi/
Dmanifest.stub9 Bundle-ManifestVersion: 2
10 Bundle-Name: ICU4J JDK locale service provider
11 Bundle-Description: International Components for Unicode for Java (JDK locale service provider)
12 Bundle-SymbolicName: com.ibm.icu.localespi
13 Bundle-Version: @IMPLVERSION@
14 Bundle-Vendor: Unicode, Inc.
15 Bundle-Copyright: @COPYRIGHT@
16 Bundle-RequiredExecutionEnvironment: @EXECENV@
/external/slf4j/integration/src/IBUNDLE-META-INF/
DMANIFEST.MF6 Bundle-Description: iBundle
7 Bundle-Version: 0.1
8 Bundle-Activator: integrator.Activator
10 Bundle-ManifestVersion: 2
11 Bundle-SymbolicName: iBundle
12 Bundle-Name: abundle
13 Bundle-RequiredExecutionEnvironment: J2SE-1.5
/external/icu/icu4j/
Dmanifest.stub9 Bundle-ManifestVersion: 2
10 Bundle-Name: ICU4J
11 Bundle-Description: International Components for Unicode for Java
12 Bundle-SymbolicName: com.ibm.icu
13 Bundle-Version: @IMPLVERSION@
14 Bundle-Vendor: Unicode, Inc.
15 Bundle-Copyright: @COPYRIGHT@
16 Bundle-RequiredExecutionEnvironment: @EXECENV@
/external/google-java-format/eclipse_plugin/META-INF/
DMANIFEST.MF2 Bundle-ManifestVersion: 2
3 Bundle-Name: google-java-format
4 Bundle-SymbolicName: google-java-format-eclipse-plugin;singleton:=true
5 Bundle-Version: 1.6.0
6 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7 Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
12 Bundle-ClassPath: .,
/external/slf4j/slf4j-jcl/src/main/resources/META-INF/
DMANIFEST.MF2 Bundle-ManifestVersion: 2
3 Bundle-SymbolicName: slf4j.jcl
4 Bundle-Name: slf4j-jcl
5 Bundle-Vendor: SLF4J.ORG
6 Require-Bundle: slf4j.api
7 Bundle-RequiredExecutionEnvironment: J2SE-1.5
/external/slf4j/slf4j-simple/src/main/resources/META-INF/
DMANIFEST.MF2 Bundle-ManifestVersion: 2
3 Bundle-SymbolicName: slf4j.simple
4 Bundle-Name: slf4j-simple
5 Bundle-Vendor: SLF4J.ORG
6 Require-Bundle: slf4j.api
7 Bundle-RequiredExecutionEnvironment: J2SE-1.5
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccountManager.java19 import android.os.Bundle;
50 private List<Bundle> addAccountOptionsList = new ArrayList<>();
114 protected boolean addAccountExplicitly(Account account, String password, Bundle userdata) { in addAccountExplicitly()
346 public Bundle getNextAddAccountOptions() {
359 public Bundle peekNextAddAccountOptions() {
367 private class RoboAccountManagerFuture extends BaseRoboAccountManagerFuture<Bundle> {
370 private final Bundle resultBundle;
372 …RoboAccountManagerFuture(AccountManagerCallback<Bundle> callback, Handler handler, String accountT…
377 this.resultBundle = new Bundle();
381 public Bundle doWork() throws OperationCanceledException, IOException, AuthenticatorException {
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
DFragmentController.java6 import android.os.Bundle;
29 public static <F extends Fragment> FragmentController<F> of(F fragment, Bundle arguments) { in of()
33 …public static <F extends Fragment> FragmentController<F> of(F fragment, Intent intent, Bundle argu… in of()
42 …> FragmentController<F> of(F fragment, Class<? extends Activity> activityClass, Bundle arguments) { in of()
47 Intent intent, Bundle arguments) { in of()
55 …private FragmentController(F fragment, Class<? extends Activity> activityClass, Bundle arguments) { in FragmentController()
60 Intent intent, Bundle arguments) { in FragmentController()
72 public FragmentController<F> create(final int contentViewId, final Bundle bundle) { in create()
85 public FragmentController<F> create(Bundle bundle) { in create()
155 public FragmentController<F> saveInstanceState(final Bundle outState) { in saveInstanceState()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiAwareManagerFacade.java42 import android.os.Bundle;
692 Bundle mResults = new Bundle(); in onAttached()
705 Bundle mResults = new Bundle(); in onAttachFailed()
728 Bundle mResults = new Bundle(); in onIdentityChanged()
753 private void postEvent(String eventName, Bundle results) { in postEvent()
768 Bundle mResults = new Bundle(); in onPublishStarted()
781 Bundle mResults = new Bundle(); in onSubscribeStarted()
790 Bundle mResults = new Bundle(); in onSessionConfigUpdated()
797 Bundle mResults = new Bundle(); in onSessionConfigFailed()
804 Bundle mResults = new Bundle(); in onSessionTerminated()
[all …]
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
DRcsPresenceInfo.java31 import android.os.Bundle;
246 private Bundle getBundle() { in getBundle()
267 Bundle capability = new Bundle(); in set()
308 private Bundle mServiceInfo = new Bundle();
311 Bundle serviceInfo = mServiceInfo.getBundle(String.valueOf(serviceType)); in getServiceInfo()
320 Bundle serviceInfo = mServiceInfo.getBundle(String.valueOf(serviceType)); in getServiceInfo()
329 Bundle serviceInfo = mServiceInfo.getBundle(String.valueOf(serviceType)); in getServiceInfo()
337 Bundle serviceInfo = mServiceInfo.getBundle(String.valueOf(serviceType)); in getServiceInfo()
/external/robolectric-shadows/shadows/androidx/fragment/src/main/java/org/robolectric/shadows/androidx/fragment/
DFragmentController.java4 import android.os.Bundle;
29 F fragment, Class<? extends FragmentActivity> activityClass, Bundle arguments) { in FragmentController()
37 Bundle arguments) { in FragmentController()
75 public static <F extends Fragment> FragmentController<F> of(F fragment, Bundle arguments) { in of()
100 F fragment, Intent intent, Bundle arguments) { in of()
126 F fragment, Class<? extends FragmentActivity> activityClass, Bundle arguments) { in of()
144 Bundle arguments) { in of()
178 F fragment, Class<? extends FragmentActivity> fragmentActivityClass, Bundle bundle) { in setupFragment()
196 Bundle bundle) { in setupFragment()
209 public FragmentController<F> create(final int contentViewId, final Bundle bundle) { in create()
[all …]

12345678910>>...23