Searched refs:id (Results 1 - 25 of 963) sorted by relevance

1234567891011>>

/frameworks/base/docs/html/reference/
H A Dgms_lists.js2 { id:0, label:"com.google.android.gms", link:"reference/com/google/android/gms/package-summary.html", type:"package", deprecated:"false" },
3 { id:1, label:"com.google.android.gms.R", link:"reference/com/google/android/gms/R.html", type:"class", deprecated:"false" },
4 { id:2, label:"com.google.android.gms.R.attr", link:"reference/com/google/android/gms/R.attr.html", type:"class", deprecated:"false" },
5 { id:3, label:"com.google.android.gms.R.color", link:"reference/com/google/android/gms/R.color.html", type:"class", deprecated:"false" },
6 { id:4, label:"com.google.android.gms.R.drawable", link:"reference/com/google/android/gms/R.drawable.html", type:"class", deprecated:"false" },
7 { id:5, label:"com.google.android.gms.R.id", link:"reference/com/google/android/gms/R.id.html", type:"class", deprecated:"false" },
8 { id:6, label:"com.google.android.gms.R.string", link:"reference/com/google/android/gms/R.string.html", type:"class", deprecated:"false" },
9 { id
[all...]
H A Dgcm_lists.js2 { id:0, label:"com.google.android.gcm", link:"reference/com/google/android/gcm/package-summary.html", type:"package", deprecated:"false" },
3 { id:1, label:"com.google.android.gcm.GCMBaseIntentService", link:"reference/com/google/android/gcm/GCMBaseIntentService.html", type:"class", deprecated:"false" },
4 { id:2, label:"com.google.android.gcm.GCMBroadcastReceiver", link:"reference/com/google/android/gcm/GCMBroadcastReceiver.html", type:"class", deprecated:"false" },
5 { id:3, label:"com.google.android.gcm.GCMConstants", link:"reference/com/google/android/gcm/GCMConstants.html", type:"class", deprecated:"false" },
6 { id:4, label:"com.google.android.gcm.GCMRegistrar", link:"reference/com/google/android/gcm/GCMRegistrar.html", type:"class", deprecated:"false" },
7 { id:5, label:"com.google.android.gcm.server", link:"reference/com/google/android/gcm/server/package-summary.html", type:"package", deprecated:"false" },
8 { id:6, label:"com.google.android.gcm.server.Constants", link:"reference/com/google/android/gcm/server/Constants.html", type:"class", deprecated:"false" },
9 { id:7, label:"com.google.android.gcm.server.InvalidRequestException", link:"reference/com/google/android/gcm/server/InvalidRequestException.html", type:"class", deprecated:"false" },
10 { id:8, label:"com.google.android.gcm.server.Message", link:"reference/com/google/android/gcm/server/Message.html", type:"class", deprecated:"false" },
11 { id
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DScriptIntrinsic.java28 ScriptIntrinsic(int id, RenderScript rs) { argument
29 super(id, rs);
H A DScriptIntrinsicYuvToRGB.java30 ScriptIntrinsicYuvToRGB(int id, RenderScript rs) { argument
31 super(id, rs);
46 int id = rs.nScriptIntrinsicCreate(6, e.getID(rs));
47 ScriptIntrinsicYuvToRGB si = new ScriptIntrinsicYuvToRGB(id, rs);
H A DRenderScript.java125 ContextType(int id) { argument
126 mID = id;
186 native void rsnContextSendMessage(int con, int id, int[] data); argument
187 synchronized void nContextSendMessage(int id, int[] data) { argument
189 rsnContextSendMessage(mContext, id, data);
243 native void rsnObjDestroy(int con, int id); argument
244 synchronized void nObjDestroy(int id) { argument
249 rsnObjDestroy(mContext, id);
263 native void rsnElementGetNativeData(int con, int id, int[] elementData); argument
264 synchronized void nElementGetNativeData(int id, in argument
268 rsnElementGetSubElements(int con, int id, int[] IDs, String[] names, int[] arraySizes) argument
270 nElementGetSubElements(int id, int[] IDs, String[] names, int[] arraySizes) argument
280 rsnTypeGetNativeData(int con, int id, int[] typeData) argument
281 nTypeGetNativeData(int id, int[] typeData) argument
366 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
367 nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) argument
371 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
372 nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) argument
376 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
377 nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
381 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
382 nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) argument
387 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
388 nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
413 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
414 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
418 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
419 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
423 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
424 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
428 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
429 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
433 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
434 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
457 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
458 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
462 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
463 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
467 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
468 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
472 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
473 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
479 rsnAllocationRead(int con, int id, byte[] d) argument
480 nAllocationRead(int id, byte[] d) argument
484 rsnAllocationRead(int con, int id, short[] d) argument
485 nAllocationRead(int id, short[] d) argument
489 rsnAllocationRead(int con, int id, int[] d) argument
490 nAllocationRead(int id, int[] d) argument
494 rsnAllocationRead(int con, int id, float[] d) argument
495 nAllocationRead(int id, float[] d) argument
499 rsnAllocationGetType(int con, int id) argument
500 nAllocationGetType(int id) argument
505 rsnAllocationResize1D(int con, int id, int dimX) argument
506 nAllocationResize1D(int id, int dimX) argument
569 rsnScriptInvoke(int con, int id, int slot) argument
570 nScriptInvoke(int id, int slot) argument
574 rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params) argument
575 rsnScriptForEach(int con, int id, int slot, int ain, int aout) argument
576 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
578 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
580 nScriptForEach(int id, int slot, int ain, int aout, byte[] params) argument
589 nScriptForEachClipped(int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
599 rsnScriptInvokeV(int con, int id, int slot, byte[] params) argument
600 nScriptInvokeV(int id, int slot, byte[] params) argument
605 rsnScriptSetVarI(int con, int id, int slot, int val) argument
606 nScriptSetVarI(int id, int slot, int val) argument
610 rsnScriptGetVarI(int con, int id, int slot) argument
611 nScriptGetVarI(int id, int slot) argument
616 rsnScriptSetVarJ(int con, int id, int slot, long val) argument
617 nScriptSetVarJ(int id, int slot, long val) argument
621 rsnScriptGetVarJ(int con, int id, int slot) argument
622 nScriptGetVarJ(int id, int slot) argument
627 rsnScriptSetVarF(int con, int id, int slot, float val) argument
628 nScriptSetVarF(int id, int slot, float val) argument
632 rsnScriptGetVarF(int con, int id, int slot) argument
633 nScriptGetVarF(int id, int slot) argument
637 rsnScriptSetVarD(int con, int id, int slot, double val) argument
638 nScriptSetVarD(int id, int slot, double val) argument
642 rsnScriptGetVarD(int con, int id, int slot) argument
643 nScriptGetVarD(int id, int slot) argument
647 rsnScriptSetVarV(int con, int id, int slot, byte[] val) argument
648 nScriptSetVarV(int id, int slot, byte[] val) argument
652 rsnScriptGetVarV(int con, int id, int slot, byte[] val) argument
653 nScriptGetVarV(int id, int slot, byte[] val) argument
657 rsnScriptSetVarVE(int con, int id, int slot, byte[] val, int e, int[] dims) argument
659 nScriptSetVarVE(int id, int slot, byte[] val, int e, int[] dims) argument
664 rsnScriptSetVarObj(int con, int id, int slot, int val) argument
665 nScriptSetVarObj(int id, int slot, int val) argument
677 rsnScriptIntrinsicCreate(int con, int id, int eid) argument
678 nScriptIntrinsicCreate(int id, int eid) argument
775 rsnMeshGetVertexBufferCount(int con, int id) argument
776 nMeshGetVertexBufferCount(int id) argument
780 rsnMeshGetIndexCount(int con, int id) argument
781 nMeshGetIndexCount(int id) argument
785 rsnMeshGetVertices(int con, int id, int[] vtxIds, int vtxIdCount) argument
786 nMeshGetVertices(int id, int[] vtxIds, int vtxIdCount) argument
790 rsnMeshGetIndices(int con, int id, int[] idxIds, int[] primitives, int vtxIdCount) argument
791 nMeshGetIndices(int id, int[] idxIds, int[] primitives, int vtxIdCount) argument
945 sendMessage(int id, int[] data) argument
988 Priority(int id) argument
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsic.java28 ScriptIntrinsic(int id, RenderScript rs) { argument
29 super(id, rs);
H A DRenderScript.java138 ContextType(int id) { argument
139 mID = id;
170 native void rsnContextSendMessage(int con, int id, int[] data); argument
171 synchronized void nContextSendMessage(int id, int[] data) { argument
173 rsnContextSendMessage(mContext, id, data);
176 native void rsnObjDestroy(int con, int id); argument
177 synchronized void nObjDestroy(int id) { argument
182 rsnObjDestroy(mContext, id);
196 native void rsnElementGetNativeData(int con, int id, int[] elementData); argument
197 synchronized void nElementGetNativeData(int id, in argument
201 rsnElementGetSubElements(int con, int id, int[] IDs, String[] names, int[] arraySizes) argument
203 nElementGetSubElements(int id, int[] IDs, String[] names, int[] arraySizes) argument
213 rsnTypeGetNativeData(int con, int id, int[] typeData) argument
214 nTypeGetNativeData(int id, int[] typeData) argument
289 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
290 nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) argument
294 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
295 nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) argument
299 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
300 nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
304 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
305 nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) argument
310 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
311 nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
336 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
337 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
341 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
342 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
346 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
347 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
351 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
352 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
356 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
357 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
380 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
381 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
385 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
386 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
390 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
391 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
395 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
396 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
402 rsnAllocationRead(int con, int id, byte[] d) argument
403 nAllocationRead(int id, byte[] d) argument
407 rsnAllocationRead(int con, int id, short[] d) argument
408 nAllocationRead(int id, short[] d) argument
412 rsnAllocationRead(int con, int id, int[] d) argument
413 nAllocationRead(int id, int[] d) argument
417 rsnAllocationRead(int con, int id, float[] d) argument
418 nAllocationRead(int id, float[] d) argument
422 rsnAllocationGetType(int con, int id) argument
423 nAllocationGetType(int id) argument
428 rsnAllocationResize1D(int con, int id, int dimX) argument
429 nAllocationResize1D(int id, int dimX) argument
433 rsnAllocationResize2D(int con, int id, int dimX, int dimY) argument
434 nAllocationResize2D(int id, int dimX, int dimY) argument
449 rsnScriptInvoke(int con, int id, int slot) argument
450 nScriptInvoke(int id, int slot) argument
454 rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params) argument
455 rsnScriptForEach(int con, int id, int slot, int ain, int aout) argument
456 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
458 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
460 nScriptForEach(int id, int slot, int ain, int aout, byte[] params) argument
469 nScriptForEachClipped(int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
479 rsnScriptInvokeV(int con, int id, int slot, byte[] params) argument
480 nScriptInvokeV(int id, int slot, byte[] params) argument
484 rsnScriptSetVarI(int con, int id, int slot, int val) argument
485 nScriptSetVarI(int id, int slot, int val) argument
489 rsnScriptSetVarJ(int con, int id, int slot, long val) argument
490 nScriptSetVarJ(int id, int slot, long val) argument
494 rsnScriptSetVarF(int con, int id, int slot, float val) argument
495 nScriptSetVarF(int id, int slot, float val) argument
499 rsnScriptSetVarD(int con, int id, int slot, double val) argument
500 nScriptSetVarD(int id, int slot, double val) argument
504 rsnScriptSetVarV(int con, int id, int slot, byte[] val) argument
505 nScriptSetVarV(int id, int slot, byte[] val) argument
509 rsnScriptSetVarVE(int con, int id, int slot, byte[] val, int e, int[] dims) argument
511 nScriptSetVarVE(int id, int slot, byte[] val, int e, int[] dims) argument
516 rsnScriptSetVarObj(int con, int id, int slot, int val) argument
517 nScriptSetVarObj(int id, int slot, int val) argument
529 rsnScriptIntrinsicCreate(int con, int id, int eid) argument
530 nScriptIntrinsicCreate(int id, int eid) argument
725 sendMessage(int id, int[] data) argument
780 Priority(int id) argument
[all...]
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java67 for (int id: new int[] {
68 R.id.clear_1,
69 R.id.clear_2,
70 R.id.clear_3,
71 R.id.clear_4,
72 R.id.clear_5,
73 R.id.clear_6,
74 R.id.clear_7,
75 R.id.clear_8,
76 R.id
197 sendNotification(final int id) argument
206 cancelNotification(final int id) argument
224 buildNotification(int id) argument
440 setChecked(int id) argument
445 getRadioChecked(int id) argument
450 getRadioTag(int id) argument
456 getRadioInt(int id, int def) argument
469 getRadioHex(int id, int def) argument
485 getChecked(int id) argument
490 loadBitmap(int id) argument
495 makeDeleteIntent(int id) argument
503 makeContentIntent(int id) argument
[all...]
/frameworks/base/core/java/android/net/
H A DLocalSocketAddress.java45 /** The id matches with a #define in include/cutils/sockets.h */
46 private int id; field in class:LocalSocketAddress.Namespace
47 Namespace (int id) { argument
48 this.id = id;
55 return id;
/frameworks/base/core/java/android/content/
H A DContentUris.java29 * <code>content://<em>authority</em>/<em>path</em>/<em>id</em></code>
59 * <em>id</em>
63 * preceding path part. Most providers recognize content URIs that contain an id part
65 * often expects the id part to be a particular value for that column.
93 * @param id to append
97 public static Uri.Builder appendId(Uri.Builder builder, long id) { argument
98 return builder.appendEncodedPath(String.valueOf(id));
105 * @param id to append
109 public static Uri withAppendedId(Uri contentUri, long id) { argument
110 return appendId(contentUri.buildUpon(), id)
[all...]
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselViewHelper.java99 int id = msg.arg1;
100 if (id >= mCarouselView.getCardCount()) {
101 Log.e(TAG, "Index out of range for get, card:" + id);
105 Log.e(TAG, "Unknown message: " + id);
110 final Bitmap bitmap = getTexture(id);
112 mSyncHandler.obtainMessage(SET_TEXTURE_N, id, 0, bitmap).sendToTarget();
115 TextureParameters params = getTextureParameters(id);
117 mSyncHandler.obtainMessage(SET_MATRIX_N, id, 0,
122 final Bitmap bitmap = getDetailTexture(id);
124 mSyncHandler.obtainMessage(SET_DETAIL_TEXTURE_N, id,
178 getTexture(int id) argument
190 getDetailTexture(int id) argument
202 getGeometry(int id) argument
214 getTextureParameters(int id) argument
226 getDetailTextureParameters(int id) argument
230 onRequestTexture(int id) argument
237 onInvalidateTexture(final int id) argument
242 onRequestGeometry(int id) argument
248 onInvalidateGeometry(int id) argument
253 onRequestDetailTexture(int id) argument
260 onInvalidateDetailTexture(int id) argument
[all...]
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestActivity.java39 private static final String KEY_FRAGMENT_ID = "id";
45 public void onItemClick(AdapterView<?> parent, View v, int position, long id) {
46 onListItemClick((ListView)parent, v, position, id);
50 private void onListItemClick(ListView lv, View v, int position, long id) { argument
63 ft.replace(R.id.testframe, fragment);
78 mList = (ListView) findViewById(R.id.testlist);
84 new int[]{android.R.id.text1});
102 addItem(result, "Basic", BiDiTestBasic.class, R.id.basic);
104 addItem(result, "Canvas2", BiDiTestCanvas2.class, R.id.canvas2);
106 addItem(result, "TextView LTR", BiDiTestTextViewLtr.class, R.id
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java51 public CharSequence getText(int id) throws NotFoundException { argument
56 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException { argument
61 public String getString(int id) throws NotFoundException { argument
66 public String getString(int id, Object... formatArgs) throws NotFoundException { argument
71 public String getQuantityString(int id, int quantity, Object... formatArgs) argument
77 public String getQuantityString(int id, int quantity) throws NotFoundException { argument
82 public CharSequence getText(int id, CharSequence def) { argument
87 public CharSequence[] getTextArray(int id) throws NotFoundException { argument
92 public String[] getStringArray(int id) throws NotFoundException { argument
97 public int[] getIntArray(int id) throw argument
102 obtainTypedArray(int id) argument
107 getDimension(int id) argument
112 getDimensionPixelOffset(int id) argument
117 getDimensionPixelSize(int id) argument
122 getDrawable(int id) argument
127 getMovie(int id) argument
132 getColor(int id) argument
137 getColorStateList(int id) argument
142 getInteger(int id) argument
147 getLayout(int id) argument
152 getAnimation(int id) argument
157 getXml(int id) argument
162 openRawResource(int id) argument
167 openRawResourceFd(int id) argument
172 getValue(int id, TypedValue outValue, boolean resolveRefs) argument
[all...]
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationUtils.java38 int id = -1;
41 id = field.intValue();
47 return id;
/frameworks/base/wifi/java/android/net/wifi/
H A DNetworkUpdateResult.java27 public NetworkUpdateResult(int id) { argument
28 netId = id;
39 public void setNetworkId(int id) { argument
40 netId = id;
/frameworks/wilhelm/src/
H A Ddevices.h21 SLuint32 id; member in struct:AudioInput_id_descriptor
26 SLuint32 id; member in struct:AudioOutput_id_descriptor
31 SLuint32 id; member in struct:LED_id_descriptor
36 SLuint32 id; member in struct:Vibra_id_descriptor
/frameworks/base/core/java/android/app/
H A DIThumbnailReceiver.aidl27 void newThumbnail(int id, in Bitmap thumbnail, CharSequence description);
H A DNotificationManager.java43 * Each of the notify methods takes an int id parameter and optionally a
45 * are used to form a pair (tag, id), or ({@code null}, id) if tag is
48 * of the notify methods with a (tag, id) pair that is currently active and
51 * be replaced with the new one. This is also the same tag and id you pass
99 * the same id has already been posted by your application and has not yet been canceled, it
102 * @param id An identifier for this notification unique within your
107 public void notify(int id, Notification notification) argument
109 notify(null, id, notification);
114 * the same tag and id ha
123 notify(String tag, int id, Notification notification) argument
148 notifyAsUser(String tag, int id, Notification notification, UserHandle user) argument
175 cancel(int id) argument
185 cancel(String tag, int id) argument
199 cancelAsUser(String tag, int id, UserHandle user) argument
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DIGeofenceHardware.aidl28 boolean addCircularFence(int id, int monitoringType, double lat, double longitude,
31 boolean removeGeofence(int id, int monitoringType);
32 boolean pauseGeofence(int id, int monitoringType);
33 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions);
/frameworks/support/v4/java/android/support/v4/content/
H A DWakefulBroadcastReceiver.java82 int id = mNextId;
88 intent.putExtra(EXTRA_WAKE_LOCK_ID, id);
99 mActiveWakeLocks.put(id, wl);
113 final int id = intent.getIntExtra(EXTRA_WAKE_LOCK_ID, 0);
114 if (id == 0) {
118 PowerManager.WakeLock wl = mActiveWakeLocks.get(id);
121 mActiveWakeLocks.remove(id);
130 Log.w("WakefulBroadcastReceiver", "No active wake lock id #" + id);
/frameworks/native/libs/utils/
H A DRefBase.cpp79 void addStrongRef(const void* /*id*/) { }
80 void removeStrongRef(const void* /*id*/) { }
82 void addWeakRef(const void* /*id*/) { }
83 void removeWeakRef(const void* /*id*/) { }
111 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
125 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
138 void addStrongRef(const void* id) { argument
140 // "addStrongRef: RefBase=%p, id=%p", mBase, id);
141 addRef(&mStrongRefs, id, mStron
144 removeStrongRef(const void* id) argument
161 addWeakRef(const void* id) argument
165 removeWeakRef(const void* id) argument
216 const void* id; member in struct:android::RefBase::weakref_impl::ref_entry
223 addRef(ref_entry** refs, const void* id, int32_t mRef) argument
242 removeRef(ref_entry** refs, const void* id) argument
388 incWeak(const void* id) argument
397 decWeak(const void* id) argument
429 attemptIncStrong(const void* id) argument
533 attemptIncWeak(const void* id) argument
619 onIncStrongAttempted(uint32_t flags, const void* id) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/
H A DRadioGroupPreCheckedTest.java38 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_one);
41 RadioGroup group = (RadioGroup) activity.findViewById(R.id.group);
42 assertEquals("The first radio button should be checked", R.id.value_one,
50 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_two);
53 RadioButton old = (RadioButton) activity.findViewById(R.id.value_one);
58 RadioGroup group = (RadioGroup) activity.findViewById(R.id.group);
59 assertEquals("The second radio button should be checked", R.id.value_two,
/frameworks/av/include/media/stagefright/foundation/
H A DAHandler.h33 ALooper::handler_id id() const { function in struct:android::AHandler
47 void setID(ALooper::handler_id id) { argument
48 mID = id;
/frameworks/base/core/java/android/content/pm/
H A DUserInfo.java66 public int id; field in class:UserInfo
77 public UserInfo(int id, String name, int flags) { argument
78 this(id, name, null, flags);
81 public UserInfo(int id, String name, String iconPath, int flags) { argument
82 this.id = id;
110 id = orig.id;
119 return new UserHandle(id);
124 return "UserInfo{" + id
[all...]
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DEventSender.java34 public void updateTouchPoint(int id, int x, int y); argument
36 public void releaseTouchPoint(int id); argument
38 public void cancelTouchPoint(int id); argument

Completed in 5063 milliseconds

1234567891011>>