Home
last modified time | relevance | path

Searched refs:Set (Results 1 – 25 of 47) sorted by relevance

12

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyUtils.java22 import java.util.Set;
53 private Set<String> mValidPackages = new HashSet<>();
54 private Set<String> mInvalidPackages = new HashSet<>();
59 public void addValidPackages(Set<String> validPackages) { in addValidPackages()
63 public void addInvalidPackages(Set<String> invalidPackages) { in addInvalidPackages()
/development/host/windows/usb/api/
Dadb_api_private_defines.h39 Set(proto.device_name().c_str(), proto.class_id(), proto.flags()); in AdbInstanceEnumEntry()
45 Set(dev_name, cls_id, flgs); in AdbInstanceEnumEntry()
55 Set(proto.device_name().c_str(), proto.class_id(), proto.flags());
60 void Set(const wchar_t* dev_name, GUID cls_id, DWORD flgs) { in Set() function
/development/tools/idegen/src/com/android/idegen/
DModuleIndexes.java29 import java.util.Set;
42 private HashMap<String, Set<String>> makeFileToModuleNamesMap;
81 Set<String> moduleNames = makeFileToModuleNamesMap.get(makeFile); in append()
DModule.java32 import java.util.Set;
71 private Set<String> allDependencies = Sets.newHashSet(); // direct + indirect
72 private Set<File> allDependentImlFiles = Sets.newHashSet();
79 Set<String> explicitModuleNameDependencies = Sets.newHashSet();
85 Set<File> implicitModulePathDependencies = Sets.newHashSet();
285 Set<String> moduleNameDependencies = explicitModuleNameDependencies; in buildDependentModules()
323 public Set<String> getAllDependencies() { in getAllDependencies()
327 public Set<File> getAllDependentImlFiles() { in getAllDependentImlFiles()
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarmStorage.java27 import java.util.Set;
88 public Set<Alarm> getAlarms() { in getAlarms()
89 Set<Alarm> alarms = new HashSet<>(); in getAlarms()
/development/testrunner/
Dandroid_mk.py26 from sets import Set
41 self._includes = Set() # variables included in makefile
89 return self.__RecursiveGetVariable(identifier, Set())
/development/tools/mkstubs/tests/data/
DTestTemplateClass.java25 import java.util.Set;
53 public <X extends T, Y> void getMap(List<T> list, Map<T, U> tu, Map<X, Set<? super Y>> xy) { in getMap()
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/
DStoreBackendImpl.java28 import java.util.Set;
36 private final Set<Transaction> mReceivedTransactions = new HashSet<>();
/development/tools/mkstubs/src/com/android/mkstubs/
DAsmAnalyzer.java27 import java.util.Set;
85 Set<String> keys = classes.keySet(); in filter()
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
DQuizReportActionService.java34 import java.util.Set;
79 Set<Node> connectedNodes = capabilityInfo.getNodes(); in sendResetMessage()
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
DCustomRestrictionsFragment.java34 import java.util.Set;
187 String[] selectedStrings = new String[((Set<String>)newValue).size()]; in onPreferenceChange()
189 for (String value : (Set<String>) newValue) { in onPreferenceChange()
/development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
DMainActivity.java37 import java.util.Set;
177 Set<Node> connectedNodes = capabilityInfo.getNodes();
191 private Node pickBestNode(Set<Node> connectedNodes) {
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DDisconnectListenerService.java33 import java.util.Set;
97 Set<Node> connectedNodes = capabilityInfo.getNodes(); in updateFindMeCapability()
/development/ndk/sources/android/ndk_helper/
Dinterpolator.cpp45 Interpolator& Interpolator::Set( const float start, in Set() function in ndk_helper::Interpolator
81 Set( dest_value_, item.dest_value_, item.type_, item.duration_ ); in Update()
Dinterpolator.h74 Interpolator& Set( const float start,
/development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
DRmTypeDefs.java33 import java.util.Set;
57 private Set<String> mAnnotationNames = Sets.newHashSet();
59 private Set<File> mAnnotationOuterClassFiles = Sets.newHashSet();
/development/samples/training/testingfun/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/development/samples/devbytes/telephony/SmsSampleProject/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/development/samples/SupportLeanbackShowcase/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
DUpdateService.java41 import java.util.Set;
54 private final Set<Uri> mToBeDeletedUris = new HashSet<Uri>();
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/util/
DStatusTracker.java78 public Set<String> keySet() { in keySet()
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
DUtilityService.java35 import java.util.Set;
162 Set<Node> nodes = result.getCapability().getNodes(); in startDeviceActivityInternal()
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DDeviceListActivity.java19 import java.util.Set;
106 Set<BluetoothDevice> pairedDevices = mBtAdapter.getBondedDevices(); in onCreate()
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DDeviceListActivity.java37 import java.util.Set;
115 Set<BluetoothDevice> pairedDevices = mBtAdapter.getBondedDevices(); in onCreate()
/development/tools/idegen/src/
DConfiguration.java25 import java.util.Set;
114 private static void traverse(File directory, Set<File> sourceRoots, in traverse()

12