Searched refs:getId (Results 151 - 175 of 593) sorted by relevance

1234567891011>>

/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DVisualizerTest.java203 if (buttonView.getId() == R.id.visualizerOnOff) {
228 if (buttonView.getId() == R.id.visuReleaseButton) {
239 if (buttonView.getId() == R.id.visuCallbackOnOff) {
/frameworks/base/packages/Osu/src/com/android/hotspot2/app/
H A DMainActivity.java133 + " id:" + osuData.getId());
134 osuService.selectOsu(osuData.getId());
299 osuData.getId()));
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutParser.java149 Log.e(TAG, "Shortcut " + si.getId() + " has no intent. Skipping it.");
217 if (si.getId().equals(result.get(i).getId())) {
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java277 mHardwareInputIdMap.put(deviceId, info.getId());
278 mInputMap.put(info.getId(), info);
290 if (inputId != null && inputId.equals(info.getId())) {
306 connection.getInputStateLocked(), 0, info.getId()).sendToTarget();
343 mHdmiInputIdMap.put(id, info.getId());
344 mInputMap.put(info.getId(), info);
426 if (connection.getInfoLocked().getId().equals(inputId)) {
1182 inputId = mHdmiInputIdMap.get(info.getId());
1237 if (findHdmiDeviceInfo(deviceInfo.getId()) == null) {
1248 HdmiDeviceInfo originalDeviceInfo = findHdmiDeviceInfo(deviceInfo.getId());
[all...]
/frameworks/base/telecomm/java/android/telecom/Logging/
H A DEventManager.java57 String getId(); method in interface:EventManager.Loggable
186 Log.i("Event", "RecordEntry %s: %s, %s", mRecordEntry.getId(), event, data);
239 data = "RecordEntry " + record.mRecordEntry.getId();
/frameworks/rs/rsov/compiler/spirit/
H A Dpass_queue_test.cpp36 ret->setId(mul->getId());
45 ret->setId(add->getId());
55 ret->setId(add->getId());
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DDetailsFragment.java101 if (action.getId() == ACTION_BUY) {
111 } else if (action.getId() == ACTION_RENT) {
118 } else if (action.getId() == ACTION_PLAY) {
H A DDetailsSupportFragment.java104 if (action.getId() == ACTION_BUY) {
114 } else if (action.getId() == ACTION_RENT) {
121 } else if (action.getId() == ACTION_PLAY) {
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DDetailsFragment.java101 if (action.getId() == ACTION_BUY) {
111 } else if (action.getId() == ACTION_RENT) {
118 } else if (action.getId() == ACTION_PLAY) {
H A DDetailsSupportFragment.java104 if (action.getId() == ACTION_BUY) {
114 } else if (action.getId() == ACTION_RENT) {
121 } else if (action.getId() == ACTION_PLAY) {
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteDescriptor.java81 public String getId() { method in class:MediaRouteDescriptor
301 if (TextUtils.isEmpty(getId())
313 result.append("id=").append(getId());
/frameworks/av/camera/ndk/
H A DNdkCameraDevice.cpp47 return device->getId();
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DDeviceDescriptor.h53 audio_port_handle_t getId() const;
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiPortInfo.java67 public int getId() { method in class:HdmiPortInfo
/frameworks/base/core/java/android/hardware/usb/
H A DUsbConfiguration.java75 public int getId() { method in class:UsbConfiguration
H A DUsbInterface.java70 public int getId() { method in class:UsbInterface
/frameworks/base/core/java/android/service/autofill/
H A DFillRequest.java106 public int getId() { method in class:FillRequest
/frameworks/base/core/java/android/service/notification/
H A DSnoozeCriterion.java62 public String getId() { method in class:SnoozeCriterion
/frameworks/base/core/java/android/text/style/
H A DAccessibilityClickableSpan.java105 if (os[i].getId() == mOriginalClickableSpanId) {
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplay.java80 public String getId() { method in class:RemoteDisplay
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodAndSubtypeUtil.java168 final String imiId = imi.getId();
295 final String imiId = imi.getId();
317 if (id.equals(imi.getId())) {
336 final String id = imi.getId();
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java93 public int getId() { method in class:BasicTexture
/frameworks/base/telephony/java/android/telephony/
H A DClientRequestStats.java69 mRequestHistograms.put(entry.getId(), entry);
162 mRequestHistograms.put(h.getId(), h);
/frameworks/native/include/input/
H A DInputDevice.h79 inline int32_t getId() const { return mId; } function in class:android::InputDeviceInfo
/frameworks/native/libs/sensor/include/sensor/
H A DSensor.h103 int32_t getId() const;

Completed in 536 milliseconds

1234567891011>>