HomeSort by relevance Sort by last modified time
    Searched refs:allKeys (Results 1 - 25 of 66) sorted by null

1 2 3

  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
CategoryKeyTest.java 41 final Set<String> allKeys = new ArraySet<>();
44 allKeys.add(CategoryKey.CATEGORY_HOMEPAGE);
45 allKeys.add(CategoryKey.CATEGORY_CONNECT);
46 allKeys.add(CategoryKey.CATEGORY_DEVICE);
47 allKeys.add(CategoryKey.CATEGORY_APPS);
48 allKeys.add(CategoryKey.CATEGORY_APPS_DEFAULT);
49 allKeys.add(CategoryKey.CATEGORY_BATTERY);
50 allKeys.add(CategoryKey.CATEGORY_DISPLAY);
51 allKeys.add(CategoryKey.CATEGORY_SOUND);
52 allKeys.add(CategoryKey.CATEGORY_STORAGE)
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliHighlightingColors.java 42 private static final List<TextAttributesKey> allKeys = Lists.newArrayList();
85 allKeys.add(key);
90 return Collections.unmodifiableList(allKeys);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableDictionary.h 49 - (NSArray *) allKeys;
  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
AvrcpVolumeManager.java 100 Map<String, ?> allKeys = getVolumeMap().getAll();
102 for (Map.Entry<String, ?> entry : allKeys.entrySet()) {
209 Map<String, ?> allKeys = getVolumeMap().getAll();
210 for (Map.Entry<String, ?> entry : allKeys.entrySet()) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 148 final ArrayList<Key> allKeys = new ArrayList<>(mSortedKeys);
150 for (final Key key : allKeys) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLocaleUtilsTest.java 312 HashSet<String> allKeys = new HashSet<String>();
314 allKeys.add(resultKeys.next());
316 assertEquals(new HashSet<String>(Arrays.asList(expectedKeys)), allKeys);
  /cts/tests/camera/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java 315 List<CameraCharacteristics.Key<?>> allKeys = c.getKeys();
316 assertNotNull("Camera characteristics keys must not be null", allKeys);
318 allKeys.isEmpty());
320 for (CameraCharacteristics.Key<?> key : allKeys) {
417 if (allKeys.contains(CameraCharacteristics.SENSOR_REFERENCE_ILLUMINANT2)) {
449 if (allKeys.contains(CameraCharacteristics.INFO_VERSION)) {
    [all...]
CaptureResultTest.java 391 List<CaptureResult.Key<?>> allKeys = getAllCaptureResultKeys();
412 validateOneCaptureResult(errorCollector, waiverKeys, allKeys, requestBuilder, result,
416 allKeys, null/*requestBuilder*/, physicalCaptureResults.get(physicalId),
423 List<CaptureResult.Key<?>> skippedKeys, List<CaptureResult.Key<?>> allKeys,
432 for (CaptureResult.Key<?> key : allKeys) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 799 private int getKeyIndices(int x, int y, int[] allKeys) {
825 if (allKeys == null) continue;
831 System.arraycopy(allKeys, j, allKeys, j + nCodes,
832 allKeys.length - j - nCodes);
834 allKeys[j + c] = key.codes[c];
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 100 allKeys = set.union(set(), *(vars(table).keys() for table in lst))
101 for key in allKeys:
779 allKeys = set.union(set(), *(vars(table).keys() for table in tables if table is not NotImplemented))
780 for key in allKeys:
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 765 private int getKeyIndices(int x, int y, int[] allKeys) {
792 if (allKeys == null) continue;
799 System.arraycopy(allKeys, j, allKeys, j + nCodes,
800 allKeys.length - j - nCodes);
802 allKeys[j + c] = key.codes[c];
    [all...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java     [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py 276 allKeys = array.array("H")
277 allKeys.fromstring(data[:512])
280 allKeys.byteswap()
281 subHeaderKeys = [ key//8 for key in allKeys]
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.18.1/
org.eclipse.tycho.p2.tools.impl-0.18.1.jar 
  /prebuilts/misc/common/truth/
truth-0.28.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.26/
truth-0.26.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.28/
truth-0.28.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-io/2.0.4/
plexus-io-2.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-io/2.0.6/
plexus-io-2.0.6.jar 
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java     [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.31/
truth-0.31.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.34/
truth-0.34.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.36/
truth-0.36.jar 

Completed in 1399 milliseconds

1 2 3