Home
last modified time | relevance | path

Searched refs:Sets (Results 1 – 25 of 82) sorted by relevance

1234

/frameworks/base/test-runner/src/android/test/
DClassPathPackageInfo.java19 import com.google.android.collect.Sets;
46 Set<ClassPathPackageInfo> info = Sets.newHashSet(); in getSubpackages()
54 Set<Class<?>> set = Sets.newHashSet(); in getTopLevelClassesRecursive()
DDatabaseTestUtils.java19 import com.google.android.collect.Sets;
44 Set<String> schemaSet = Sets.newHashSet(); in getSchemaSet()
DRenamingDelegatingContext.java19 import com.google.android.collect.Sets;
47 private Set<String> mDatabaseNames = Sets.newHashSet();
48 private Set<String> mFileNames = Sets.newHashSet();
DClassPathPackageInfoSource.java21 import com.google.android.collect.Sets;
78 Set<Class<?>> topLevelClasses = Sets.newHashSet(); in createPackageInfo()
250 entryNames = Sets.newHashSet(); in getJarEntries()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListInterleaveFocusables.java21 import com.google.android.collect.Sets;
32 private Set<Integer> mFocusablePositions = Sets.newHashSet(1, 3, 6);
/frameworks/base/services/core/java/com/android/server/am/
DUriPermissionOwner.java25 import com.google.android.collect.Sets;
108 mReadPerms = Sets.newArraySet(); in addReadPermission()
115 mWritePerms = Sets.newArraySet(); in addWritePermission()
DUriPermission.java26 import com.google.android.collect.Sets;
246 mReadOwners = Sets.newArraySet(); in addReadOwner()
271 mWriteOwners = Sets.newArraySet(); in addWriteOwner()
/frameworks/base/core/java/android/net/
DInterfaceConfiguration.java22 import com.google.android.collect.Sets;
34 private HashSet<String> mFlags = Sets.newHashSet();
DNetworkPolicyManager.java32 import com.google.android.collect.Sets;
282 systemSignature = Sets.newHashSet( in isUidValidForPolicy()
291 final HashSet<Signature> packageSignature = Sets.newHashSet( in isUidValidForPolicy()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsCache.java44 import com.google.android.collect.Sets;
77 private HashSet<String> mStoppedAuthorities = Sets.newHashSet();
80 private final HashSet<String> mObservedAuthorities = Sets.newHashSet();
162 private final HashSet<String> mTaskStoppedAuthorities = Sets.newHashSet();
DRecentsProvider.java42 import com.google.android.collect.Sets;
259 final Set<String> knownAuth = Sets.newHashSet(); in call()
279 final Set<String> packageAuth = Sets.newHashSet(); in call()
/frameworks/base/docs/html/tools/help/
Dlogcat.jd81 <td>Sets the maximum number of rotated logs to <code>&lt;count&gt;</code>. The default value
95 <td>Sets the default filter spec to silent.</td>
101 <td>Sets the output format for log messages. The default is <code>brief</code> format. For a
/frameworks/base/core/java/com/google/android/collect/
DSets.java32 public class Sets { class
/frameworks/base/docs/html/tools/help/uiautomator/
DConfigurator.jd184 … <div class="jd-descrdiv">Sets the timeout for waiting for an acknowledgment of generic uiautomator
203 <div class="jd-descrdiv">Sets a delay between key presses when injecting text input.</div>
221 <div class="jd-descrdiv">Sets the timeout for waiting for an acknowledgement of an
240 … <div class="jd-descrdiv">Sets the timeout for waiting for the user interface to go into an idle
259 … <div class="jd-descrdiv">Sets the timeout for waiting for a widget to become visible in the user
749 …<div class="jd-tagdata jd-tagdescr"><p>Sets the timeout for waiting for an acknowledgment of gener…
794 <div class="jd-tagdata jd-tagdescr"><p>Sets a delay between key presses when injecting text input.
834 <div class="jd-tagdata jd-tagdescr"><p>Sets the timeout for waiting for an acknowledgement of an
879 …<div class="jd-tagdata jd-tagdescr"><p>Sets the timeout for waiting for the user interface to go i…
926 …<div class="jd-tagdata jd-tagdescr"><p>Sets the timeout for waiting for a widget to become visible…
/frameworks/base/docs/html/training/notify-user/
Ddisplay-progress.jd97 // Sets the progress indicator to a max value, the
155 // Sets the progress indicator to a max value, the current completion
168 // Sets an activity indicator for an operation of indeterminate length
Dexpanded.jd122 // Sets up the Snooze and Dismiss action buttons that will appear in the
150 * Sets the big view "big text" style and supplies the
/frameworks/base/core/tests/coretests/src/android/os/
DFileUtilsTest.java27 import com.google.android.collect.Sets;
244 final HashSet<String> expectedSet = Sets.newHashSet(expected); in assertDirContents()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsRecorder.java36 import com.google.android.collect.Sets;
167 final HashSet<String> unknownIfaces = Sets.newHashSet(); in recordSnapshotLocked()
/frameworks/base/docs/html/training/basics/data-storage/
Dindex.jd46 <dt><b><a href="shared-preferences.html">Saving Key-Value Sets</a></b></dt>
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd515 <li>Segment Name - Sets
620 Sets the starting measure, beat, and tick for the event</p>
623 Sets the ending measure, beat, and tick for the event, if applicable</p>
626 Sets which track in the given segment the event will apply to</p>
629 Sets which MIDI channel the event will apply
634 Sets the event ID for the event. Multiple events can be assigned to the same
722 Sets the prefix for the name of each segment or event created</p>
725 Sets the starting time for the first segment or event</p>
728 Sets the time between segments or events created. </p>
731 Sets the number of segments or events you wish to create. If the number
[all …]
/frameworks/base/docs/html/training/contacts-provider/
Dmodify-data.jd95 // Sets the MIME type to match the Contacts Provider
238 * Sets the contact URI to edit, and the data type that the
257 // Sets the special extended data for navigation
299 // Sets the MIME type
Ddisplay-contact-badge.jd253 // Sets the URI from the incoming PHOTO_THUMBNAIL_URI
321 * Sets the image in the QuickContactBadge
473 // Sets the display name in the layout
492 * Sets the image in the QuickContactBadge
601 // Sets up the adapter for the ListView
/frameworks/base/core/tests/coretests/src/android/net/
DNetworkStatsTest.java28 import com.google.android.collect.Sets;
274 final HashSet<String> ifaces = Sets.newHashSet(); in testGetTotal()
/frameworks/base/core/java/android/accounts/
DChooseTypeAndAccountActivity.java18 import com.google.android.collect.Sets;
516 setOfRelevantAccountTypes = Sets.newHashSet(allowedAccountTypes); in getReleventAccountTypes()
/frameworks/rs/scriptc/
Drs_object.rsh95 * Sets the object to NULL.

1234