Searched defs:getId (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/java/android/net/
H A DLocalSocketAddress.java54 /*package*/ int getId() { method in class:LocalSocketAddress.Namespace
/frameworks/base/tests/CoreTests/android/core/
H A DHashMapPerfTest.java47 public String getId() { method in class:HashMapPerfTest.StringThing
64 keyCopies[i] = st[i].getId();
73 map.put(s.getId(), s);
78 map.get(s.getId());
H A DSSLPerformanceTest.java361 public byte[] getId() { method in class:FakeSession
/frameworks/base/core/java/android/view/inputmethod/
H A DCompletionInfo.java66 public long getId() { method in class:CompletionInfo
H A DInputMethodInfo.java164 public String getId() { method in class:InputMethodInfo
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java287 public Integer getId(ResourceType resType, String resName) { method in class:RenderAction
/frameworks/base/core/java/android/nfc/
H A DTag.java41 * to perform advanced operations, or directly queried for its ID via {@link #getId} and the
212 public byte[] getId() { method in class:Tag
H A DNdefRecord.java238 public byte[] getId() { method in class:NdefRecord
/frameworks/base/core/java/android/webkit/
H A DWebHistoryItem.java87 public int getId() { method in class:WebHistoryItem
/frameworks/base/services/audioflinger/
H A DAudioDumpInterface.h59 int getId() { return mId; } function in class:android::AudioStreamOutDump
/frameworks/base/vpn/java/android/net/vpn/
H A DVpnProfile.java58 public String getId() { method in class:VpnProfile
/frameworks/base/core/java/android/view/
H A DInputDevice.java278 public int getId() { method in class:InputDevice
H A DView.java1406 * @see #getId()
2127 int id = getId();
6305 + "This view's id is " + ViewDebug.resolveId(mContext, getId()) + ". Make sure "
7927 * @see #getId
7972 public int getId() { method in class:View
8170 int id = getId();
/frameworks/base/core/java/android/widget/
H A DCursorTreeAdapter.java174 return getChildrenCursorHelper(groupPosition, true).getId(childPosition);
192 return mGroupCursorHelper.getId(groupPosition);
434 long getId(int position) { method in class:CursorTreeAdapter.MyCursorHelper
/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java255 public int getId(int index) { method in class:LayerDrawable
/frameworks/base/core/java/android/preference/
H A DPreference.java652 long getId() { method in class:Preference
/frameworks/base/include/ui/
H A DInput.h473 inline int32_t getId() const { return mId; } function in class:android::InputDeviceInfo
H A DInputReader.h311 inline int32_t getId() { return mId; } function in class:android::InputDevice
362 inline int32_t getDeviceId() { return mDevice->getId(); }
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java242 * <p>Use the effect ID returned by {@link #getId()} to designate this particular effect when
775 public int getId() throws IllegalStateException { method in class:AudioEffect
776 checkState("getId()");

Completed in 2140 milliseconds