/packages/apps/TvSettings/Settings/src/com/android/tv/settings/deviceadmin/ |
D | DeviceAdminAdd.java | 128 ComponentName who = (ComponentName) getIntent().getParcelableExtra( in onCreate() local 130 if (who == null) { in onCreate() 138 who = installedAdmin.get(); in onCreate() 141 Log.d(TAG, "Uninstalling admin " + who); in onCreate() 149 if (callingPackage == null || !callingPackage.equals(who.getPackageName())) { in onCreate() 170 ai = packageManager.getReceiverInfo(who, PackageManager.GET_META_DATA); in onCreate() 172 Log.w(TAG, "Unable to retrieve device policy " + who, e); in onCreate() 180 if (!mDPM.isAdminActive(who)) { in onCreate() 205 Log.w(TAG, "Request to add invalid device admin: " + who); in onCreate() 216 Log.w(TAG, "Unable to retrieve device policy " + who, e); in onCreate() [all …]
|
/packages/apps/Gallery/src/com/android/camera/ |
D | GalleryPickerItem.java | 51 protected boolean verifyDrawable(Drawable who) { in verifyDrawable() argument 52 return super.verifyDrawable(who) || (who == mFrame) in verifyDrawable() 53 || (who == mOverlay); in verifyDrawable()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 1749 final IpServer who = (IpServer) message.obj; in processMessage() local 1750 if (VDBG) Log.d(TAG, "Tether Mode requested by " + who); in processMessage() 1751 handleInterfaceServingStateActive(message.arg1, who); in processMessage() 1756 final IpServer who = (IpServer) message.obj; in processMessage() local 1757 if (VDBG) Log.d(TAG, "Tether Mode unrequested by " + who); in processMessage() 1758 handleInterfaceServingStateInactive(who); in processMessage() 1923 private void handleInterfaceServingStateActive(int mode, IpServer who) { in handleInterfaceServingStateActive() argument 1924 if (mNotifyList.indexOf(who) < 0) { in handleInterfaceServingStateActive() 1925 mNotifyList.add(who); in handleInterfaceServingStateActive() 1926 mIPv6TetheringCoordinator.addActiveDownstream(who, mode); in handleInterfaceServingStateActive() [all …]
|
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/ |
D | DeviceAdminAdd.java | 174 ComponentName who = (ComponentName) getIntent().getParcelableExtra( in onCreate() local 176 if (who == null) { in onCreate() 184 who = installedAdmin.get(); in onCreate() 193 if (callingPackage == null || !callingPackage.equals(who.getPackageName())) { in onCreate() 214 ai = packageManager.getReceiverInfo(who, PackageManager.GET_META_DATA); in onCreate() 216 Log.w(TAG, "Unable to retrieve device policy " + who, e); in onCreate() 224 if (!mDPM.isAdminActive(who)) { in onCreate() 249 Log.w(TAG, "Request to add invalid device admin: " + who); in onCreate() 260 Log.w(TAG, "Unable to retrieve device policy " + who, e); in onCreate() 264 Log.w(TAG, "Unable to retrieve device policy " + who, e); in onCreate() [all …]
|
/packages/modules/DnsResolver/ |
D | ResolverEventReporter.cpp | 75 void ResolverEventReporter::handleBinderDied(const void* who) { in handleBinderDied() argument 81 [=](const auto& it) { return static_cast<void*>(it.get()) == who; }); in handleBinderDied() 86 void ResolverEventReporter::handleUnsolEventBinderDied(const void* who) { in handleUnsolEventBinderDied() argument 92 [=](const auto& it) { return static_cast<void*>(it.get()) == who; }); in handleUnsolEventBinderDied()
|
D | ResolverEventReporter.h | 84 void handleBinderDied(const void* who) EXCLUDES(mMutex); 85 void handleUnsolEventBinderDied(const void* who) EXCLUDES(mMutex);
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogServiceHelper.h | 65 const ndk::SpAIBinder& who, int32_t sessionId, 67 virtual ndk::ScopedAStatus prepareProcessTermination(const ndk::SpAIBinder& who) = 0; 112 const ndk::SpAIBinder& who, int32_t sessionId, 114 ndk::ScopedAStatus prepareProcessTermination(const ndk::SpAIBinder& who) override;
|
D | WatchdogServiceHelper.cpp | 164 ScopedAStatus WatchdogServiceHelper::checkIfAlive(const SpAIBinder& who, int32_t sessionId, in checkIfAlive() argument 167 if (std::shared_lock readLock(mRWMutex); mService == nullptr || mService->asBinder() != who) { in checkIfAlive() 181 ScopedAStatus WatchdogServiceHelper::prepareProcessTermination(const SpAIBinder& who) { in prepareProcessTermination() argument 183 if (std::shared_lock readLock(mRWMutex); mService == nullptr || mService->asBinder() != who) { in prepareProcessTermination()
|
/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/ |
D | DeviceAdminAddFragment.java | 310 private boolean isValidAdmin(Context context, ComponentName who) { in isValidAdmin() argument 314 ai = pm.getReceiverInfo(who, PackageManager.GET_META_DATA); in isValidAdmin() 316 LOG.w("Unable to retrieve device policy " + who, e); in isValidAdmin() 320 if (mDpm.isAdminActive(who)) { in isValidAdmin() 345 LOG.d("didn't find enabled admin receiver for " + who.flattenToShortString()); in isValidAdmin()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | IconView.java | 130 protected boolean verifyDrawable(Drawable who) { in verifyDrawable() argument 131 return super.verifyDrawable(who) || who == mDrawable; in verifyDrawable()
|
/packages/apps/TvSystemUI/src/com/android/systemui/tv/privacy/ |
D | PrivacyItemsChip.java | 115 public void invalidateDrawable(@NonNull Drawable who) { in PrivacyItemsChip() 120 public void scheduleDrawable(@NonNull Drawable who, @NonNull Runnable what, long when) { in PrivacyItemsChip() 124 public void unscheduleDrawable(@NonNull Drawable who, @NonNull Runnable what) { in PrivacyItemsChip()
|
/packages/apps/Car/systemlibs/car-assist-client-lib/ |
D | OWNERS | 1 # People who can approve changes for submission.
|
/packages/apps/Settings/tests/componenttests/ |
D | OWNERS | 1 # People who can approve changes for submission
|
/packages/apps/Car/DebuggingRestrictionController/ |
D | OWNERS | 1 # People who can approve changes for submission
|
/packages/apps/Car/systemlibs/ |
D | OWNERS | 1 # People who can approve changes for submission.
|
/packages/apps/Settings/src/com/android/settings/remoteauth/ |
D | OWNERS | 1 # People who can approve changes for submission
|
/packages/apps/Car/systemlibs/car-qc-lib/ |
D | OWNERS | 1 # People who can approve changes for submission.
|
/packages/services/Car/car_product/app_overlays/car-ui-customizations/ |
D | OWNERS | 1 # People who can approve changes for submission.
|
/packages/apps/Car/SettingsIntelligence/ |
D | OWNERS | 1 # People who can approve changes for submission.
|
/packages/services/Car/packages/CarDeveloperOptions/ |
D | OWNERS | 1 # People who can approve changes for submission.
|
/packages/apps/Car/Settings/ |
D | OWNERS | 1 # People who can approve changes for submission.
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | OWNERS | 5 # People who can approve changes for submission
|
/packages/apps/SettingsIntelligence/ |
D | OWNERS | 1 ## People who can approve changes
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/ |
D | OWNERS | 4 # People who can approve changes for submission
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/ |
D | OWNERS | 4 # People who can approve changes for submission
|