Searched refs:tag (Results 51 - 75 of 128) sorted by relevance

123456

/frameworks/base/media/java/android/media/
H A DExifInterface.java31 // The Exif tag names
78 // Constants used for the Orientation Exif tag.
119 * Returns the value of the specified tag or {@code null} if there
120 * is no such tag in the JPEG file.
122 * @param tag the name of the tag.
124 public String getAttribute(String tag) { argument
125 return mAttributes.get(tag);
129 * Returns the integer value of the specified tag. If there is no such tag
136 getAttributeInt(String tag, int defaultValue) argument
154 getAttributeDouble(String tag, double defaultValue) argument
175 setAttribute(String tag, String value) argument
[all...]
H A DAsyncPlayer.java142 * @param tag a string to use for debugging
144 public AsyncPlayer(String tag) { argument
145 if (tag != null) {
146 mTag = tag;
/frameworks/base/obex/javax/obex/
H A DApplicationParameter.java116 public void addAPPHeader(byte tag, byte len, byte[] value) { argument
123 mArray[mLength++] = tag;
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DTestActivity.java40 protected abstract String tag(); method in class:TestActivity
69 Log.d(tag(), "Test: " + t.name);
/frameworks/base/core/java/android/os/
H A DPowerManager.java214 WakeLock(int flags, String tag) argument
228 mTag = tag;
386 * @param tag Your class name (or other tag) for debugging purposes.
391 public WakeLock newWakeLock(int flags, String tag) argument
393 if (tag == null) {
394 throw new NullPointerException("tag is null in PowerManager.newWakeLock");
396 return new WakeLock(flags, tag);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java880 private WifiLock(int lockType, String tag) { argument
881 mTag = tag;
1039 * @param tag a tag for the WifiLock to identify it in debugging messages. This string is
1044 * @return a new, unacquired WifiLock with the given tag.
1048 public WifiLock createWifiLock(int lockType, String tag) { argument
1049 return new WifiLock(lockType, tag);
1055 * @param tag a tag for the WifiLock to identify it in debugging messages. This string is
1060 * @return a new, unacquired WifiLock with the given tag
1064 createWifiLock(String tag) argument
1082 createMulticastLock(String tag) argument
1101 MulticastLock(String tag) argument
[all...]
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java81 private TrackerEntry(String tag, EntryType type) { argument
83 mTag = tag;
107 static TrackerEntry createEntry(String tag, String msg) { argument
108 TrackerEntry entry = new TrackerEntry(tag, EntryType.LOG_TYPE);
210 String tag = cursor.getString(cursor.getColumnIndex(TAG));
212 TrackerEntry entry = new TrackerEntry(tag, EntryType.valueOf(sType));
215 Location location = new Location(tag);
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dget_prog_config.cpp86 encountered it is saved. Or, if the tag of the PCE read matches the tag of
138 RETURNING( tag = returnValue )
347 pVars->current_program = tag;
351 IF (tag == pVars->current_program)
365 tag = pVars->prog_config.front.ele_tag[0],
458 UInt tag; local
467 * The tag is used at the very end to see if this PCE is
482 tag =
698 * its tag numbe
[all...]
/frameworks/base/media/libstagefright/include/
H A DESDS.h55 uint8_t *tag, size_t *data_offset, size_t *data_size) const;
/frameworks/base/core/java/android/widget/
H A DTabHost.java86 * @param tag required tag of tab.
88 public TabSpec newTabSpec(String tag) { argument
89 return new TabSpec(tag);
259 public void setCurrentTabByTag(String tag) { argument
262 if (mTabSpecs.get(i).getTag().equals(tag)) {
380 * @param tag
384 View createTabContent(String tag); argument
389 * A tab has a tab indicator, content, and a tag that is used to keep
408 private TabSpec(String tag) { argument
616 FactoryContentStrategy(CharSequence tag, TabContentFactory factory) argument
645 IntentContentStrategy(String tag, Intent intent) argument
[all...]
/frameworks/base/core/java/android/app/
H A DTabActivity.java39 * @param tag the name of the default tab
41 public void setDefaultTab(String tag) { argument
42 mDefaultTab = tag;
/frameworks/base/core/java/android/preference/
H A DPreferenceInflater.java68 final String tag = parser.getName();
70 if (tag.equals(INTENT_TAG_NAME)) {
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java65 * {@link NfcA} will also be enumerated on the tag, because all MIFARE Classic tags are also
92 /** A MIFARE Classic tag */
94 /** A MIFARE Plus tag */
96 /** A MIFARE Pro tag */
122 * Get an instance of {@link MifareClassic} for the given tag.
125 * This indicates the tag is not MIFARE Classic compatible, or this Android
128 * @param tag an MIFARE Classic compatible tag
131 public static MifareClassic get(Tag tag) { argument
132 if (!tag
141 MifareClassic(Tag tag) argument
[all...]
H A DBasicTagTechnology.java29 * A base class for tag technologies that are built on top of transceive().
38 BasicTagTechnology(Tag tag, int tech) throws RemoteException { argument
39 mTag = tag;
77 // Store this in the tag object
115 /* Note that we don't want to physically disconnect the tag,
/frameworks/base/voip/java/com/android/server/sip/
H A DSipHelper.java90 private FromHeader createFromHeader(SipProfile profile, String tag) argument
92 return mHeaderFactory.createFromHeader(profile.getSipAddress(), tag);
99 private ToHeader createToHeader(SipProfile profile, String tag) argument
101 return mHeaderFactory.createToHeader(profile.getSipAddress(), tag);
178 public ClientTransaction sendKeepAlive(SipProfile userProfile, String tag) argument
181 Request request = createRequest(Request.OPTIONS, userProfile, tag);
192 public ClientTransaction sendRegister(SipProfile userProfile, String tag, argument
195 Request request = createRequest(Request.REGISTER, userProfile, tag);
215 String tag) throws ParseException, SipException {
216 FromHeader fromHeader = createFromHeader(userProfile, tag);
214 createRequest(String requestType, SipProfile userProfile, String tag) argument
248 sendInvite(SipProfile caller, SipProfile callee, String sessionDescription, String tag) argument
311 sendRinging(RequestEvent event, String tag) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DUsimPhoneBookManager.java377 int tag;
381 tag = tlv.getTag();
382 switch(tag) {
388 parseEf(tlvEf, val, tag);
396 int tag;
400 tag = tlv.getTag();
401 if (parentTag == USIM_TYPE2_TAG && tag == USIM_EFEMAIL_TAG) {
405 switch(tag) {
420 val.put(tag, efid);
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java170 final String tag; field in class:NotificationManagerService.NotificationRecord
179 NotificationRecord(String pkg, String tag, int id, int uid, int initialPid, argument
183 this.tag = tag;
214 + " tag=" + tag + "}";
283 public void onNotificationClick(String pkg, String tag, int id) {
284 cancelNotification(pkg, tag, id, Notification.FLAG_AUTO_CANCEL,
317 public void onNotificationError(String pkg, String tag, int id,
319 Slog.d(TAG, "onNotification error pkg=" + pkg + " tag
673 enqueueNotificationWithTag(String pkg, String tag, int id, Notification notification, int[] idOut) argument
682 enqueueNotificationInternal(String pkg, int callingUid, int callingPid, String tag, int id, Notification notification, int[] idOut) argument
932 cancelNotification(String pkg, String tag, int id, int mustHaveFlags, int mustNotHaveFlags) argument
997 cancelNotificationWithTag(String pkg, String tag, int id) argument
1126 indexOfNotificationLocked(String pkg, String tag, int id) argument
[all...]
H A DDevicePolicyManagerService.java141 String tag = parser.getName();
142 if ("policies".equals(tag)) {
144 } else if ("password-quality".equals(tag)) {
147 } else if ("min-password-length".equals(tag)) {
150 } else if ("max-time-to-unlock".equals(tag)) {
153 } else if ("max-failed-password-wipe".equals(tag)) {
157 Slog.w(TAG, "Unknown admin tag: " + tag);
169 pw.print(prefix); pw.print(" "); pw.println(pols.get(i).tag);
408 String tag
[all...]
H A DBootReceiver.java158 String headers, String filename, int maxSize, String tag) throws IOException {
159 if (db == null || !db.isTagEnabled(tag)) return; // Logging disabled
173 Slog.i(TAG, "Copying " + filename + " to DropBox (" + tag + ")");
174 db.addText(tag, headers + FileUtils.readTextFile(file, maxSize, "[[TRUNCATED]]\n"));
156 addFileToDropBox( DropBoxManager db, SharedPreferences prefs, String headers, String filename, int maxSize, String tag) argument
/frameworks/base/tools/aapt/
H A DCommand.cpp378 String8 tag(tree.getElementName(&len));
379 if (tag == "screen") {
514 String8 tag(tree.getElementName(&len));
515 //printf("Depth %d tag %s\n", depth, tag.string());
517 if (tag != "manifest") {
518 fprintf(stderr, "ERROR: manifest does not start with <manifest> tag\n");
523 } else if (depth == 2 && tag == "permission") {
531 } else if (depth == 2 && tag == "uses-permission") {
667 String8 tag(tre
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDataConnection.java132 public int tag; field in class:DataConnection.ConnectionParams
155 public int tag; field in class:DataConnection.DisconnectParams
409 } else if (cp.tag != mTag) {
411 log("BUG: onSetupConnectionCompleted is stale cp.tag=" + cp.tag + ", mtag=" + mTag);
555 cp.tag = mTag;
632 if (cp.tag == mTag) {
644 log("DcActivatingState EVENT_GET_LAST_FAIL_DONE is stale cp.tag="
645 + cp.tag + ", mTag=" + mTag);
702 dp.tag
[all...]
/frameworks/base/test-runner/src/android/test/
H A DTestPrinter.java43 public TestPrinter(String tag, boolean onlyFailures) { argument
44 mTag = tag;
/frameworks/base/tools/localize/
H A DXLIFFFile_test.cpp34 add_html_tag(XMLNode* addTo, const string& tag) argument
37 XMLNode* node = XMLNode::NewElement(GENERATED_POS, "", tag, attrs, XMLNode::EXACT);
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java98 builder.append(" detected in ").append(entry.processName).append(" ").append(entry.tag);
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClient.java319 * Logging tag and level.
323 private final String tag; field in class:AndroidHttpClient.LoggingConfiguration
326 private LoggingConfiguration(String tag, int level) { argument
327 this.tag = tag;
335 return Log.isLoggable(tag, level);
342 Log.println(level, tag, message);

Completed in 1938 milliseconds

123456