Home
last modified time | relevance | path

Searched refs:MY_UID (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DTranscodeHelperImpl.java144 private static final int MY_UID = android.os.Process.myUid(); field in TranscodeHelperImpl
350 if (uid == MY_UID) { in onAnrDelayStarted()
600 if (!supportsTranscode(path) || uid < Process.FIRST_APPLICATION_UID || uid == MY_UID) { in shouldTranscode()
1499 return MY_UID;
H A DMediaProvider.java362 private static final int MY_UID = android.os.Process.myUid(); field in MediaProvider
1539 if (uid != MY_UID) { in getBinderUidForFuse()
/aosp12/packages/providers/MediaProvider/jni/
H A DFuseDaemon.cpp112 const int MY_UID = getuid(); variable
113 const int MY_USER_ID = MY_UID / PER_USER_RANGE;
114 const std::string MY_USER_ID_STRING(std::to_string(MY_UID / PER_USER_RANGE));
653 if (uid < AID_APP_START || uid == MY_UID) { in is_app_accessible_path()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java591 private static final int MY_UID = Process.myUid(); field in NotificationManagerService
1701 cancelAllNotificationsInt(MY_UID, MY_PID, pkgName, null, 0, 0,
1736 cancelAllNotificationsInt(MY_UID, MY_PID, null, null, 0, 0, true, userHandle,
1742 cancelAllNotificationsInt(MY_UID, MY_PID, null, null, 0, 0, true, userHandle,
2645 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, channel.getId(), 0, 0, true,
2653 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, channel.getId(), 0, 0, true,
3321 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, null, 0, 0, true,
3709 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, channelId, 0, 0, true,
3941 cancelAllNotificationsInt(MY_UID, MY_PID, packageName, null, 0, 0, true,
5650 if (summaryRecord != null && checkDisqualifyingFeatures(userId, MY_UID,
[all …]