Searched defs:set (Results 126 - 130 of 130) sorted by relevance

123456

/frameworks/base/core/java/android/provider/
H A DContactsContract.java68 * as a phone number or email addresses. The set of data kinds that can be
69 * stored in this table is open-ended. There is a predefined set of common
73 * A row in the {@link RawContacts} table represents a set of data describing a
124 * {@link RawContacts#DIRTY} is not automatically set and the
125 * "syncToNetwork" parameter is set to false when calling
244 * The key to set in the outbound Bundle with the URI that should be authorized.
668 * @see android.provider.SyncStateContract.Helpers#set
670 public static void set(ContentProviderClient provider, Account account, byte[] data) method in class:ContactsContract.SyncState
672 SyncStateContract.Helpers.set(provider, CONTENT_URI, account, data);
722 * @see android.provider.SyncStateContract.Helpers#set
724 public static void set(ContentProviderClient provider, Account account, byte[] data) method in class:ContactsContract.ProfileSyncState
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp531 * If the high bit is set, then there are two characters or 4 bytes of length
553 * If the high bit is set, then there are two characters or 2 bytes of length
3283 bag_set* set = typeSet[e]; local
3284 if (set) {
3285 if (set != (bag_set*)0xFFFFFFFF) {
3287 *outTypeSpecFlags = set->typeSpecFlags;
3289 *outBag = (bag_entry*)(set+1);
3291 return set->numAttrs;
3317 bag_set* set = NULL; local
3360 if (set) fre
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java207 // map UIDs to the set of participating packages under that UID
210 // set of backup services that have pending changes
484 // snapshot the pending-backup set and work on that
510 // Spin up a backup state sequence and set it running
619 Slog.e(TAG, "Error from transport getting set list");
671 // Remove the token from the set
825 // Attach to the Google backup transport. When this comes up, it will set
850 // leftover journal files into the pending backup set
877 // fully set up.
955 // Ignore it -- we'll validate "processed" against the current package set
1466 removePackageFromSetLocked(final HashSet<String> set, final String packageName) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java387 // It is possible to have a selection even when mEditor is null (programmatically set, like when
922 // text, since we can't tell the IME about the set of digits
928 // If set, the input type overrides what was set using the deprecated singleLine flag.
1719 // We need to retain the last set padding, so just clear
1813 * want a Drawable there. The Drawables' bounds will be set to
1838 * want a Drawable there. The Drawables' bounds will be set to
1888 // We need to retain the last set padding, so just clear
1983 * want a Drawable there. The Drawables' bounds will be set to
2011 * want a Drawable there. The Drawables' bounds will be set t
8545 /* package */ void set(char[] chars, int start, int len) { method in class:TextView.CharWrapper
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java712 // Determine the set of users who are adding this
965 Slog.w(TAG, "**** ro.build.version.sdk not set!");
2493 // First figure out how good the original match set is.
2556 // Okay we found a previously set preferred app.
2557 // If the result set is different from when this
2561 Slog.i(TAG, "Result set changed, dropping preferred activity for "
3301 // An updated system app will not have the PARSE_IS_SYSTEM flag set
3367 Slog.e(TAG, "Resource path not set for pkg : " + pkg.packageName);
3622 // Bail out. The resource and code paths haven't been set.
3623 Slog.w(TAG, " Code and resource paths haven't been set correctl
8672 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, int userId) argument
8699 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
[all...]

Completed in 142 milliseconds

123456