Searched defs:ignore (Results 1 - 7 of 7) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DDragGestureDetector.java48 private void computeAveragePosition(MotionEvent event, float[] position, int ignore) { argument
54 if (p != ignore) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapFolderElement.java64 public void setIngore(boolean ignore) { argument
65 mIgnore = ignore;
/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DCarNavExtender.java437 * @param ignore Whether or not this notification can be shown as a heads-up notification if
441 public CarNavExtender setIgnoreInStream(boolean ignore) { argument
442 mIgnoreInStream = ignore;
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCallCardPresenter.java696 * to display to the user. Callers can use the "ignore" feature to get the second best call
697 * by passing a previously found primary call as ignore.
699 * @param ignore A call to ignore if found.
701 private Call getCallToDisplay(CallList callList, Call ignore, boolean skipDisconnected) { argument
704 if (retval != null && retval != ignore) {
711 if (retval != null && retval != ignore) {
720 if (retval != null && retval != ignore) {
724 if (retval != null && retval != ignore) {
731 if (retval != null && retval != ignore) {
[all...]
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java870 public boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback) method in class:NfcService.NfcAdapterService
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 985 milliseconds