/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
D | TimeZoneFilterTypeAdapter.java | 187 ArrayList<FilterTypeResult> filtered = new ArrayList<FilterTypeResult>(); in performFiltering() local 207 handleSearchByGmt(filtered, num, positiveOnly); in performFiltering() 242 filtered.add(new FilterTypeResult(FILTER_TYPE_COUNTRY, country, 0)); in performFiltering() 250 Log.d(TAG, "performFiltering <<<< " + filtered.size() + "[" + prefix + "]"); in performFiltering() 253 results.values = filtered; in performFiltering() 254 results.count = filtered.size(); in performFiltering() 302 private void handleSearchByGmt(ArrayList<FilterTypeResult> filtered, int num, in handleSearchByGmt() argument 311 filtered.add(r); in handleSearchByGmt() 318 filtered.add(r); in handleSearchByGmt() 326 filtered.add(r); in handleSearchByGmt() [all …]
|
/frameworks/base/core/java/android/text/method/ |
D | NumberKeyListener.java | 69 SpannableStringBuilder filtered = in filter() local 78 filtered.delete(j, j + 1); in filter() 82 return filtered; in filter()
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 35 filtered accelerometer data, measured tilt and orientation angle, confidence 41 less than about 1Hz, then the filtered accelorometer data becomes too smooth 45 raw accelerometer data with the smoothed out filtered data. If the filtering
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverActivity.java | 565 boolean filtered) { in setAlwaysButtonEnabled() argument 568 ResolveInfo ri = mAdapter.resolveInfoForPosition(checkedPos, filtered); in setAlwaysButtonEnabled() 585 void startSelected(int which, boolean always, boolean filtered) { in startSelected() argument 589 ResolveInfo ri = mAdapter.resolveInfoForPosition(which, filtered); in startSelected() 590 Intent intent = mAdapter.intentForPosition(which, filtered); in startSelected() 1035 public ResolveInfo resolveInfoForPosition(int position, boolean filtered) { in resolveInfoForPosition() argument 1036 return (filtered ? getItem(position) : mList.get(position)).ri; in resolveInfoForPosition() 1039 public Intent intentForPosition(int position, boolean filtered) { in intentForPosition() argument 1040 DisplayResolveInfo dri = filtered ? getItem(position) : mList.get(position); in intentForPosition()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | RecentLoader.java | 206 final FilteringCursorWrapper filtered = new FilteringCursorWrapper( in loadInBackground() local 213 cursors.add(filtered); in loadInBackground()
|
/frameworks/base/core/java/android/widget/ |
D | NumberPicker.java | 2037 CharSequence filtered = super.filter(source, start, end, dest, dstart, dend); in filter() local 2038 if (filtered == null) { in filter() 2039 filtered = source.subSequence(start, end); in filter() 2042 String result = String.valueOf(dest.subSequence(0, dstart)) + filtered in filter() 2060 return filtered; in filter() 2063 CharSequence filtered = String.valueOf(source.subSequence(start, end)); in filter() local 2064 if (TextUtils.isEmpty(filtered)) { in filter() 2067 String result = String.valueOf(dest.subSequence(0, dstart)) + filtered in filter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
D | TaskStack.java | 322 boolean filtered = mTaskList.setFilter(new TaskFilter() { in filterTasks() 329 if (filtered && mCb != null) { in filterTasks()
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | RecurrenceProcessor.java | 992 int filtered = filter(r, generated); in expand() local 993 if (0 == filtered) { in expand() 1038 … Log.i(TAG, "adding date=" + generated + " filtered=" + filtered); in expand()
|
/frameworks/base/docs/html/tools/help/ |
D | logcat.jd | 8 …circular buffers, which then can be viewed and filtered by the <code>logcat</code> command. You ca…
|
D | adb.jd | 1337 …collected in a series of circular buffers, which then can be viewed and filtered by the <code>logc…
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-permission-element.jd | 15 your application is filtered by Google Play.</p>
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3.4.jd | 90 <li>Obtaining a {@link android.hardware.usb.UsbAccessory} from a filtered intent
|
D | android-2.3.jd | 638 lets developers control how their application is filtered, when published on
|
D | android-4.1.jd | 626 <li>Support for reading from allocation with filtered samplers from compute in a new script API
|
D | android-3.0.jd | 868 <em>not</em> want your application filtered from devices with an emulated touchscreen, you
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkManagementService.java | 1254 ArrayList<InterfaceAddress> filtered = new ArrayList<InterfaceAddress>(addresses.size()); in excludeLinkLocal() local 1257 filtered.add(ia); in excludeLinkLocal() 1259 return filtered; in excludeLinkLocal()
|
D | MountService.java | 2550 final ArrayList<StorageVolume> filtered = Lists.newArrayList(); in getVolumeList() local 2555 filtered.add(volume); in getVolumeList() 2558 return filtered.toArray(new StorageVolume[filtered.size()]); in getVolumeList()
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | sip.jd | 150 <p>To control how your application is filtered from devices that do not support 159 indicates whether you want the application to be filtered from devices that do
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3385 Account[] filtered = new Account[allowed.size()]; in filterSharedAccounts() local 3386 allowed.toArray(filtered); in filterSharedAccounts() 3387 return filtered; in filterSharedAccounts()
|
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
D | host.jd | 185 attributes should be filtered:</p>
|
D | accessory.jd | 232 corresponding model, manufacturer, and version should be filtered. The accessory sends these
|
/frameworks/base/docs/html/google/play/ |
D | filters.jd | 50 results are filtered based on which applications are compatible with the device.
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | tablets.jd | 767 APK's Supported Devices list to make sure that the app is not filtered from
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | UiSelector.jd | 8 <p>Specifies the elements in the layout hierarchy for tests to target, filtered
|