Searched refs:getId (Results 1 - 25 of 276) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/print/
H A DPrintJob.java44 public PrintJobId getId() { method in class:PrintJob
45 return mCachedInfo.getId();
62 PrintJobInfo info = mPrintManager.getPrintJobInfo(mCachedInfo.getId());
84 mPrintManager.cancelPrintJob(mCachedInfo.getId());
96 mPrintManager.restartPrintJob(mCachedInfo.getId());
193 return mCachedInfo.getId().equals(other.mCachedInfo.getId());
198 return mCachedInfo.getId().hashCode();
/frameworks/support/v4/ics/android/support/v4/accessibilityservice/
H A DAccessibilityServiceInfoCompatIcs.java36 public static String getId(AccessibilityServiceInfo info) { method in class:AccessibilityServiceInfoCompatIcs
37 return info.getId();
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java47 mDocument = new PrintDocument(mCachedInfo.getId(), client,
56 public PrintJobId getId() { method in class:PrintJob
58 return mCachedInfo.getId();
78 info = mPrintServiceClient.getPrintJobInfo(mCachedInfo.getId());
80 Log.e(LOG_TAG, "Couldn't get info for job: " + mCachedInfo.getId(), re);
297 return mPrintServiceClient.setPrintJobTag(mCachedInfo.getId(), tag);
299 Log.e(LOG_TAG, "Error setting tag for job: " + mCachedInfo.getId(), re);
362 return (mCachedInfo.getId().equals(other.mCachedInfo.getId()));
367 return mCachedInfo.getId()
[all...]
H A DPrinterDiscoverySession.java122 int getId() { method in class:PrinterDiscoverySession
179 PrinterInfo oldPrinter = mPrinters.put(addedPrinter.getId(), addedPrinter);
206 if (mPrinters.get(addedPrinter.getId()) == null) {
207 mPrinters.put(addedPrinter.getId(), addedPrinter);
282 PrinterInfo sentPrinter = mLastSentPrinters.get(printer.getId());
303 if (!mPrinters.containsKey(sentPrinter.getId())) {
307 removedPrinterIds.add(sentPrinter.getId());
/frameworks/base/core/java/android/webkit/
H A DWebHistoryItem.java39 public abstract int getId(); method in class:WebHistoryItem
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionManager.java79 a.getConnectionService().conference(a.getId(), b.getId());
84 a.getConnectionService(), a.getId(),
85 b.getConnectionService(), b.getId());
H A DPhoneAccountHandle.java87 public String getId() { method in class:PhoneAccountHandle
122 Objects.equals(((PhoneAccountHandle) other).getId(), getId()) &&
H A DPhone.java114 Call call = new Call(this, parcelableCall.getId(), mInCallAdapter);
115 mCallByTelecomCallId.put(parcelableCall.getId(), call);
131 Call call = mCallByTelecomCallId.get(parcelableCall.getId());
308 parcelableCall.getId(), parcelableCall.getParentCallId());
314 parcelableCall.getId(), parcelableCall.getChildCallIds().get(i));
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRow.java97 * not null, the result of {@link HeaderItem#getId()} is returned.
101 public final long getId() { method in class:Row
105 return header.getId();
H A DHeaderItem.java45 public final long getId() { method in class:HeaderItem
/frameworks/base/core/java/android/net/
H A DLocalSocketAddress.java54 /*package*/ int getId() { method in class:LocalSocketAddress.Namespace
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchStackFromBottomTest.java63 mGridView.getAdapter().getCount() - 1, lastChild.getId());
80 mGridView.getAdapter().getCount() - 1, lastChild.getId());
97 mGridView.getAdapter().getCount() - 1, lastChild.getId());
114 mGridView.getAdapter().getCount() - 1, lastChild.getId());
H A DGridTouchVerticalSpacingStackFromBottomTest.java74 newLastChild.getId());
96 newLastChild.getId());
134 firstId = firstChild.getId();
140 assertEquals("View scrolled to wrong position", 0, firstChild.getId());
152 firstId = firstChild.getId();
158 lastChild.getId());
H A DGridTouchVerticalSpacingTest.java67 assertEquals("Wrong view in first position", 0, newFirstChild.getId());
84 assertEquals("Wrong view in first position", 0, newFirstChild.getId());
118 firstId = firstChild.getId();
125 lastChild.getId());
137 firstId = firstChild.getId();
142 assertEquals("Grid is not scrolled to the top", 0, firstChild.getId());
H A DGridTouchStackFromBottomManyTest.java64 assertEquals("Item zero not the first child in the grid", 0, firstChild.getId());
81 lastChild.getId());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DDynamicIdMap.java53 public Integer getId(ResourceType type, String name) { method in class:DynamicIdMap
54 return getId(Pair.of(type, name));
65 public Integer getId(Pair<ResourceType, String> resource) { method in class:DynamicIdMap
/frameworks/native/libs/gui/
H A DStreamSplitter.cpp132 bufferItem.mGraphicBuffer->getId());
139 mBuffers.add(bufferItem.mGraphicBuffer->getId(),
158 mBuffers.editValueFor(bufferItem.mGraphicBuffer->getId())->
173 mBuffers.editValueFor(bufferItem.mGraphicBuffer->getId())->
182 bufferItem.mGraphicBuffer->getId(), output->get());
205 buffer->getId(), from.get());
207 const sp<BufferTracker>& tracker = mBuffers.editValueFor(buffer->getId());
215 ALOGV("buffer %#" PRIx64 " reference count %zu (of %zu)", buffer->getId(),
224 mBuffers.removeItem(buffer->getId());
239 ALOGV("released buffer %#" PRIx64 " to input", buffer->getId());
[all...]
/frameworks/support/v4/java/android/support/v4/accessibilityservice/
H A DAccessibilityServiceInfoCompat.java32 public String getId(AccessibilityServiceInfo info); method in interface:AccessibilityServiceInfoCompat.AccessibilityServiceInfoVersionImpl
50 public String getId(AccessibilityServiceInfo info) { method in class:AccessibilityServiceInfoCompat.AccessibilityServiceInfoStubImpl
80 public String getId(AccessibilityServiceInfo info) { method in class:AccessibilityServiceInfoCompat.AccessibilityServiceInfoIcsImpl
81 return AccessibilityServiceInfoCompatIcs.getId(info);
292 public static String getId(AccessibilityServiceInfo info) { method in class:AccessibilityServiceInfoCompat
293 return IMPL.getId(info);
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java91 return native_claim_interface(intf.getId(), force);
100 return native_release_interface(intf.getId());
110 return native_set_interface(intf.getId(), intf.getAlternateSetting());
119 return native_set_configuration(configuration.getId());
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListOfShortShortTallShortShortTest.java84 assertEquals("new view position", 3, mListView.getChildAt(1).getId());
85 assertEquals("new view position", 4, mListView.getChildAt(2).getId());
128 assertEquals("new view position", 0, mListView.getChildAt(0).getId());
129 assertEquals("new view position", 1, mListView.getChildAt(1).getId());
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchBottomGravityTest.java69 lastChild.getId());
88 lastChild.getId());
H A DListTouchTest.java67 assertEquals("Item zero not the first child in the list", 0, firstChild.getId());
85 assertEquals("Item zero not the first child in the list", 0, firstChild.getId());
H A DListSetSelectionTest.java75 if (child.getId() == targetPosition) {
106 if (child.getId() == targetPosition) {
141 if (child.getId() == 0 && i == 0) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DIfdData.java70 protected int getId() { method in class:IfdData
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProcessorBase.cpp126 ALOGV("%s: Camera %d: Process new frames", __FUNCTION__, device->getId());
137 __FUNCTION__, device->getId());
153 __FUNCTION__, device->getId(), strerror(-res), res);
163 __FUNCTION__, device->getId(), result.mMetadata.isEmpty());
182 __FUNCTION__, device->getId());
193 ALOGE("%s: Camera %d: Error reading frame id", __FUNCTION__, device->getId());
219 device->getId(), listeners.size(), mRangeListeners.size());

Completed in 743 milliseconds

1234567891011>>