/frameworks/base/test-runner/src/android/test/ |
D | ClassPathPackageInfo.java | 19 import com.google.android.collect.Sets; 46 Set<ClassPathPackageInfo> info = Sets.newHashSet(); in getSubpackages() 54 Set<Class<?>> set = Sets.newHashSet(); in getTopLevelClassesRecursive()
|
D | DatabaseTestUtils.java | 19 import com.google.android.collect.Sets; 44 Set<String> schemaSet = Sets.newHashSet(); in getSchemaSet()
|
D | RenamingDelegatingContext.java | 19 import com.google.android.collect.Sets; 47 private Set<String> mDatabaseNames = Sets.newHashSet(); 48 private Set<String> mFileNames = Sets.newHashSet();
|
D | ClassPathPackageInfoSource.java | 21 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/ |
D | ListInterleaveFocusables.java | 21 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/ |
D | UriPermissionOwner.java | 25 import com.google.android.collect.Sets; 108 mReadPerms = Sets.newArraySet(); in addReadPermission() 115 mWritePerms = Sets.newArraySet(); in addWritePermission()
|
D | UriPermission.java | 26 import com.google.android.collect.Sets; 246 mReadOwners = Sets.newArraySet(); in addReadOwner() 271 mWriteOwners = Sets.newArraySet(); in addWriteOwner()
|
/frameworks/base/core/java/android/net/ |
D | InterfaceConfiguration.java | 22 import com.google.android.collect.Sets; 34 private HashSet<String> mFlags = Sets.newHashSet();
|
D | NetworkPolicyManager.java | 32 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/ |
D | RootsCache.java | 44 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();
|
D | RecentsProvider.java | 42 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/ |
D | logcat.jd | 81 <td>Sets the maximum number of rotated logs to <code><count></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/ |
D | Sets.java | 32 public class Sets { class
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | Configurator.jd | 184 … <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/ |
D | display-progress.jd | 97 // 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
|
D | expanded.jd | 122 // 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/ |
D | FileUtilsTest.java | 27 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/ |
D | NetworkStatsRecorder.java | 36 import com.google.android.collect.Sets; 167 final HashSet<String> unknownIfaces = Sets.newHashSet(); in recordSnapshotLocked()
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | index.jd | 46 <dt><b><a href="shared-preferences.html">Saving Key-Value Sets</a></b></dt>
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 515 <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/ |
D | modify-data.jd | 95 // 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
|
D | display-contact-badge.jd | 253 // 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/ |
D | NetworkStatsTest.java | 28 import com.google.android.collect.Sets; 274 final HashSet<String> ifaces = Sets.newHashSet(); in testGetTotal()
|
/frameworks/base/core/java/android/accounts/ |
D | ChooseTypeAndAccountActivity.java | 18 import com.google.android.collect.Sets; 516 setOfRelevantAccountTypes = Sets.newHashSet(allowedAccountTypes); in getReleventAccountTypes()
|
/frameworks/rs/scriptc/ |
D | rs_object.rsh | 95 * Sets the object to NULL.
|