/aosp14/frameworks/base/core/java/android/security/keymaster/ |
H A D | KeymasterIntArgument.java | 31 public KeymasterIntArgument(int tag, int value) { in KeymasterIntArgument() 46 public KeymasterIntArgument(int tag, Parcel in) { in KeymasterIntArgument()
|
H A D | KeymasterLongArgument.java | 31 public KeymasterLongArgument(int tag, long value) { in KeymasterLongArgument() 44 public KeymasterLongArgument(int tag, Parcel in) { in KeymasterLongArgument()
|
H A D | KeymasterArgument.java | 31 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 D | UpdateLockService.java | 48 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 D | ExifData.java | 159 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 D | ExifModifier.java | 41 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 D | InvalidAsn1DataException.java | 26 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 D | Spanned.java | 176 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 D | CountQuotaTracker.java | 182 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 D | MultiRateLimiter.java | 64 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 D | NfcBarcode.java | 50 public static NfcBarcode get(Tag tag) { in get() 63 public NfcBarcode(Tag tag) throws RemoteException { in NfcBarcode()
|
H A D | NfcB.java | 53 public static NfcB get(Tag tag) { in get() 63 public NfcB(Tag tag) throws RemoteException { in NfcB()
|
H A D | NfcV.java | 54 public static NfcV get(Tag tag) { in get() 64 public NfcV(Tag tag) throws RemoteException { in NfcV()
|
H A D | NdefFormatable.java | 58 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 D | FragmentHostManager.java | 135 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 D | LogPrinter.java | 40 public LogPrinter(int priority, String tag) { in LogPrinter() 50 public LogPrinter(int priority, String tag, int buffer) { in LogPrinter()
|
H A D | EventLogTags.java | 32 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 D | TrackerDataHelper.java | 90 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 D | InteractionJankMonitorUtils.java | 39 @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 D | NotificationManagerInternal.java | 29 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 D | UserTokenWatcher.java | 44 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 D | Attribution.java | 70 public Attribution( in Attribution() 121 String tag = in.readString(); in Attribution() local
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/ |
H A D | DataStoreUtils.java | 45 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 D | SpannedStringNoCopyTest.java | 115 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 D | PowerManagerServiceTest.java | 532 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 …]
|