Home
last modified time | relevance | path

Searched refs:who (Results 1 – 25 of 77) sorted by relevance

1234

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/deviceadmin/
DDeviceAdminAdd.java128 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/
DGalleryPickerItem.java51 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/
DTethering.java1749 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/
DDeviceAdminAdd.java174 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/
DResolverEventReporter.cpp75 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()
DResolverEventReporter.h84 void handleBinderDied(const void* who) EXCLUDES(mMutex);
85 void handleUnsolEventBinderDied(const void* who) EXCLUDES(mMutex);
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogServiceHelper.h65 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;
DWatchdogServiceHelper.cpp164 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/
DDeviceAdminAddFragment.java310 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/
DIconView.java130 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/
DPrivacyItemsChip.java115 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/
DOWNERS1 # People who can approve changes for submission.
/packages/apps/Settings/tests/componenttests/
DOWNERS1 # People who can approve changes for submission
/packages/apps/Car/DebuggingRestrictionController/
DOWNERS1 # People who can approve changes for submission
/packages/apps/Car/systemlibs/
DOWNERS1 # People who can approve changes for submission.
/packages/apps/Settings/src/com/android/settings/remoteauth/
DOWNERS1 # People who can approve changes for submission
/packages/apps/Car/systemlibs/car-qc-lib/
DOWNERS1 # People who can approve changes for submission.
/packages/services/Car/car_product/app_overlays/car-ui-customizations/
DOWNERS1 # People who can approve changes for submission.
/packages/apps/Car/SettingsIntelligence/
DOWNERS1 # People who can approve changes for submission.
/packages/services/Car/packages/CarDeveloperOptions/
DOWNERS1 # People who can approve changes for submission.
/packages/apps/Car/Settings/
DOWNERS1 # People who can approve changes for submission.
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DOWNERS5 # People who can approve changes for submission
/packages/apps/SettingsIntelligence/
DOWNERS1 ## People who can approve changes
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/
DOWNERS4 # People who can approve changes for submission
/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/
DOWNERS4 # People who can approve changes for submission

1234