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

12345

/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl35 void setPasswordQuality(in ComponentName who, int quality, int userHandle);
36 int getPasswordQuality(in ComponentName who, int userHandle);
38 void setPasswordMinimumLength(in ComponentName who, int length, int userHandle);
39 int getPasswordMinimumLength(in ComponentName who, int userHandle);
41 void setPasswordMinimumUpperCase(in ComponentName who, int length, int userHandle);
42 int getPasswordMinimumUpperCase(in ComponentName who, int userHandle);
44 void setPasswordMinimumLowerCase(in ComponentName who, int length, int userHandle);
45 int getPasswordMinimumLowerCase(in ComponentName who, int userHandle);
47 void setPasswordMinimumLetters(in ComponentName who, int length, int userHandle);
48 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.java569 final boolean match(Context who, argument
574 && mWhich.match(who.getContentResolver(), intent,
1449 * @param who The Context from which the activity is being started.
1452 * @param token Internal token identifying to the system who is starting
1475 Context who, IBinder contextThread, IBinder token, Activity target,
1483 if (am.match(who, null, intent)) {
1497 .startActivity(whoThread, who.getBasePackageName(), intent,
1498 intent.resolveTypeIfNeeded(who.getContentResolver()),
1515 public void execStartActivities(Context who, IBinder contextThread, argument
1517 execStartActivitiesAsUser(who, contextThrea
1474 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1529 execStartActivitiesAsUser(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options, int userId) argument
1591 execStartActivity( Context who, IBinder contextThread, IBinder token, Fragment target, Intent intent, int requestCode, Bundle options) argument
1651 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, UserHandle user) argument
1688 execStartActivityAsCaller( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, int userId) argument
1725 execStartActivityFromAppTask( Context who, IBinder contextThread, IAppTask appTask, Intent intent, Bundle options) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java62 protected boolean verifyDrawable(Drawable who) { argument
63 return super.verifyDrawable(who) || who == mBackground;
H A DDismissViewButton.java95 protected boolean verifyDrawable(Drawable who) { argument
96 return super.verifyDrawable(who)
97 || who == mAnimatedDismissDrawable
98 || who == mStaticDismissDrawable;
H A DNotificationBackgroundView.java54 protected boolean verifyDrawable(Drawable who) { argument
55 return super.verifyDrawable(who) || who == mBackground;
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1098 ActiveAdmin getActiveAdminUncheckedLocked(ComponentName who, int userHandle) { argument
1099 ActiveAdmin admin = getUserData(userHandle).mAdminMap.get(who);
1101 && who.getPackageName().equals(admin.info.getActivityInfo().packageName)
1102 && who.getClassName().equals(admin.info.getActivityInfo().name)) {
1108 ActiveAdmin getActiveAdminForCallerLocked(ComponentName who, int reqPolicy) argument
1117 if (who != null) {
1118 ActiveAdmin admin = policy.mAdminMap.get(who);
1120 throw new SecurityException("No active admin " + who);
1123 throw new SecurityException("Admin " + who + " is not owned by uid "
1157 if (who !
1916 setPasswordQuality(ComponentName who, int quality, int userHandle) argument
1936 getPasswordQuality(ComponentName who, int userHandle) argument
1965 setPasswordMinimumLength(ComponentName who, int length, int userHandle) argument
1983 getPasswordMinimumLength(ComponentName who, int userHandle) argument
2012 setPasswordHistoryLength(ComponentName who, int length, int userHandle) argument
2030 getPasswordHistoryLength(ComponentName who, int userHandle) argument
2059 setPasswordExpirationTimeout(ComponentName who, long timeout, int userHandle) argument
2092 getPasswordExpirationTimeout(ComponentName who, int userHandle) argument
2195 getPasswordExpirationLocked(ComponentName who, int userHandle) argument
2218 getPasswordExpiration(ComponentName who, int userHandle) argument
2228 setPasswordMinimumUpperCase(ComponentName who, int length, int userHandle) argument
2246 getPasswordMinimumUpperCase(ComponentName who, int userHandle) argument
2275 setPasswordMinimumLowerCase(ComponentName who, int length, int userHandle) argument
2290 getPasswordMinimumLowerCase(ComponentName who, int userHandle) argument
2319 setPasswordMinimumLetters(ComponentName who, int length, int userHandle) argument
2337 getPasswordMinimumLetters(ComponentName who, int userHandle) argument
2366 setPasswordMinimumNumeric(ComponentName who, int length, int userHandle) argument
2384 getPasswordMinimumNumeric(ComponentName who, int userHandle) argument
2413 setPasswordMinimumSymbols(ComponentName who, int length, int userHandle) argument
2431 getPasswordMinimumSymbols(ComponentName who, int userHandle) argument
2460 setPasswordMinimumNonLetter(ComponentName who, int length, int userHandle) argument
2478 getPasswordMinimumNonLetter(ComponentName who, int userHandle) argument
2558 setMaximumFailedPasswordsForWipe(ComponentName who, int num, int userHandle) argument
2581 getMaximumFailedPasswordsForWipe(ComponentName who, int userHandle) argument
2769 setMaximumTimeToLock(ComponentName who, long timeMs, int userHandle) argument
2812 getMaximumTimeToLock(ComponentName who, int userHandle) argument
2878 enforceCanManageCaCerts(ComponentName who) argument
2955 installKeyPair(ComponentName who, byte[] privKey, byte[] cert, String alias) argument
3237 setGlobalProxy(ComponentName who, String proxySpec, String exclusionList, int userHandle) argument
3317 setRecommendedGlobalProxy(ComponentName who, ProxyInfo proxyInfo) argument
3378 setStorageEncryption(ComponentName who, boolean encrypt, int userHandle) argument
3432 getStorageEncryption(ComponentName who, int userHandle) argument
3514 setScreenCaptureDisabled(ComponentName who, int userHandle, boolean disabled) argument
3537 getScreenCaptureDisabled(ComponentName who, int userHandle) argument
3573 setAutoTimeRequired(ComponentName who, int userHandle, boolean required) argument
3624 setCameraDisabled(ComponentName who, boolean disabled, int userHandle) argument
3647 getCameraDisabled(ComponentName who, int userHandle) argument
3673 setKeyguardDisabledFeatures(ComponentName who, int which, int userHandle) argument
3697 getKeyguardDisabledFeatures(ComponentName who, int userHandle) argument
3855 setProfileOwner(ComponentName who, String ownerName, int userHandle) argument
3900 clearProfileOwner(ComponentName who) argument
3949 setProfileEnabled(ComponentName who) argument
3979 setProfileName(ComponentName who, String profileName) argument
4159 addPersistentPreferredActivity(ComponentName who, IntentFilter filter, ComponentName activity) argument
4182 clearPackagePersistentPreferredActivities(ComponentName who, String packageName) argument
4204 setApplicationRestrictions(ComponentName who, String packageName, Bundle settings) argument
4304 setRestrictionsProvider(ComponentName who, ComponentName permissionProvider) argument
4329 addCrossProfileIntentFilter(ComponentName who, IntentFilter filter, int flags) argument
4356 clearCrossProfileIntentFilters(ComponentName who) argument
4428 setPermittedAccessibilityServices(ComponentName who, List packageList) argument
4475 getPermittedAccessibilityServices(ComponentName who) argument
4588 setPermittedInputMethods(ComponentName who, List packageList) argument
4633 getPermittedInputMethods(ComponentName who) argument
4718 createUser(ComponentName who, String name) argument
4739 createAndInitializeUser(ComponentName who, String name, String ownerName, ComponentName profileOwnerComponent, Bundle adminExtras) argument
4772 removeUser(ComponentName who, UserHandle userHandle) argument
4789 switchUser(ComponentName who, UserHandle userHandle) argument
4813 getApplicationRestrictions(ComponentName who, String packageName) argument
4832 setUserRestriction(ComponentName who, String key, boolean enabled) argument
4936 setApplicationHidden(ComponentName who, String packageName, boolean hidden) argument
4960 isApplicationHidden(ComponentName who, String packageName) argument
4983 enableSystemApp(ComponentName who, String packageName) argument
5028 enableSystemAppWithIntent(ComponentName who, Intent intent) argument
5092 setAccountManagementDisabled(ComponentName who, String accountType, boolean disabled) argument
5136 setUninstallBlocked(ComponentName who, String packageName, boolean uninstallBlocked) argument
5160 isUninstallBlocked(ComponentName who, String packageName) argument
5186 setCrossProfileCallerIdDisabled(ComponentName who, boolean disabled) argument
5204 getCrossProfileCallerIdDisabled(ComponentName who) argument
5236 setLockTaskPackages(ComponentName who, String[] packages) argument
5261 getLockTaskPackages(ComponentName who) argument
5324 setGlobalSetting(ComponentName who, String setting, String value) argument
5348 setSecureSetting(ComponentName who, String setting, String value) argument
5379 setMasterVolumeMuted(ComponentName who, boolean on) argument
5399 isMasterVolumeMuted(ComponentName who) argument
[all...]
/frameworks/av/include/media/
H A DIMediaDeathNotifier.h48 virtual void binderDied(const wp<IBinder>& who);
H A Dmediametadataretriever.h89 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/include/media/stagefright/foundation/
H A DAWakeLock.h50 virtual void binderDied(const wp<IBinder> &who);
/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java51 final String who; field in class:PendingIntentRecord.Key
69 who = _w;
120 if (who != other.who) {
121 if (who != null) {
122 if (!who.equals(other.who)) {
125 } else if (other.who != null) {
266 key.who, key.requestCode, code, finalIntent);
338 if (key.activity != null || key.who !
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java69 protected boolean verifyDrawable(Drawable who) { argument
70 return who == mBackground || super.verifyDrawable(who);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DTileDrawable.java170 public void invalidateDrawable(Drawable who) { argument
175 public void scheduleDrawable(Drawable who, Runnable what, long when) { argument
180 public void unscheduleDrawable(Drawable who, Runnable what) { argument
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DDrawableWrapper.java152 public void invalidateDrawable(Drawable who) { argument
159 public void scheduleDrawable(Drawable who, Runnable what, long when) { argument
166 public void unscheduleDrawable(Drawable who, Runnable what) { argument
H A DActionBarContainer.java150 protected boolean verifyDrawable(Drawable who) { argument
151 return (who == mBackground && !mIsSplit) || (who == mStackedBackground && mIsStacked) ||
152 (who == mSplitBackground && mIsSplit) || super.verifyDrawable(who);
/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.h101 virtual void binderDied(const wp<IBinder>& who);
/frameworks/av/include/soundtrigger/
H A DSoundTrigger.h62 virtual void binderDied(const wp<IBinder>& who);
/frameworks/base/libs/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 __unused) {
/frameworks/av/media/libstagefright/foundation/
H A DAWakeLock.cpp103 void AWakeLock::PMDeathRecipient::binderDied(const wp<IBinder>& who __unused) {
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h52 virtual void binderDied(const wp<IBinder>& who);
/frameworks/native/include/binder/
H A DIBinder.h87 virtual void binderDied(const wp<IBinder>& who) = 0;
/frameworks/native/include/gui/
H A DBufferQueueProducer.h178 virtual void binderDied(const wp<IBinder>& who);

Completed in 1243 milliseconds

12345