Home
last modified time | relevance | path

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

123

/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()
151 if (callingPackage == null || !callingPackage.equals(who.getPackageName())) { in onCreate()
172 ai = packageManager.getReceiverInfo(who, PackageManager.GET_META_DATA); in onCreate()
174 Log.w(TAG, "Unable to retrieve device policy " + who, e); in onCreate()
182 if (!mDPM.isAdminActive(who)) { in onCreate()
207 Log.w(TAG, "Request to add invalid device admin: " + who); in onCreate()
218 Log.w(TAG, "Unable to retrieve device policy " + who, e); in onCreate()
[all …]
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java1719 final IpServer who = (IpServer) message.obj; in processMessage() local
1720 if (VDBG) Log.d(TAG, "Tether Mode requested by " + who); in processMessage()
1721 handleInterfaceServingStateActive(message.arg1, who); in processMessage()
1726 final IpServer who = (IpServer) message.obj; in processMessage() local
1727 if (VDBG) Log.d(TAG, "Tether Mode unrequested by " + who); in processMessage()
1728 handleInterfaceServingStateInactive(who); in processMessage()
1888 private void handleInterfaceServingStateActive(int mode, IpServer who) { in handleInterfaceServingStateActive() argument
1889 if (mNotifyList.indexOf(who) < 0) { in handleInterfaceServingStateActive()
1890 mNotifyList.add(who); in handleInterfaceServingStateActive()
1891 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()
195 if (callingPackage == null || !callingPackage.equals(who.getPackageName())) { in onCreate()
216 ai = packageManager.getReceiverInfo(who, PackageManager.GET_META_DATA); in onCreate()
218 Log.w(TAG, "Unable to retrieve device policy " + who, e); in onCreate()
226 if (!mDPM.isAdminActive(who)) { in onCreate()
251 Log.w(TAG, "Request to add invalid device admin: " + who); in onCreate()
262 Log.w(TAG, "Unable to retrieve device policy " + who, e); in onCreate()
266 Log.w(TAG, "Unable to retrieve device policy " + who, e); in onCreate()
[all …]
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogServiceHelper.cpp117 void WatchdogServiceHelper::binderDied(const wp<android::IBinder>& who) { in binderDied() argument
120 if (IBinder* diedBinder = who.unsafe_get(); curBinder == nullptr || diedBinder != curBinder) { in binderDied()
134 Status WatchdogServiceHelper::checkIfAlive(const wp<IBinder>& who, int32_t sessionId, in checkIfAlive() argument
138 who.unsafe_get() != BnCarWatchdogServiceForSystem::asBinder(mService)) { in checkIfAlive()
149 Status WatchdogServiceHelper::prepareProcessTermination(const wp<IBinder>& who) { in prepareProcessTermination() argument
152 who.unsafe_get() != BnCarWatchdogServiceForSystem::asBinder(mService)) { in prepareProcessTermination()
DWatchdogServiceHelper.h60 virtual android::binder::Status checkIfAlive(const android::wp<android::IBinder>& who,
64 const android::wp<android::IBinder>& who) = 0;
101 void binderDied(const android::wp<android::IBinder>& who) override;
104 android::binder::Status checkIfAlive(const android::wp<android::IBinder>& who,
107 const android::wp<android::IBinder>& who) override;
DIoOveruseMonitor.h231 void binderDied(const android::wp<android::IBinder>& who) override { in binderDied() argument
232 mService->handleBinderDeath(who); in binderDied()
246 void handleBinderDeath(const wp<IBinder>& who);
/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/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/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.java107 protected boolean verifyDrawable(Drawable who) { in verifyDrawable() argument
108 return super.verifyDrawable(who) || who == mDrawable; in verifyDrawable()
/packages/modules/Bluetooth/system/service/ipc/binder/
Dremote_callback_list.h80 void binderDied(const android::wp<android::IBinder>& who) override;
188 const wp<IBinder>& who) { in binderDied() argument
192 CHECK(who.unsafe_get() == binder.get()); in binderDied()
Dremote_callback_map.h92 void binderDied(const android::wp<android::IBinder>& who) override;
224 const wp<IBinder>& who) { in binderDied() argument
228 CHECK(who.unsafe_get() == binder.get()); in binderDied()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingAppWidgetHostView.java195 protected boolean verifyDrawable(Drawable who) { in verifyDrawable() argument
196 return (who == mCenterDrawable) || super.verifyDrawable(who); in verifyDrawable()
/packages/apps/Car/systemlibs/car-broadcastradio-support/
DOWNERS1 # People who can approve changes for submission.
/packages/apps/Settings/tests/componenttests/
DOWNERS1 # People who can approve changes for submission
/packages/apps/Car/systemlibs/car-assist-client-lib/
DOWNERS1 # People who can approve changes for submission.
/packages/apps/Car/DebuggingRestrictionController/
DOWNERS1 # People who can approve changes for submission
/packages/services/Car/packages/CarDeveloperOptions/
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/modules/Wifi/service/java/com/android/server/wifi/
DHostapdHalAidlImp.java121 HostapdDeathRecipient(IBinder who) { in HostapdDeathRecipient() argument
122 mWho = who; in HostapdDeathRecipient()
359 private void hostapdServiceDiedHandler(IBinder who) { in hostapdServiceDiedHandler() argument
361 if (who != getServiceBinderMockable()) { in hostapdServiceDiedHandler()
/packages/apps/Car/SettingsIntelligence/
DOWNERS1 # People who can approve changes for submission.
/packages/apps/Car/systemlibs/car-qc-lib/
DOWNERS1 # People who can approve changes for submission.
/packages/apps/Car/Settings/
DOWNERS1 # People who can approve changes for submission.
/packages/apps/SettingsIntelligence/
DOWNERS1 ## People who can approve changes

123