Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 25 of 175) sorted by relevance

1234567

/frameworks/base/services/tests/notification/src/com/android/server/notification/
DValidateNotificationPeopleTest.java39 Bundle bundle = new Bundle(); in testNoExtra() local
47 Bundle bundle = new Bundle(); in testSingleString() local
56 Bundle bundle = new Bundle(); in testSingleCharArray() local
65 Bundle bundle = new Bundle(); in testSingleCharSequence() local
73 Bundle bundle = new Bundle(); in testStringArraySingle() local
82 Bundle bundle = new Bundle(); in testStringArrayMultiple() local
91 Bundle bundle = new Bundle(); in testStringArrayNulls() local
100 Bundle bundle = new Bundle(); in testCharSequenceArrayMultiple() local
113 Bundle bundle = new Bundle(); in testMixedCharSequenceArrayList() local
130 Bundle bundle = new Bundle(); in testStringArrayList() local
[all …]
/frameworks/support/compat/java/android/support/v4/app/
DBundleCompat.java41 public static IBinder getBinder(Bundle bundle, String key) { in getBinder()
64 public static void putBinder(Bundle bundle, String key, IBinder binder) { in putBinder()
97 public static IBinder getBinder(Bundle bundle, String key) { in getBinder()
112 public static void putBinder(Bundle bundle, String key, IBinder binder) { in putBinder()
/frameworks/base/telecomm/java/android/telecom/
DAuthenticatorService.java63 String s, String s2, String[] strings, Bundle bundle) in addAccount()
70 Account account, Bundle bundle) in confirmCredentials()
77 Account account, String s, Bundle bundle) in getAuthToken()
89 Account account, String s, Bundle bundle) in updateCredentials()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceTest.java57 Bundle bundle = createBundle(); in testWriteReadApplicationRestrictions() local
87 Bundle bundle = new Bundle(); in createBundle() local
102 private void assertBundle(Bundle bundle) { in assertBundle()
/frameworks/base/telephony/java/android/telephony/
DCellLocation.java60 public static CellLocation newFromBundle(Bundle bundle) { in newFromBundle()
76 public abstract void fillInNotifierBundle(Bundle bundle); in fillInNotifierBundle()
/frameworks/base/tools/aapt/
DPackage.cpp52 status_t writeAPK(Bundle* bundle, const String8& outputFile, const sp<OutputSet>& outputSet) in writeAPK()
218 ssize_t processAssets(Bundle* bundle, ZipFile* zip, const sp<const OutputSet>& outputSet) in processAssets()
245 bool processFile(Bundle* bundle, ZipFile* zip, in processFile()
366 bool okayToCompress(Bundle* bundle, const String8& pathName) in okayToCompress()
427 ssize_t processJarFiles(Bundle* bundle, ZipFile* zip) in processJarFiles()
DMain.cpp236 int handleCommand(Bundle* bundle) in handleCommand()
265 Bundle bundle; in main() local
/frameworks/base/core/java/android/os/
DSynchronousResultReceiver.java37 @Nullable public Bundle bundle; field in SynchronousResultReceiver.Result
39 public Result(int resultCode, @Nullable Bundle bundle) { in Result()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DHelper.java53 static void append(StringBuilder builder, Bundle bundle) { in append()
69 static String bundleToString(Bundle bundle) { in bundleToString()
/frameworks/support/customtabs/src/android/support/customtabs/
DCustomTabsSession.java86 Bundle bundle = new Bundle(); in setActionButton() local
110 Bundle bundle = new Bundle(); in setSecondaryToolbarViews() local
133 Bundle bundle = new Bundle(); in setToolbarItem() local
DCustomTabsIntent.java299 Bundle bundle = new Bundle(); in Builder() local
352 Bundle bundle = new Bundle(); in addMenuItem() local
383 Bundle bundle = new Bundle(); in setActionButton() local
432 Bundle bundle = new Bundle(); in addToolbarItem() local
506 Bundle bundle = ActivityOptionsCompat.makeCustomAnimation( in setExitAnimations() local
/frameworks/base/tools/bit/
Dadb.cpp340 find_penultimate_entry(const ResultsBundle& bundle, va_list args) in find_penultimate_entry()
370 get_bundle_string(const ResultsBundle& bundle, bool* found, ...) in get_bundle_string()
389 get_bundle_int(const ResultsBundle& bundle, bool* found, ...) in get_bundle_int()
408 get_bundle_float(const ResultsBundle& bundle, bool* found, ...) in get_bundle_float()
427 get_bundle_double(const ResultsBundle& bundle, bool* found, ...) in get_bundle_double()
446 get_bundle_long(const ResultsBundle& bundle, bool* found, ...) in get_bundle_long()
/frameworks/base/core/tests/coretests/src/android/content/
DRestrictionsManagerTest.java68 Bundle bundle = RestrictionsManager.convertRestrictionsToBundle(manifestRestrictions); in testConvertRestrictionsToBundle() local
80 Bundle bundle = RestrictionsManager.convertRestrictionsToBundle(manifestRestrictions); in testConvertRestrictionsToBundle_bundleArray() local
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouteSelector.java57 MediaRouteSelector(Bundle bundle, List<String> controlCategories) { in MediaRouteSelector()
205 public static MediaRouteSelector fromBundle(@Nullable Bundle bundle) { in fromBundle()
303 Bundle bundle = new Bundle(); in build() local
DMediaRouteDiscoveryRequest.java51 private MediaRouteDiscoveryRequest(Bundle bundle) { in MediaRouteDiscoveryRequest()
129 public static MediaRouteDiscoveryRequest fromBundle(Bundle bundle) { in fromBundle()
DMediaRouteProviderDescriptor.java38 MediaRouteProviderDescriptor(Bundle bundle, in MediaRouteProviderDescriptor()
113 public static MediaRouteProviderDescriptor fromBundle(Bundle bundle) { in fromBundle()
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
DAnimationThread.java59 public int compareTo(MessageBundle bundle) { in compareTo()
118 MessageBundle bundle = mQueue.poll(); in run() local
/frameworks/base/services/core/java/com/android/server/pm/
DProcessLoggingHandler.java51 Bundle bundle = msg.getData(); in handleMessage() local
64 Bundle bundle = msg.getData(); in handleMessage() local
/frameworks/base/core/tests/coretests/src/android/app/
DInstrumentationTest.java30 Bundle bundle = new Bundle(); in testSendStatus() local
/frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/
DAnimationActivity.java25 public void onCreate(Bundle bundle) { in onCreate()
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
DProcessExpressions.java206 final ResourceBundle.LayoutFileBundle bundle in appendTo() local
234 final ResourceBundle.LayoutFileBundle bundle = ResourceBundle.LayoutFileBundle in appendTo() local
250 public void updateOverridden(ResourceBundle bundle) throws JAXBException { in updateOverridden()
/frameworks/base/services/core/java/com/android/server/accounts/
DCryptoHelper.java56 /* default */ Bundle encryptBundle(@NonNull Bundle bundle) throws GeneralSecurityException { in encryptBundle()
78 /* default */ Bundle decryptBundle(@NonNull Bundle bundle) throws GeneralSecurityException { in decryptBundle()
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/
DSwipeRefreshLayoutActivityList.java31 public void onCreate(Bundle bundle) { in onCreate()
/frameworks/base/core/java/com/android/internal/textservice/
DISpellCheckerService.aidl45 String locale, ISpellCheckerSessionListener listener, in Bundle bundle, in getISpellCheckerSession()
/frameworks/support/compat/jellybean/android/support/v4/app/
DBundleUtil.java14 public static Bundle[] getBundleArrayFromBundle(Bundle bundle, String key) { in getBundleArrayFromBundle()

1234567