Home
last modified time | relevance | path

Searched defs:tag (Results 51 – 75 of 530) sorted by relevance

12345678910>>...22

/aosp14/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterIntArgument.java31 public KeymasterIntArgument(int tag, int value) { in KeymasterIntArgument()
46 public KeymasterIntArgument(int tag, Parcel in) { in KeymasterIntArgument()
H A DKeymasterLongArgument.java31 public KeymasterLongArgument(int tag, long value) { in KeymasterLongArgument()
44 public KeymasterLongArgument(int tag, Parcel in) { in KeymasterLongArgument()
H A DKeymasterArgument.java31 public final int tag; field in KeymasterArgument
66 protected KeymasterArgument(int tag) { in KeymasterArgument()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DUpdateLockService.java48 LockWatcher(Handler h, String tag) { in LockWatcher()
90 public void acquireUpdateLock(IBinder token, String tag) throws RemoteException { in acquireUpdateLock()
109 private String makeTag(String tag) { in makeTag()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifData.java159 protected ExifTag getTag(short tag, int ifd) { in getTag()
168 protected ExifTag addTag(ExifTag tag) { in addTag()
180 protected ExifTag addTag(ExifTag tag, int ifdId) { in addTag()
221 ExifTag tag = ifdData.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_USER_COMMENT)); in getUserComment() local
300 protected List<ExifTag> getAllTagsForTagId(short tag) { in getAllTagsForTagId()
H A DExifModifier.java41 TagOffset(ExifTag tag, int offset) { in TagOffset()
147 private void writeTagValue(ExifTag tag, int offset) { in writeTagValue()
192 public void modifyTag(ExifTag tag) { in modifyTag()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
H A DInvalidAsn1DataException.java26 public InvalidAsn1DataException(int tag, String message) { in InvalidAsn1DataException()
31 public InvalidAsn1DataException(int tag, String message, Throwable throwable) { in InvalidAsn1DataException()
/aosp14/frameworks/base/core/java/android/text/
H A DSpanned.java176 public int getSpanStart(Object tag); in getSpanStart()
182 public int getSpanEnd(Object tag); in getSpanEnd()
189 public int getSpanFlags(Object tag); in getSpanFlags()
/aosp14/frameworks/base/services/core/java/com/android/server/utils/quota/
H A DCountQuotaTracker.java182 public boolean noteEvent(int userId, @NonNull String packageName, @Nullable String tag) { in noteEvent()
290 @Nullable final String tag) { in getInQuotaTimeElapsedLocked()
316 @Nullable final String tag) { in isWithinQuotaLocked()
342 @Nullable final String tag) { in maybeUpdateQuotaStatus()
375 @Nullable final String tag) { in getExecutionStatsLocked()
382 @NonNull final String packageName, @Nullable String tag, in getExecutionStatsLocked()
407 @Nullable final String tag, @NonNull ExecutionStats stats) { in updateExecutionStatsLocked()
479 @Nullable String tag) { in invalidateExecutionStatsLocked()
583 @NonNull final String packageName, @Nullable final String tag) { in maybeUpdateStatusForUptcLocked()
675 LongArrayQueue getEvents(int userId, String packageName, String tag) { in getEvents()
H A DMultiRateLimiter.java64 public void noteEvent(int userId, @NonNull String packageName, @Nullable String tag) { in noteEvent()
71 public boolean isWithinQuota(int userId, @NonNull String packageName, @Nullable String tag) { in isWithinQuota()
85 private void noteEventLocked(int userId, @NonNull String packageName, @Nullable String tag) { in noteEventLocked()
93 @Nullable String tag) { in isWithinQuotaLocked()
/aosp14/frameworks/base/core/java/android/nfc/tech/
H A DNfcBarcode.java50 public static NfcBarcode get(Tag tag) { in get()
63 public NfcBarcode(Tag tag) throws RemoteException { in NfcBarcode()
H A DNfcB.java53 public static NfcB get(Tag tag) { in get()
63 public NfcB(Tag tag) throws RemoteException { in NfcB()
H A DNfcV.java54 public static NfcV get(Tag tag) { in get()
64 public NfcV(Tag tag) throws RemoteException { in NfcV()
H A DNdefFormatable.java58 public static NdefFormatable get(Tag tag) { in get()
71 public NdefFormatable(Tag tag) throws RemoteException { in NdefFormatable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentHostManager.java135 public FragmentHostManager addTagListener( in addTagListener()
153 public void removeTagListener(String tag, FragmentListener listener) { in removeTagListener()
161 String tag = fragment.getTag(); in onFragmentViewCreated() local
170 String tag = fragment.getTag(); in onFragmentViewDestroyed() local
221 void onFragmentViewCreated(String tag, Fragment fragment); in onFragmentViewCreated()
225 default void onFragmentViewDestroyed(String tag, Fragment fragment) { in onFragmentViewDestroyed()
302 public void setCurrentExtension(int id, @NonNull String tag, @Nullable String oldClass, in setCurrentExtension()
/aosp14/frameworks/base/core/java/android/util/
H A DLogPrinter.java40 public LogPrinter(int priority, String tag) { in LogPrinter()
50 public LogPrinter(int priority, String tag, int buffer) { in LogPrinter()
H A DEventLogTags.java32 Description(int tag, String name) { in Description()
44 public Description get(int tag) { return null; } in get()
/aosp14/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerDataHelper.java90 public void writeEntry(String tag, String logMsg) { in writeEntry()
108 public Cursor query(String tag, int limit) { in query()
139 public Cursor query(String tag) { in query()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DInteractionJankMonitorUtils.java39 @NonNull View view, @Nullable String tag) { in beginTracing()
57 @NonNull Context context, @NonNull SurfaceControl surface, @Nullable String tag) { in beginTracing()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerInternal.java29 String tag, int id, Notification notification, int userId); in enqueueNotification()
31 String tag, int id, Notification notification, int userId, in enqueueNotification()
34 String tag, int id, int userId); in cancelNotification()
37 boolean isNotificationShown(String pkg, String tag, int notificationId, int userId); in isNotificationShown()
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DUserTokenWatcher.java44 public UserTokenWatcher(Callback callback, Handler handler, String tag) { in UserTokenWatcher()
65 public void acquire(IBinder token, String tag, @UserIdInt int userId) { in acquire()
142 private InnerTokenWatcher(int userId, Handler handler, String tag) { in InnerTokenWatcher()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DAttribution.java70 public Attribution( in Attribution()
121 String tag = in.readString(); in Attribution() local
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DDataStoreUtils.java45 public static boolean isStartOfTag(@NonNull XmlPullParser parser, @NonNull String tag) in isStartOfTag()
53 public static boolean isEndOfTag(@NonNull XmlPullParser parser, @NonNull String tag) in isEndOfTag()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannedStringNoCopyTest.java115 public int getSpanStart(Object tag) { in getSpanStart()
120 public int getSpanEnd(Object tag) { in getSpanEnd()
125 public int getSpanFlags(Object tag) { in getSpanFlags()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DPowerManagerServiceTest.java532 final String tag = "wakelock1"; in testWakefulnessSleep_SoftSleepFlag_WithPartialWakelock() local
555 final String tag = "wakelock1"; in testWakefulnessSleep_SoftSleepFlag_WithFullWakelock() local
578 final String tag = "wakelock1"; in testWakefulnessSleep_SoftSleepFlag_WithScreenBrightWakelock() local
600 final String tag = "wakelock1"; in testWakefulnessSleep_SoftSleepFlag_WithScreenDimWakelock() local
623 String tag = "acq_causes_wakeup"; in testWakefulnessAwake_AcquireCausesWakeup_turnScreenOnAllowed() local
662 String tag = "acq_causes_wakeup"; in testWakefulnessAwake_AcquireCausesWakeupOldSdk_turnScreenOnAllowed() local
690 String tag = "acq_causes_wakeup"; in testWakefulnessAwake_AcquireCausesWakeup_turnScreenOnDenied() local
717 String tag = "acq_causes_wakeup"; in testWakefulnessAwake_AcquireCausesWakeupOldSdk_turnScreenOnDenied() local
2323 final String tag = in testMultiDisplay_separateWakeStates_onWakefulnessChangedEventsFireCorrectly() local
2626 final String tag = "wakelock1"; in testNotifyWakeLockCallback() local
[all …]

12345678910>>...22