Searched refs:who (Results 1 - 25 of 85) sorted by relevance

1234

/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl28 void setPasswordQuality(in ComponentName who, int quality, int userHandle);
29 int getPasswordQuality(in ComponentName who, int userHandle);
31 void setPasswordMinimumLength(in ComponentName who, int length, int userHandle);
32 int getPasswordMinimumLength(in ComponentName who, int userHandle);
34 void setPasswordMinimumUpperCase(in ComponentName who, int length, int userHandle);
35 int getPasswordMinimumUpperCase(in ComponentName who, int userHandle);
37 void setPasswordMinimumLowerCase(in ComponentName who, int length, int userHandle);
38 int getPasswordMinimumLowerCase(in ComponentName who, int userHandle);
40 void setPasswordMinimumLetters(in ComponentName who, int length, int userHandle);
41 int getPasswordMinimumLetters(in ComponentName who, in
[all...]
/frameworks/base/core/java/android/app/
H A DActivityGroup.java111 void dispatchActivityResult(String who, int requestCode, int resultCode, argument
113 if (who != null) {
114 Activity act = mLocalActivityManager.getActivity(who);
117 TAG, "Dispatching result: who=" + who + ", reqCode=" + requestCode
126 super.dispatchActivityResult(who, requestCode, resultCode, data);
H A DInstrumentation.java564 final boolean match(Context who, argument
569 && mWhich.match(who.getContentResolver(), intent,
1372 * @param who The Context from which the activity is being started.
1375 * @param token Internal token identifying to the system who is starting
1398 Context who, IBinder contextThread, IBinder token, Activity target,
1406 if (am.match(who, null, intent)) {
1420 .startActivity(whoThread, who.getBasePackageName(), intent,
1421 intent.resolveTypeIfNeeded(who.getContentResolver()),
1438 public void execStartActivities(Context who, IBinder contextThread, argument
1440 execStartActivitiesAsUser(who, contextThrea
1397 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1452 execStartActivitiesAsUser(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options, int userId) argument
1514 execStartActivity( Context who, IBinder contextThread, IBinder token, Fragment target, Intent intent, int requestCode, Bundle options) argument
1574 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, UserHandle user) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DDevicePolicyManagerService.java622 ActiveAdmin getActiveAdminUncheckedLocked(ComponentName who, int userHandle) { argument
623 ActiveAdmin admin = getUserData(userHandle).mAdminMap.get(who);
625 && who.getPackageName().equals(admin.info.getActivityInfo().packageName)
626 && who.getClassName().equals(admin.info.getActivityInfo().name)) {
632 ActiveAdmin getActiveAdminForCallerLocked(ComponentName who, int reqPolicy) argument
637 if (who != null) {
638 ActiveAdmin admin = policy.mAdminMap.get(who);
640 throw new SecurityException("No active admin " + who);
643 throw new SecurityException("Admin " + who + " is not owned by uid "
1160 public void setPasswordQuality(ComponentName who, in argument
1177 getPasswordQuality(ComponentName who, int userHandle) argument
1199 setPasswordMinimumLength(ComponentName who, int length, int userHandle) argument
1214 getPasswordMinimumLength(ComponentName who, int userHandle) argument
1236 setPasswordHistoryLength(ComponentName who, int length, int userHandle) argument
1251 getPasswordHistoryLength(ComponentName who, int userHandle) argument
1273 setPasswordExpirationTimeout(ComponentName who, long timeout, int userHandle) argument
1303 getPasswordExpirationTimeout(ComponentName who, int userHandle) argument
1329 getPasswordExpirationLocked(ComponentName who, int userHandle) argument
1348 getPasswordExpiration(ComponentName who, int userHandle) argument
1355 setPasswordMinimumUpperCase(ComponentName who, int length, int userHandle) argument
1370 getPasswordMinimumUpperCase(ComponentName who, int userHandle) argument
1392 setPasswordMinimumLowerCase(ComponentName who, int length, int userHandle) argument
1407 getPasswordMinimumLowerCase(ComponentName who, int userHandle) argument
1429 setPasswordMinimumLetters(ComponentName who, int length, int userHandle) argument
1444 getPasswordMinimumLetters(ComponentName who, int userHandle) argument
1466 setPasswordMinimumNumeric(ComponentName who, int length, int userHandle) argument
1481 getPasswordMinimumNumeric(ComponentName who, int userHandle) argument
1503 setPasswordMinimumSymbols(ComponentName who, int length, int userHandle) argument
1518 getPasswordMinimumSymbols(ComponentName who, int userHandle) argument
1540 setPasswordMinimumNonLetter(ComponentName who, int length, int userHandle) argument
1555 getPasswordMinimumNonLetter(ComponentName who, int userHandle) argument
1612 setMaximumFailedPasswordsForWipe(ComponentName who, int num, int userHandle) argument
1628 getMaximumFailedPasswordsForWipe(ComponentName who, int userHandle) argument
1774 setMaximumTimeToLock(ComponentName who, long timeMs, int userHandle) argument
1819 getMaximumTimeToLock(ComponentName who, int userHandle) argument
2060 setGlobalProxy(ComponentName who, String proxySpec, String exclusionList, int userHandle) argument
2172 setStorageEncryption(ComponentName who, boolean encrypt, int userHandle) argument
2223 getStorageEncryption(ComponentName who, int userHandle) argument
2297 setCameraDisabled(ComponentName who, boolean disabled, int userHandle) argument
2317 getCameraDisabled(ComponentName who, int userHandle) argument
2340 setKeyguardDisabledFeatures(ComponentName who, int which, int userHandle) argument
2360 getKeyguardDisabledFeatures(ComponentName who, int userHandle) argument
[all...]
/frameworks/av/include/media/
H A DIMediaDeathNotifier.h48 virtual void binderDied(const wp<IBinder>& who);
H A Dmediametadataretriever.h87 virtual void binderDied(const wp<IBinder>& who);
/frameworks/base/services/java/com/android/server/am/
H A DPendingIntentRecord.java48 final String who; field in class:PendingIntentRecord.Key
66 who = _w;
117 if (who != other.who) {
118 if (who != null) {
119 if (!who.equals(other.who)) {
122 } else if (other.who != null) {
263 key.who, key.requestCode, code, finalIntent);
332 if (key.activity != null || key.who !
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContainer.java134 protected boolean verifyDrawable(Drawable who) { argument
135 return (who == mBackground && !mIsSplit) || (who == mStackedBackground && mIsStacked) ||
136 (who == mSplitBackground && mIsSplit) || super.verifyDrawable(who);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java70 protected boolean verifyDrawable(Drawable who) { argument
71 return who == mBackground || super.verifyDrawable(who);
/frameworks/support/v4/java/android/support/v4/app/
H A DActionBarDrawerToggle.java533 public void invalidateDrawable(Drawable who) { argument
534 if (who == mWrapped) {
540 public void scheduleDrawable(Drawable who, Runnable what, long when) { argument
541 if (who == mWrapped) {
547 public void unscheduleDrawable(Drawable who, Runnable what) { argument
548 if (who == mWrapped) {
H A DFragmentActivity.java837 void invalidateSupportFragment(String who) { argument
838 //Log.v(TAG, "invalidateSupportFragment: who=" + who);
840 LoaderManagerImpl lm = mAllLoaderManagers.get(who);
843 mAllLoaderManagers.remove(who);
864 LoaderManagerImpl getLoaderManager(String who, boolean started, boolean create) { argument
868 LoaderManagerImpl lm = mAllLoaderManagers.get(who);
871 lm = new LoaderManagerImpl(who, this, started);
872 mAllLoaderManagers.put(who, lm);
/frameworks/native/libs/gui/
H A DSensorManager.cpp80 virtual void binderDied(const wp<IBinder>& who) { argument
81 ALOGW("sensorservice died [%p]", who.unsafe_get());
/frameworks/av/include/camera/
H A DCameraBase.h100 virtual void binderDied(const wp<IBinder>& who);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java142 protected boolean verifyDrawable(Drawable who) { argument
143 return (who == mBackground && !mIsSplit) || (who == mStackedBackground && mIsStacked) ||
144 (who == mSplitBackground && mIsSplit) || super.verifyDrawable(who);
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java1409 TetherInterfaceSM who = (TetherInterfaceSM)message.obj;
1410 if (VDBG) Log.d(TAG, "Tether Mode requested by " + who);
1411 mNotifyList.add(who);
1415 who = (TetherInterfaceSM)message.obj;
1416 if (VDBG) Log.d(TAG, "Tether Mode unrequested by " + who);
1417 int index = mNotifyList.indexOf(who);
1419 mNotifyList.remove(who);
1452 TetherInterfaceSM who = (TetherInterfaceSM)message.obj;
1453 if (VDBG) Log.d(TAG, "Tether Mode requested by " + who);
1454 mNotifyList.add(who);
[all...]
/frameworks/base/services/common_time/
H A Dcommon_clock_service.cpp133 void CommonClockService::binderDied(const wp<IBinder>& who) { argument
139 if (mListeners[i]->asBinder() == who) {
H A Dcommon_clock_service.h59 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp78 IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>& who) { argument
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h51 virtual void binderDied(const wp<IBinder>& who);
/frameworks/base/cmds/system_server/library/
H A Dsystem_init.cpp39 virtual void binderDied(const wp<IBinder>& who) argument
/frameworks/native/include/binder/
H A DIBinder.h95 virtual void binderDied(const wp<IBinder>& who) = 0;
/frameworks/base/core/java/android/widget/
H A DCompoundButton.java312 protected boolean verifyDrawable(Drawable who) { argument
313 return super.verifyDrawable(who) || who == mButtonDrawable;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java113 public void invalidateDrawable(Drawable who) { argument
120 public void scheduleDrawable(Drawable who, Runnable what, long when) { argument
127 public void unscheduleDrawable(Drawable who, Runnable what) { argument
H A DInsetDrawable.java133 public void invalidateDrawable(Drawable who) { argument
140 public void scheduleDrawable(Drawable who, Runnable what, long when) { argument
147 public void unscheduleDrawable(Drawable who, Runnable what) { argument
/frameworks/native/libs/binder/
H A DParcel.cpp73 const flat_binder_object& obj, const void* who)
78 LOG_REFS("Parcel %p acquiring reference on local %p", who, obj.cookie);
79 static_cast<IBinder*>(obj.cookie)->incStrong(who);
84 static_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
89 LOG_REFS("Parcel %p acquiring reference on remote %p", who, b.get());
90 b->incStrong(who);
96 if (b != NULL) b.get_refs()->incWeak(who);
110 const flat_binder_object& obj, const void* who)
115 LOG_REFS("Parcel %p releasing reference on local %p", who, obj.cookie);
116 static_cast<IBinder*>(obj.cookie)->decStrong(who);
72 acquire_object(const sp<ProcessState>& proc, const flat_binder_object& obj, const void* who) argument
109 release_object(const sp<ProcessState>& proc, const flat_binder_object& obj, const void* who) argument
[all...]

Completed in 4798 milliseconds

1234