HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 2676 - 2700 of 4892) sorted by null

<<101102103104105106107108109110>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 64 mSuggestionFormatter = QsbApplication.get(context).getSuggestionFormatter();
69 mSuggestionFormatter = QsbApplication.get(context).getSuggestionFormatter();
74 mSuggestionFormatter = QsbApplication.get(context).getSuggestionFormatter();
249 // This is a hack to get any animated drawables (like a 'working' spinner)
250 // to animate. You have to setVisible true on an AnimationDrawable to get
  /packages/apps/Settings/src/com/android/settings/
AccessibilitySettings.java 136 // installed and direct them to Market to get TalkBack
253 mAccessibilityServices.get(preference.getKey())
316 ServiceInfo serviceInfo = installedServices.get(i);
330 * related apps installed and that they can get TalkBack (Google's free screen
349 SystemProperties.get("ro.screenreader.market",
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
QuickLaunchSettings.java 246 ShortcutPreference pref = mShortcutToPreference.get(shortcut);
270 // Get the label for the primary char on the key that produces this key code
272 if (shortcut == 0 || shortcutSeen.get(shortcut, false)) continue;
344 ShortcutPreference pref = mShortcutToPreference.get(shortcut);
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 85 List<ICalendar.Parameter> params = props.get(1).getParameters("PARAM1");
86 assertEquals("baaz", params.get(0).value);
87 assertEquals("quux", params.get(1).value);
  /sdk/ddms/app/src/com/android/ddms/
StaticPortConfigDialog.java 101 // get the center new top left.
174 // get the text
198 // get the text
248 // get the selection index
299 // get the table item by index
346 // get the map from the debug port manager
354 Map<String, Integer> deviceMap = map.get(deviceKey);
359 Integer port = deviceMap.get(appKey);
381 Map<String, Integer> deviceMap = map.get(deviceName);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
SignedJarBuilder.java 177 // Get an input stream on the file.
345 AlgorithmId.get(DIGEST_ALGORITHM),
346 AlgorithmId.get(privateKey.getAlgorithm()),
350 new AlgorithmId[] { AlgorithmId.get(DIGEST_ALGORITHM) },
  /build/tools/droiddoc/src/
Comment.java 208 if (mInlineTagsList.get(i).name().equals("@more")) {
214 mBriefTagsList.add(mInlineTagsList.get(i));
218 TagInfo t = mInlineTagsList.get(i);
246 TagInfo t = mInlineTagsList.get(i);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
ExperimentService.java 121 mExp = mExperiments.get(mExpID);
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStoreTest.java 157 Gesture loadedGesture = loadStore.getGestures(TEST_GESTURE_NAME).get(0);
  /cts/tests/tests/media/src/android/media/cts/
FaceDetector_FaceTest.java 82 Face face = detectedFaces.get(0);
  /cts/tests/tests/net/src/android/net/wifi/cts/
ScanResultTest.java 121 ScanResult mScanResult = scanResults.get(i);
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 85 assertEquals(2008, cal.get(Calendar.YEAR));
86 assertEquals(3, cal.get(Calendar.MONTH));
87 assertEquals(1, cal.get(Calendar.DAY_OF_MONTH));
660 assertEquals(date.get(Calendar.YEAR), t.year);
661 assertEquals(date.get(Calendar.MONTH), t.month);
662 assertEquals(date.get(Calendar.DAY_OF_MONTH), t.monthDay);
663 assertEquals(date.get(Calendar.HOUR_OF_DAY), t.hour);
664 assertEquals(date.get(Calendar.MINUTE), t.minute);
665 assertEquals(date.get(Calendar.SECOND), t.second);
768 // For each day of the year, and for each timezone, get the Julia
    [all...]
  /cts/tools/dasm/src/java_cup/
non_terminal.java 71 return (non_terminal)_all.get(with_name);
187 /* get the updated first of that production */
  /cts/tools/host/src/com/android/cts/
ConsoleUi.java 556 return sessionList.get(0);
566 return sessionList.get(getUserInputId(notification, 0, index));
583 String planName = sessionList.get(0).getSessionLog().getTestPlanName();
615 * Get device ID from the device ID string against the available devices.
632 * Get the ID input by the against the specified range.
730 resultCode = mResultCodeMap.get(resultValue);
    [all...]
  /cts/tools/signature-tools/src/signature/compare/model/impl/
SigDelta.java 104 Object delta = field.get(this);
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ViewpointAdapter.java 100 ITypeReference subst = mappings.get(((ITypeVariableReference) type)
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestCaseRepo.java 121 TestPackageDef def = mTestMap.get(uri);
  /dalvik/dx/src/com/android/dx/dex/file/
ParameterAnnotationStruct.java 71 Annotations annotations = annotationsList.get(i);
Statistics.java 46 Data data = dataMap.get(typeName);
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableInfo.java 208 return insnAssignments.get(insn);
235 * Helper method, to get the starts for a label, throwing the
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableInfo.java 209 return insnAssignments.get(insn);
236 * Helper method, to get the starts for a index, throwing the
MoveParamCombiner.java 129 SsaInsn use = uses.get(i);
  /dalvik/tests/045-reflect-array/src/
Main.java 70 if (!"entry zero".equals(Array.get(strArray, 0)))
  /development/apps/Development/src/com/android/development/
DataList.java 109 ((ColumnData)data.get(displayColumn)).value);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MessengerService.java 35 // Need the following import to get access to the app resources, since this
98 mClients.get(i).send(Message.obtain(null,

Completed in 720 milliseconds

<<101102103104105106107108109110>>