HomeSort by relevance Sort by last modified time
    Searched defs:mId (Results 1 - 25 of 58) sorted by null

1 2 3

  /dalvik/hit/src/com/android/hit/
ThreadObj.java 20 long mId;
24 mId = id;
StackFrame.java 25 long mId;
34 mId = id;
Instance.java 24 long mId;
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
JsResultHandler.java 11 private final int mId;
15 mId = id;
29 mBridge.confirmJsResult(mId, promptResult);
41 mBridge.cancelJsResult(mId);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
FileDescriptorInfo.java 8 public int mId;
13 mId = id;
  /cts/suite/audio_quality/lib/include/task/
TaskAsync.h 48 android::String8 mId;
  /external/chromium_org/android_webview/unittestjava/src/org/chromium/android_webview/unittest/
MockAwContentsClientBridge.java 16 private int mId;
26 mId = id;
42 return mId;
  /external/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.h 42 GLuint id() const { return mId; }
87 GLuint mId;
VertexArray.h 54 GLuint mId;
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java 27 private final String mId;
45 this.mId = geofenceId;
55 return mId;
80 .setRequestId(mId)
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java 27 private final String mId;
45 this.mId = geofenceId;
55 return mId;
80 .setRequestId(mId)
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbSocket.java 26 private final int mId;
31 mId = id;
35 return mId;
40 message.set(AdbMessage.A_OPEN, mId, 0, destination);
72 message.set(AdbMessage.A_OKAY, mId, mPeerId);
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
SimpleGeofence.java 27 private final String mId;
45 this.mId = geofenceId;
55 return mId;
80 .setRequestId(mId)
  /external/chromium_org/third_party/angle/src/common/
RefCountObject.h 30 GLuint id() const { return mId; }
33 GLuint mId;
  /external/chromium_org/third_party/angle/src/compiler/translator/
LoopInfo.h 22 int getId() const { return mId; }
23 void setId(int id) { mId = id; }
34 int mId;
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
TestItems.java 34 public String mId;
41 mId = id;
97 ITEM_MAP.put(item.mId, item);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSummaryXml.java 33 private final int mId;
49 mId = id;
58 return mId;
  /external/chromium_org/components/bookmarks/common/android/java/src/org/chromium/components/bookmarks/
BookmarkId.java 22 private final long mId;
26 mId = id;
79 return mId;
102 return getBookmarkTypeString() + mId;
110 return (item.mId == mId && item.mType == mType);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
RecommendationBuilder.java 43 private int mId;
61 mId = id;
135 mNotificationManager.notify(mId, notification);
143 ", mId=" + mId +
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
AddressUiComponent.java 41 private AddressField mId;
58 mId = id;
72 switch (mId) {
134 return mId;
138 mId = id;
  /external/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 39 NodeId MId = G.getEdgeOtherNodeId(EId, NId);
43 RawVector YCosts = G.getNodeCosts(MId);
67 G.setNodeCosts(MId, YCosts);
68 G.disconnectEdge(EId, MId);
175 NodeId mId = G.getEdgeNode2Id(EId);
176 v += edgeCosts.getColAsVector(s.getSelection(mId));
178 NodeId mId = G.getEdgeNode1Id(EId);
179 v += edgeCosts.getRowAsVector(s.getSelection(mId));
  /cts/hostsidetests/theme/app/src/android/theme/app/
HoloDeviceActivity.java 89 setTheme(theme.mId);
94 mView = getLayoutInflater().inflate(layout.mId, mViewGroup, false);
171 public final int mId;
176 mId = id;
237 public final int mId;
244 mId = id;
  /cts/suite/audio_quality/lib/include/audio/
AudioProtocol.h 38 uint32_t mId;
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
SimpleMenuItem.java 37 private final int mId;
47 mId = id;
53 return mId;
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV9.java 147 private int mId;
161 curChanged.mId = id;
170 mListener.onInputDeviceAdded(mId);
173 mListener.onInputDeviceChanged(mId);
176 mListener.onInputDeviceRemoved(mId);

Completed in 582 milliseconds

1 2 3