Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java51 public CharSequence getText(int id) throws NotFoundException { in getText()
56 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException { in getQuantityText()
61 public String getString(int id) throws NotFoundException { in getString()
66 public String getString(int id, Object... formatArgs) throws NotFoundException { in getString()
71 public String getQuantityString(int id, int quantity, Object... formatArgs) in getQuantityString()
77 public String getQuantityString(int id, int quantity) throws NotFoundException { in getQuantityString()
82 public CharSequence getText(int id, CharSequence def) { in getText()
87 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray()
92 public String[] getStringArray(int id) throws NotFoundException { in getStringArray()
97 public int[] getIntArray(int id) throws NotFoundException { in getIntArray()
[all …]
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationBuilderTest.java185 private void sendNotification(int id) { in sendNotification()
190 private Notification buildNotification(int id) { in buildNotification()
360 private void setChecked(int id) { in setChecked()
365 private int getRadioChecked(int id) { in getRadioChecked()
370 private String getRadioTag(int id) { in getRadioTag()
376 private int getRadioInt(int id, int def) { in getRadioInt()
389 private boolean getChecked(int id) { in getChecked()
394 private Bitmap loadBitmap(int id) { in loadBitmap()
399 private PendingIntent makeDeleteIntent(int id) { in makeDeleteIntent()
407 private PendingIntent makeContentIntent(int id) { in makeContentIntent()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeResources.java129 private Pair<String, ResourceValue> getResourceValue(int id, boolean[] platformResFlag_out) { in getResourceValue()
158 public Drawable getDrawable(int id) throws NotFoundException { in getDrawable()
173 public int getColor(int id) throws NotFoundException { in getColor()
194 public ColorStateList getColorStateList(int id) throws NotFoundException { in getColorStateList()
213 public CharSequence getText(int id) throws NotFoundException { in getText()
236 public XmlResourceParser getLayout(int id) throws NotFoundException { in getLayout()
280 public XmlResourceParser getAnimation(int id) throws NotFoundException { in getAnimation()
319 public TypedArray obtainTypedArray(int id) throws NotFoundException { in obtainTypedArray()
325 public float getDimension(int id) throws NotFoundException { in getDimension()
359 public int getDimensionPixelOffset(int id) throws NotFoundException { in getDimensionPixelOffset()
[all …]
/frameworks/base/core/java/android/content/res/
DResources.java242 public CharSequence getText(int id) throws NotFoundException { in getText()
269 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException { in getQuantityText()
330 public String getString(int id) throws NotFoundException { in getString()
358 public String getString(int id, Object... formatArgs) throws NotFoundException { in getString()
385 public String getQuantityString(int id, int quantity, Object... formatArgs) in getQuantityString()
409 public String getQuantityString(int id, int quantity) throws NotFoundException { in getQuantityString()
427 public CharSequence getText(int id, CharSequence def) { in getText()
443 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray()
463 public String[] getStringArray(int id) throws NotFoundException { in getStringArray()
483 public int[] getIntArray(int id) throws NotFoundException { in getIntArray()
[all …]
/frameworks/ex/carousel/java/com/android/ex/carousel/
DCarouselViewHelper.java99 int id = msg.arg1; in handleMessage() local
139 int id = msg.arg1; in handleMessage() local
178 public Bitmap getTexture(int id) { in getTexture()
190 public Bitmap getDetailTexture(int id) { in getDetailTexture()
202 public Mesh getGeometry(int id) { in getGeometry()
214 public TextureParameters getTextureParameters(int id) { in getTextureParameters()
226 public DetailTextureParameters getDetailTextureParameters(int id) { in getDetailTextureParameters()
230 public void onRequestTexture(int id) { in onRequestTexture()
237 public void onInvalidateTexture(final int id) { in onInvalidateTexture()
242 public void onRequestGeometry(int id) { in onRequestGeometry()
[all …]
/frameworks/base/media/libstagefright/codecs/common/include/
DvoIndex.h33 #define _MAKE_SOURCE_ID(id, name) \ argument
36 #define _MAKE_CODEC_ID(id, name) \ argument
40 #define _MAKE_EFFECT_ID(id, name) \ argument
43 #define _MAKE_SINK_ID(id, name) \ argument
46 #define _MAKE_FILTER_ID(id, name) \ argument
49 #define _MAKE_OMX_ID(id, name) \ argument
52 #define _MAKE_MFW_ID(id, name) \ argument
/frameworks/base/graphics/java/android/renderscript/
DProgram.java51 TextureType(int id) { in TextureType()
63 ProgramParam(int id) { in ProgramParam()
75 Program(int id, RenderScript rs) { in Program()
95 int id = a != null ? a.getID() : 0; in bindConstants() local
96 mRS.nProgramBindConstants(getID(), slot, id); in bindConstants() local
117 int id = va != null ? va.getID() : 0; in bindTexture() local
118 mRS.nProgramBindTexture(getID(), slot, id); in bindTexture() local
137 int id = vs != null ? vs.getID() : 0; in bindSampler() local
138 mRS.nProgramBindSampler(getID(), slot, id); in bindSampler() local
DRenderScript.java188 native void rsnObjDestroy(int con, int id); in rsnObjDestroy()
189 synchronized void nObjDestroy(int id) { in nObjDestroy()
208 native void rsnElementGetNativeData(int con, int id, int[] elementData); in rsnElementGetNativeData()
209 synchronized void nElementGetNativeData(int id, int[] elementData) { in nElementGetNativeData()
213 native void rsnElementGetSubElements(int con, int id, int[] IDs, String[] names); in rsnElementGetSubElements()
214 synchronized void nElementGetSubElements(int id, int[] IDs, String[] names) { in nElementGetSubElements()
224 native void rsnTypeGetNativeData(int con, int id, int[] typeData); in rsnTypeGetNativeData()
225 synchronized void nTypeGetNativeData(int id, int[] typeData) { in nTypeGetNativeData()
280 …native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeByt… in rsnAllocationData1D()
281 … synchronized void nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) { in nAllocationData1D()
[all …]
DProgramFragment.java40 ProgramFragment(int id, RenderScript rs) { in ProgramFragment()
81 int id = mRS.nProgramFragmentCreate(mShader, tmp); in create() local
DProgramVertex.java53 ProgramVertex(int id, RenderScript rs) { in ProgramVertex()
121 int id = mRS.nProgramVertexCreate(mShader, tmp); in create() local
/frameworks/base/core/java/android/app/
DINotificationManager.aidl28 …void enqueueNotification(String pkg, int id, in Notification notification, inout int[] idReceived); in enqueueNotification()
30 void cancelNotification(String pkg, int id); in cancelNotification()
35 …void enqueueNotificationWithTag(String pkg, String tag, int id, in Notification notification, inou… in enqueueNotificationWithTag()
36 …void enqueueNotificationWithTagPriority(String pkg, String tag, int id, int priority, in Notificat… in enqueueNotificationWithTagPriority()
37 void cancelNotificationWithTag(String pkg, String tag, int id); in cancelNotificationWithTag()
DNotificationManager.java101 public void notify(int id, Notification notification) in notify()
117 public void notify(String tag, int id, Notification notification) in notify()
137 public void cancel(int id) in cancel()
147 public void cancel(String tag, int id) in cancel()
DLoaderManager.java69 public Loader<D> onCreateLoader(int id, Bundle args); in onCreateLoader()
144 public abstract <D> Loader<D> initLoader(int id, Bundle args, in initLoader()
162 public abstract <D> Loader<D> restartLoader(int id, Bundle args, in restartLoader()
171 public abstract void destroyLoader(int id); in destroyLoader()
177 public abstract <D> Loader<D> getLoader(int id); in getLoader()
238 public LoaderInfo(int id, Bundle args, LoaderManager.LoaderCallbacks<Object> callbacks) { in LoaderInfo()
492 private LoaderInfo createLoader(int id, Bundle args, in createLoader()
500 private LoaderInfo createAndInstallLoader(int id, Bundle args, in createAndInstallLoader()
547 … public <D> Loader<D> initLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback) { in initLoader()
597 …public <D> Loader<D> restartLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback)… in restartLoader()
[all …]
/frameworks/base/libs/gui/
DSurfaceComposerClient.cpp154 const sp<SurfaceComposerClient>& client, SurfaceID id) { in getLayerStateLocked()
171 SurfaceID id, float x, float y) { in setPosition()
183 SurfaceID id, uint32_t w, uint32_t h) { in setSize()
195 SurfaceID id, int32_t z) { in setLayer()
206 SurfaceID id, uint32_t flags, in setFlags()
220 const sp<SurfaceComposerClient>& client, SurfaceID id, in setTransparentRegionHint()
232 SurfaceID id, float alpha) { in setAlpha()
243 SurfaceID id, float dsdx, float dtdx, in setMatrix()
260 SurfaceID id, uint32_t tint) { in setFreezeTint()
384 status_t SurfaceComposerClient::setFreezeTint(SurfaceID id, uint32_t tint) { in setFreezeTint()
[all …]
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java96 int id = mSoundPool.load(getApplicationContext(), resId, priority); in loadSound() local
134 int id = mSoundPool.play(mSounds[index], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestSounds() local
156 int id = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestScales() local
177 int id = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestRates() local
211 int id = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestPriority() local
246 int id = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestPauseResume() local
298 … int id = mSoundPool.play(mSounds[0], 0.0f, 1.0f, NORMAL_PRIORITY, DEFAULT_LOOP, mScale[0]); in TestVolume() local
/frameworks/support/v4/java/android/support/v4/app/
DLoaderManager.java50 public Loader<D> onCreateLoader(int id, Bundle args); in onCreateLoader()
125 public abstract <D> Loader<D> initLoader(int id, Bundle args, in initLoader()
143 public abstract <D> Loader<D> restartLoader(int id, Bundle args, in restartLoader()
152 public abstract void destroyLoader(int id); in destroyLoader()
158 public abstract <D> Loader<D> getLoader(int id); in getLoader()
219 public LoaderInfo(int id, Bundle args, LoaderManager.LoaderCallbacks<Object> callbacks) { in LoaderInfo()
473 private LoaderInfo createLoader(int id, Bundle args, in createLoader()
481 private LoaderInfo createAndInstallLoader(int id, Bundle args, in createAndInstallLoader()
528 … public <D> Loader<D> initLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback) { in initLoader()
578 …public <D> Loader<D> restartLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback)… in restartLoader()
[all …]
/frameworks/compile/libbcc/runtime/www/
Dmenu.css5 [id=menu] { selector
9 [id=content] { selector
/frameworks/base/services/java/com/android/server/
DAppWidgetService.java254 private void dumpAppWidgetId(AppWidgetId id, int index, PrintWriter pw) { in dumpAppWidgetId()
328 AppWidgetId id = new AppWidgetId(); in allocateAppWidgetId() local
344 AppWidgetId id = lookupAppWidgetIdLocked(appWidgetId); in deleteAppWidgetId() local
386 AppWidgetId id = host.instances.get(i); in deleteHostLocked() local
396 void deleteAppWidgetLocked(AppWidgetId id) { in deleteAppWidgetLocked()
449 AppWidgetId id = lookupAppWidgetIdLocked(appWidgetId); in bindAppWidgetId() local
493 AppWidgetId id = lookupAppWidgetIdLocked(appWidgetId); in bindRemoteViewsService() local
553 AppWidgetId id = lookupAppWidgetIdLocked(appWidgetId); in unbindRemoteViewsService() local
570 private void unbindAppWidgetRemoteViewsServicesLocked(AppWidgetId id) { in unbindAppWidgetRemoteViewsServicesLocked()
657 AppWidgetId id = lookupAppWidgetIdLocked(appWidgetId); in getAppWidgetInfo() local
[all …]
/frameworks/base/core/java/android/content/
DContentUris.java52 public static Uri.Builder appendId(Uri.Builder builder, long id) { in appendId()
64 public static Uri withAppendedId(Uri contentUri, long id) { in withAppendedId()
/frameworks/base/core/java/android/os/storage/
DIMountService.java254 public int createSecureContainer(String id, int sizeMb, String fstype, String key, in createSecureContainer()
281 public int destroySecureContainer(String id, boolean force) throws RemoteException { in destroySecureContainer()
304 public int finalizeSecureContainer(String id) throws RemoteException { in finalizeSecureContainer()
325 public int mountSecureContainer(String id, String key, int ownerUid) in mountSecureContainer()
349 public int unmountSecureContainer(String id, boolean force) throws RemoteException { in unmountSecureContainer()
370 public boolean isSecureContainerMounted(String id) throws RemoteException { in isSecureContainerMounted()
412 public String getSecureContainerPath(String id) throws RemoteException { in getSecureContainerPath()
698 public String getSecureContainerFilesystemPath(String id) throws RemoteException { in getSecureContainerFilesystemPath()
902 String id; in onTransact() local
919 String id; in onTransact() local
[all …]
/frameworks/base/core/java/android/view/
DVelocityTracker.java60 private static native float nativeGetXVelocity(int ptr, int id); in nativeGetXVelocity()
61 private static native float nativeGetYVelocity(int ptr, int id); in nativeGetYVelocity()
62 private static native boolean nativeGetEstimator(int ptr, int id, in nativeGetEstimator()
206 public float getXVelocity(int id) { in getXVelocity()
217 public float getYVelocity(int id) { in getYVelocity()
239 public boolean getEstimator(int id, int degree, int horizonMillis, Estimator outEstimator) { in getEstimator()
/frameworks/base/libs/utils/
DRefBase.cpp139 void addStrongRef(const void* id) { in addStrongRef()
145 void removeStrongRef(const void* id) { in removeStrongRef()
162 void addWeakRef(const void* id) { in addWeakRef()
166 void removeWeakRef(const void* id) { in removeWeakRef()
217 const void* id; member
224 void addRef(ref_entry** refs, const void* id, int32_t mRef) in addRef()
243 void removeRef(ref_entry** refs, const void* id) in removeRef()
397 void RefBase::weakref_type::incWeak(const void* id) in incWeak()
406 void RefBase::weakref_type::decWeak(const void* id) in decWeak()
438 bool RefBase::weakref_type::attemptIncStrong(const void* id) in attemptIncStrong()
[all …]
/frameworks/base/core/java/android/webkit/
DL10nUtils.java99 private static String loadString(int id) { in loadString()
109 public static String getLocalisedString(int id) { in getLocalisedString()
/frameworks/base/media/libdrm/mobile1/src/objmng/
Ddrm_rights_manager.c50 static int32_t drm_writeToUidTxt(uint8_t* Uid, int32_t* id) in drm_writeToUidTxt()
151 int32_t drm_readFromUidTxt(uint8_t* Uid, int32_t* id, int32_t option) in drm_readFromUidTxt()
241 static int32_t drm_acquireId(uint8_t* uid, int32_t* id) in drm_acquireId()
251 int32_t drm_writeOrReadInfo(int32_t id, T_DRM_Rights* Ro, int32_t* RoAmount, int32_t option) in drm_writeOrReadInfo()
356 int32_t id; in drm_appendRightsInfo() local
417 int32_t drm_removeIdInfoFile(int32_t id) in drm_removeIdInfoFile()
443 int32_t drm_updateUidTxtWhenDelete(int32_t id) in drm_updateUidTxtWhenDelete()
535 int32_t id, roAmount; in drm_getKey() local
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
DItem.java30 public int id; field in Item
36 public Item(int id, String text) { in Item()

12345678910>>...15