Searched defs:id (Results 76 - 100 of 399) sorted by path

1234567891011>>

/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/net/http/
H A DConnectionThread.java48 int id,
53 setName("http" + id);
54 mId = id;
47 ConnectionThread(Context context, int id, RequestQueue.ConnectionManager connectionManager, RequestFeeder requestFeeder) argument
H A DEventHandler.java116 * @param id One of the error codes defined below
119 public void error(int id, String description); argument
H A DLoggingEventHandler.java78 public void error(int id, String description) { argument
80 HttpLog.v("LoggingEventHandler: error() called Id:" + id +
/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java54 * <li><em>id</em>: identifier meta-data, not commonly used</li>
60 * NDEF Records with correctly set tnf, type, id and payload fields, please
90 * Type, id and payload fields are empty in a {@literal TNF_EMPTY} record.
267 "urn:epc:id:", // 0x1E
484 * Basic validation of the tnf, type, id and payload is performed
489 * id or payload.</li>
499 * Deep inspection of the type, id and payload fields is not
505 * To omit a type, id or payload field, set the parameter to an
510 * @param id byte array, containing zero to 255 bytes, or null
515 public NdefRecord(short tnf, byte[] type, byte[] id, byt argument
865 validateTnf(short tnf, byte[] type, byte[] id, byte[] payload) argument
[all...]
H A DTag.java125 public Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, argument
130 mId = id;
146 * @param id The tag identifier, can be null
151 public static Tag createMockTag(byte[] id, int[] techList, Bundle[] techListExtras) { argument
153 return new Tag(id, techList, techListExtras, 0, null);
383 byte[] id = Tag.readBytesWithNull(in);
396 return new Tag(id, techList, techExtras, serviceHandle, tagService);
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1452 TimerEntry(String name, int id, BatteryStats.Timer timer, long time) { argument
1454 mId = id;
H A DCommonTimeConfig.java182 * @param id The 64-bit group ID of the common time service.
186 public int setMasterElectionGroupId(long id) { argument
189 return mUtils.transactSetLong(METHOD_SET_MASTER_ELECTION_GROUP_ID, id);
H A DUserHandle.java28 /** @hide A user id to indicate all users on the device */
34 /** @hide A user id to indicate the currently active user */
40 /** @hide A user id to indicate that we would like to send to the current
50 /** @hide An undefined user id */
53 /** @hide A user id constant to indicate the "owner" user of the device */
68 * Checks to see if the user id is the same for the two uids, i.e., they belong to the same
77 * Checks to see if both uids are referring to the same app id, ignoring the user id part of the
109 * Returns the user id for a given uid.
138 * Returns the app id (o
149 getSharedAppGid(int id) argument
[all...]
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java254 public int createSecureContainer(String id, int sizeMb, String fstype, String key, argument
261 _data.writeString(id);
282 public int destroySecureContainer(String id, boolean force) throws RemoteException { argument
288 _data.writeString(id);
305 public int finalizeSecureContainer(String id) throws RemoteException { argument
311 _data.writeString(id);
326 public int mountSecureContainer(String id, String key, int ownerUid) argument
333 _data.writeString(id);
350 public int unmountSecureContainer(String id, boolean force) throws RemoteException { argument
356 _data.writeString(id);
371 isSecureContainerMounted(String id) argument
413 getSecureContainerPath(String id) argument
701 getSecureContainerFilesystemPath(String id) argument
722 fixPermissionsSecureContainer(String id, int gid, String filename) argument
1166 createSecureContainer(String id, int sizeMb, String fstype, String key, int ownerUid, boolean external) argument
1174 destroySecureContainer(String id, boolean force) argument
1181 finalizeSecureContainer(String id) argument
1208 getSecureContainerPath(String id) argument
1229 isSecureContainerMounted(String id) argument
1254 mountSecureContainer(String id, String key, int ownerUid) argument
1298 unmountSecureContainer(String id, boolean force) argument
1377 fixPermissionsSecureContainer(String id, int gid, String filename) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java271 holder.icon = (ImageView) view.findViewById(com.android.internal.R.id.icon);
272 holder.title = (TextView) view.findViewById(com.android.internal.R.id.title);
273 holder.summary = (TextView) view.findViewById(com.android.internal.R.id.summary);
297 * Default value for {@link Header#id Header.id} indicating that no
310 * {@link PreferenceActivity#HEADER_ID_UNDEFINED}, meaning no id.
313 public long id = HEADER_ID_UNDEFINED; field in class:PreferenceActivity.Header
452 dest.writeLong(id);
474 id = in.readLong();
512 mListFooter = (FrameLayout)findViewById(com.android.internal.R.id
967 onListItemClick(ListView l, View v, int position, long id) argument
[all...]
H A DPreferenceScreen.java169 mListView = (ListView) childPrefScreen.findViewById(android.R.id.list);
206 public void onItemClick(AdapterView parent, View view, int position, long id) { argument
/frameworks/base/core/java/android/provider/
H A DContactsContract.java939 * its row id changed as a result of a sync or aggregation.
1245 * row id changed as a result of a sync or aggregation.</td>
2109 * @param id The ID to check.
2112 public static boolean isProfileId(long id) { argument
2113 return id >= Profile.MIN_ID;
2519 * source id. This indicates to the sync adapter that a new contact needs
2878 // read data rows until the contact id changes
4041 * <td>The id of the row in the {@link RawContacts} table that this data belongs to.</td>
4186 * <td>The id of the row in the {@link Contacts} table that this data belongs
6579 * is found, it will use the corresponding row id
[all...]
H A DMediaStore.java563 * @param origId original image or video id. use -1 to cancel all requests.
588 * @param origId original image or video id
592 * @param groupId the id of group to which this request belongs
707 * The picasa id of the image
745 * The mini thumb id.
751 * The bucket id of the image. This is a read-only property that
828 long id,
846 values.put(Images.Thumbnails.IMAGE_ID, (int)id);
898 long id = ContentUris.parseId(url);
900 Bitmap miniThumb = Images.Thumbnails.getThumbnail(cr, id,
825 StoreThumbnail( ContentResolver cr, Bitmap source, long id, float width, float height, int kind) argument
[all...]
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java405 * Finds a view that was identified by the id attribute from the XML that
412 public View findViewById(int id) { argument
413 return getWindow().findViewById(id);
/frameworks/base/core/java/android/speech/srec/
H A DWaveHeader.java210 private static void readId(InputStream in, String id) throws IOException { argument
211 for (int i = 0; i < id.length(); i++) {
212 if (id.charAt(i) != in.read()) throw new IOException( id + " tag not present");
253 private static void writeId(OutputStream out, String id) throws IOException { argument
254 for (int i = 0; i < id.length(); i++) out.write(id.charAt(i));
/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java77 GridView grid = (GridView) findViewById(R.id.characterPicker);
81 mCancelButton = (Button) findViewById(R.id.cancel);
88 public void onItemClick(AdapterView parent, View view, int position, long id) { argument
/frameworks/base/core/java/android/view/
H A DInputDevice.java326 private InputDevice(int id, int generation, String name, String descriptor, argument
329 mId = id;
362 * Gets information about the input device with the specified id.
363 * @param id The device id.
366 public static InputDevice getDevice(int id) { argument
367 return InputManager.getInstance().getInputDevice(id);
379 * Gets the input device id.
381 * Each input device receives a unique id when it is first configured
382 * by the system. The input device id ma
[all...]
H A DMenu.java261 * with the given group and id. You can use the group to control ordering of
302 * @param id The item to be removed. If there is no item with this
305 public void removeItem(int id); argument
372 * @param id The identifier to find.
377 public MenuItem findItem(int id); argument
427 * @param id Identifier associated with the menu item.
435 public boolean performIdentifierAction(int id, int flags); argument
H A DMotionEvent.java50 * Each pointer has a unique id that is assigned when it first goes down
51 * (indicated by {@link #ACTION_DOWN} or {@link #ACTION_POINTER_DOWN}). A pointer id
59 * methods accept the pointer index as a parameter rather than the pointer id.
65 * the pointer id of a pointer is guaranteed to remain constant as long as the pointer
67 * pointer id of a pointer to track it across all subsequent motion events in a gesture.
69 * to obtain the pointer index for a given pointer id in that motion event.
172 * An invalid pointer id.
174 * This value (-1) can be used as a placeholder to indicate that a pointer id
176 * a pointer id inside a {@link MotionEvent}.
1294 // the caller into single element PointerCoords and pointer id array
3499 public int id; field in class:MotionEvent.PointerProperties
[all...]
H A DVelocityTracker.java32 * and {@link #getYVelocity(int)} to retrieve the velocity for each pointer id.
63 private static native float nativeGetXVelocity(int ptr, int id); argument
64 private static native float nativeGetYVelocity(int ptr, int id); argument
65 private static native boolean nativeGetEstimator(int ptr, int id, Estimator outEstimator); argument
224 * @param id Which pointer's velocity to return.
227 public float getXVelocity(int id) { argument
228 return nativeGetXVelocity(mPtr, id);
235 * @param id Which pointer's velocity to return.
238 public float getYVelocity(int id) { argument
239 return nativeGetYVelocity(mPtr, id);
256 getEstimator(int id, Estimator outEstimator) argument
[all...]
H A DView.java273 * Views may have an integer id associated with them. These ids are typically
280 * android:id="@+id/my_button"
287 * Button myButton = (Button) findViewById(R.id.my_button);
1514 * The next available accessibility id.
2837 * Specifies the id of a view for which this view serves as a label for
2843 * Predicate for matching labeled view id with its label for
2849 * Predicate for matching a view by its id.
3582 int id = getId();
3583 String idText = id
5268 setLabelFor(int id) argument
6339 findViewInsideOutShouldExist(View root, int id) argument
15061 findViewTraversal(int id) argument
15100 findViewById(int id) argument
15213 setId(int id) argument
[all...]
H A DViewDebug.java440 // Look by id
441 final int id = root.getResources().getIdentifier(parameter, null, null);
442 return root.getRootView().findViewById(id);
654 final int id = view.getId();
656 if (id != View.NO_ID) {
657 name = resolveId(view.getContext(), id).toString();
959 final int id = (Integer) methodValue;
960 methodValue = resolveId(context, id);
1032 final int id = field.getInt(view);
1033 fieldValue = resolveId(context, id);
1167 resolveId(Context context, int id) argument
[all...]
H A DViewGroup.java490 int id = a.getResourceId(attr, -1);
491 if (id > 0) {
492 setLayoutAnimation(AnimationUtils.loadLayoutAnimation(mContext, id));
1844 // Clean up earlier touch targets for this pointer id in case they
3041 protected View findViewTraversal(int id) { argument
3042 if (id == mID) {
3053 v = v.findViewById(id);
H A DWindow.java124 public static final int ID_ANDROID_CONTENT = com.android.internal.R.id.content;
892 * Finds a view that was identified by the id attribute from the XML that
899 public View findViewById(int id) { argument
900 return getDecorView().findViewById(id);
986 int id,
991 public abstract boolean performContextMenuIdentifierAction(int id, int flags); argument
985 performPanelIdentifierAction(int featureId, int id, int flags) argument

Completed in 263 milliseconds

1234567891011>>